@charset "UTF-8";
@keyframes toggle {
  from {
    position: relative;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: translateY(0);
    opacity: 1;
    top: 0;
    visibility: visible;
  }
}
/* CSS Document */
/*
  ------------------------------------
  ####################################
   #Common style
  ####################################
  ------------------------------------
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/*  HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

sub, sup {
  font-size: 0.7em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* clearfix */
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

html {
  background: #fff;
  font-size: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 380px) {
  html {
    font-size: 9px;
  }
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #343434;
  letter-spacing: 1px;
}
body.js-noScroll {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    width: 100%;
  }
}

.error {
  color: red;
  margin: 10px 0;
}

.wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  transition: opacity 0.3s;
  padding-top: 120px;
}
@media screen and (max-width: 1000px) {
  .wrap {
    padding-top: 64px;
  }
}
.wrap:has(.l-sideNav) {
  overflow: visible;
}
@media screen and (max-width: 920px) {
  .wrap:has(.l-sideNav) {
    overflow: hidden;
  }
}
.init__border {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  z-index: -1;
}
.init__border span {
  position: fixed;
  display: block;
  border-right: 1px solid #E4EAF4;
  top: 0;
  height: 100vh;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.init__border span:nth-child(2) {
  left: calc(50% - 500px);
}
.init__border span:nth-child(3) {
  left: calc(50% + 500px);
}

a {
  text-decoration: none;
  color: #343434;
  transition: 0.3s opacity;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

small {
  font-size: 85%;
}

.no_post {
  text-align: center;
  width: 100%;
}

#wpadminbar {
  position: fixed !important;
}

.customize-support .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .customize-support .l-header {
    top: 46px;
  }
}

.u-pc {
  display: block;
}

.u-pc-flex {
  display: flex;
}

.u-pc-ib {
  display: inline-block;
}

.u-sp,
.u-sp-flex,
.u-sp-flex,
.u-sp-ib {
  display: none !important;
}

.u-sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
  .u-sp-flex {
    display: flex !important;
  }
  .u-sp-ib {
    display: inline-block !important;
  }
  .u-pc,
  .u-pc-flex,
  .u-pc-ib {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .u-sm {
    display: block !important;
  }
}
.u-m0 {
  margin: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-m4 {
  margin: 4px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mr4 {
  margin-right: 4px !important;
}

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-ml4 {
  margin-left: 4px !important;
}

.u-mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.u-my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

.u-mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.u-my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-mt12 {
  margin-top: 12px !important;
}

.u-mr12 {
  margin-right: 12px !important;
}

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-ml12 {
  margin-left: 12px !important;
}

.u-mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.u-my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.u-m16 {
  margin: 16px !important;
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-ml16 {
  margin-left: 16px !important;
}

.u-mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.u-my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-m24 {
  margin: 24px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

.u-mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.u-my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-mt28 {
  margin-top: 28px !important;
}

.u-mr28 {
  margin-right: 28px !important;
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-ml28 {
  margin-left: 28px !important;
}

.u-mx28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.u-my28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-mt32 {
  margin-top: 32px !important;
}

.u-mr32 {
  margin-right: 32px !important;
}

.u-mb32 {
  margin-bottom: 32px !important;
}

.u-ml32 {
  margin-left: 32px !important;
}

.u-mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.u-my32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-m36 {
  margin: 36px !important;
}

.u-mt36 {
  margin-top: 36px !important;
}

.u-mr36 {
  margin-right: 36px !important;
}

.u-mb36 {
  margin-bottom: 36px !important;
}

.u-ml36 {
  margin-left: 36px !important;
}

.u-mx36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.u-my36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-mt48 {
  margin-top: 48px !important;
}

.u-mr48 {
  margin-right: 48px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

.u-ml48 {
  margin-left: 48px !important;
}

.u-mx48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.u-my48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-m56 {
  margin: 56px !important;
}

.u-mt56 {
  margin-top: 56px !important;
}

.u-mr56 {
  margin-right: 56px !important;
}

.u-mb56 {
  margin-bottom: 56px !important;
}

.u-ml56 {
  margin-left: 56px !important;
}

.u-mx56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.u-my56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-m64 {
  margin: 64px !important;
}

.u-mt64 {
  margin-top: 64px !important;
}

.u-mr64 {
  margin-right: 64px !important;
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-ml64 {
  margin-left: 64px !important;
}

.u-mx64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.u-my64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-m0__sm {
    margin: 0px !important;
  }
  .u-mt0__sm {
    margin-top: 0px !important;
  }
  .u-mr0__sm {
    margin-right: 0px !important;
  }
  .u-mb0__sm {
    margin-bottom: 0px !important;
  }
  .u-ml0__sm {
    margin-left: 0px !important;
  }
  .u-mx0__sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0__sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m4__sm {
    margin: 4px !important;
  }
  .u-mt4__sm {
    margin-top: 4px !important;
  }
  .u-mr4__sm {
    margin-right: 4px !important;
  }
  .u-mb4__sm {
    margin-bottom: 4px !important;
  }
  .u-ml4__sm {
    margin-left: 4px !important;
  }
  .u-mx4__sm {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .u-my4__sm {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m8__sm {
    margin: 8px !important;
  }
  .u-mt8__sm {
    margin-top: 8px !important;
  }
  .u-mr8__sm {
    margin-right: 8px !important;
  }
  .u-mb8__sm {
    margin-bottom: 8px !important;
  }
  .u-ml8__sm {
    margin-left: 8px !important;
  }
  .u-mx8__sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .u-my8__sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m10__sm {
    margin: 10px !important;
  }
  .u-mt10__sm {
    margin-top: 10px !important;
  }
  .u-mr10__sm {
    margin-right: 10px !important;
  }
  .u-mb10__sm {
    margin-bottom: 10px !important;
  }
  .u-ml10__sm {
    margin-left: 10px !important;
  }
  .u-mx10__sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10__sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m12__sm {
    margin: 12px !important;
  }
  .u-mt12__sm {
    margin-top: 12px !important;
  }
  .u-mr12__sm {
    margin-right: 12px !important;
  }
  .u-mb12__sm {
    margin-bottom: 12px !important;
  }
  .u-ml12__sm {
    margin-left: 12px !important;
  }
  .u-mx12__sm {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .u-my12__sm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m16__sm {
    margin: 16px !important;
  }
  .u-mt16__sm {
    margin-top: 16px !important;
  }
  .u-mr16__sm {
    margin-right: 16px !important;
  }
  .u-mb16__sm {
    margin-bottom: 16px !important;
  }
  .u-ml16__sm {
    margin-left: 16px !important;
  }
  .u-mx16__sm {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .u-my16__sm {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m20__sm {
    margin: 20px !important;
  }
  .u-mt20__sm {
    margin-top: 20px !important;
  }
  .u-mr20__sm {
    margin-right: 20px !important;
  }
  .u-mb20__sm {
    margin-bottom: 20px !important;
  }
  .u-ml20__sm {
    margin-left: 20px !important;
  }
  .u-mx20__sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20__sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m24__sm {
    margin: 24px !important;
  }
  .u-mt24__sm {
    margin-top: 24px !important;
  }
  .u-mr24__sm {
    margin-right: 24px !important;
  }
  .u-mb24__sm {
    margin-bottom: 24px !important;
  }
  .u-ml24__sm {
    margin-left: 24px !important;
  }
  .u-mx24__sm {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .u-my24__sm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m28__sm {
    margin: 28px !important;
  }
  .u-mt28__sm {
    margin-top: 28px !important;
  }
  .u-mr28__sm {
    margin-right: 28px !important;
  }
  .u-mb28__sm {
    margin-bottom: 28px !important;
  }
  .u-ml28__sm {
    margin-left: 28px !important;
  }
  .u-mx28__sm {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .u-my28__sm {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m30__sm {
    margin: 30px !important;
  }
  .u-mt30__sm {
    margin-top: 30px !important;
  }
  .u-mr30__sm {
    margin-right: 30px !important;
  }
  .u-mb30__sm {
    margin-bottom: 30px !important;
  }
  .u-ml30__sm {
    margin-left: 30px !important;
  }
  .u-mx30__sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30__sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m32__sm {
    margin: 32px !important;
  }
  .u-mt32__sm {
    margin-top: 32px !important;
  }
  .u-mr32__sm {
    margin-right: 32px !important;
  }
  .u-mb32__sm {
    margin-bottom: 32px !important;
  }
  .u-ml32__sm {
    margin-left: 32px !important;
  }
  .u-mx32__sm {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .u-my32__sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m36__sm {
    margin: 36px !important;
  }
  .u-mt36__sm {
    margin-top: 36px !important;
  }
  .u-mr36__sm {
    margin-right: 36px !important;
  }
  .u-mb36__sm {
    margin-bottom: 36px !important;
  }
  .u-ml36__sm {
    margin-left: 36px !important;
  }
  .u-mx36__sm {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .u-my36__sm {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m40__sm {
    margin: 40px !important;
  }
  .u-mt40__sm {
    margin-top: 40px !important;
  }
  .u-mr40__sm {
    margin-right: 40px !important;
  }
  .u-mb40__sm {
    margin-bottom: 40px !important;
  }
  .u-ml40__sm {
    margin-left: 40px !important;
  }
  .u-mx40__sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40__sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m48__sm {
    margin: 48px !important;
  }
  .u-mt48__sm {
    margin-top: 48px !important;
  }
  .u-mr48__sm {
    margin-right: 48px !important;
  }
  .u-mb48__sm {
    margin-bottom: 48px !important;
  }
  .u-ml48__sm {
    margin-left: 48px !important;
  }
  .u-mx48__sm {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .u-my48__sm {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m50__sm {
    margin: 50px !important;
  }
  .u-mt50__sm {
    margin-top: 50px !important;
  }
  .u-mr50__sm {
    margin-right: 50px !important;
  }
  .u-mb50__sm {
    margin-bottom: 50px !important;
  }
  .u-ml50__sm {
    margin-left: 50px !important;
  }
  .u-mx50__sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50__sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m56__sm {
    margin: 56px !important;
  }
  .u-mt56__sm {
    margin-top: 56px !important;
  }
  .u-mr56__sm {
    margin-right: 56px !important;
  }
  .u-mb56__sm {
    margin-bottom: 56px !important;
  }
  .u-ml56__sm {
    margin-left: 56px !important;
  }
  .u-mx56__sm {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }
  .u-my56__sm {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m60__sm {
    margin: 60px !important;
  }
  .u-mt60__sm {
    margin-top: 60px !important;
  }
  .u-mr60__sm {
    margin-right: 60px !important;
  }
  .u-mb60__sm {
    margin-bottom: 60px !important;
  }
  .u-ml60__sm {
    margin-left: 60px !important;
  }
  .u-mx60__sm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60__sm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m64__sm {
    margin: 64px !important;
  }
  .u-mt64__sm {
    margin-top: 64px !important;
  }
  .u-mr64__sm {
    margin-right: 64px !important;
  }
  .u-mb64__sm {
    margin-bottom: 64px !important;
  }
  .u-ml64__sm {
    margin-left: 64px !important;
  }
  .u-mx64__sm {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .u-my64__sm {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m70__sm {
    margin: 70px !important;
  }
  .u-mt70__sm {
    margin-top: 70px !important;
  }
  .u-mr70__sm {
    margin-right: 70px !important;
  }
  .u-mb70__sm {
    margin-bottom: 70px !important;
  }
  .u-ml70__sm {
    margin-left: 70px !important;
  }
  .u-mx70__sm {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70__sm {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m80__sm {
    margin: 80px !important;
  }
  .u-mt80__sm {
    margin-top: 80px !important;
  }
  .u-mr80__sm {
    margin-right: 80px !important;
  }
  .u-mb80__sm {
    margin-bottom: 80px !important;
  }
  .u-ml80__sm {
    margin-left: 80px !important;
  }
  .u-mx80__sm {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80__sm {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m90__sm {
    margin: 90px !important;
  }
  .u-mt90__sm {
    margin-top: 90px !important;
  }
  .u-mr90__sm {
    margin-right: 90px !important;
  }
  .u-mb90__sm {
    margin-bottom: 90px !important;
  }
  .u-ml90__sm {
    margin-left: 90px !important;
  }
  .u-mx90__sm {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90__sm {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-m100__sm {
    margin: 100px !important;
  }
  .u-mt100__sm {
    margin-top: 100px !important;
  }
  .u-mr100__sm {
    margin-right: 100px !important;
  }
  .u-mb100__sm {
    margin-bottom: 100px !important;
  }
  .u-ml100__sm {
    margin-left: 100px !important;
  }
  .u-mx100__sm {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100__sm {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
.u-mx_auto {
  margin-left: auto;
  margin-right: auto;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-p4 {
  padding: 4px !important;
}

.u-pt4 {
  padding-top: 4px !important;
}

.u-pr4 {
  padding-right: 4px !important;
}

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pl4 {
  padding-left: 4px !important;
}

.u-px4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-py4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.u-p8 {
  padding: 8px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

.u-px8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.u-py8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-p12 {
  padding: 12px !important;
}

.u-pt12 {
  padding-top: 12px !important;
}

.u-pr12 {
  padding-right: 12px !important;
}

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pl12 {
  padding-left: 12px !important;
}

.u-px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.u-py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.u-p16 {
  padding: 16px !important;
}

.u-pt16 {
  padding-top: 16px !important;
}

.u-pr16 {
  padding-right: 16px !important;
}

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pl16 {
  padding-left: 16px !important;
}

.u-px16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.u-py16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-p24 {
  padding: 24px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

.u-px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-py24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-p28 {
  padding: 28px !important;
}

.u-pt28 {
  padding-top: 28px !important;
}

.u-pr28 {
  padding-right: 28px !important;
}

.u-pb28 {
  padding-bottom: 28px !important;
}

.u-pl28 {
  padding-left: 28px !important;
}

.u-px28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.u-py28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-p32 {
  padding: 32px !important;
}

.u-pt32 {
  padding-top: 32px !important;
}

.u-pr32 {
  padding-right: 32px !important;
}

.u-pb32 {
  padding-bottom: 32px !important;
}

.u-pl32 {
  padding-left: 32px !important;
}

.u-px32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.u-py32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-p36 {
  padding: 36px !important;
}

.u-pt36 {
  padding-top: 36px !important;
}

.u-pr36 {
  padding-right: 36px !important;
}

.u-pb36 {
  padding-bottom: 36px !important;
}

.u-pl36 {
  padding-left: 36px !important;
}

.u-px36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.u-py36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-p48 {
  padding: 48px !important;
}

.u-pt48 {
  padding-top: 48px !important;
}

.u-pr48 {
  padding-right: 48px !important;
}

.u-pb48 {
  padding-bottom: 48px !important;
}

.u-pl48 {
  padding-left: 48px !important;
}

.u-px48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.u-py48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-p56 {
  padding: 56px !important;
}

.u-pt56 {
  padding-top: 56px !important;
}

.u-pr56 {
  padding-right: 56px !important;
}

.u-pb56 {
  padding-bottom: 56px !important;
}

.u-pl56 {
  padding-left: 56px !important;
}

.u-px56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.u-py56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-p64 {
  padding: 64px !important;
}

.u-pt64 {
  padding-top: 64px !important;
}

.u-pr64 {
  padding-right: 64px !important;
}

.u-pb64 {
  padding-bottom: 64px !important;
}

.u-pl64 {
  padding-left: 64px !important;
}

.u-px64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.u-py64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-p0__sm {
    padding: 0px !important;
  }
  .u-pt0__sm {
    padding-top: 0px !important;
  }
  .u-pr0__sm {
    padding-right: 0px !important;
  }
  .u-pb0__sm {
    padding-bottom: 0px !important;
  }
  .u-pl0__sm {
    padding-left: 0px !important;
  }
  .u-px0__sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0__sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p4__sm {
    padding: 4px !important;
  }
  .u-pt4__sm {
    padding-top: 4px !important;
  }
  .u-pr4__sm {
    padding-right: 4px !important;
  }
  .u-pb4__sm {
    padding-bottom: 4px !important;
  }
  .u-pl4__sm {
    padding-left: 4px !important;
  }
  .u-px4__sm {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .u-py4__sm {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p8__sm {
    padding: 8px !important;
  }
  .u-pt8__sm {
    padding-top: 8px !important;
  }
  .u-pr8__sm {
    padding-right: 8px !important;
  }
  .u-pb8__sm {
    padding-bottom: 8px !important;
  }
  .u-pl8__sm {
    padding-left: 8px !important;
  }
  .u-px8__sm {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .u-py8__sm {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p10__sm {
    padding: 10px !important;
  }
  .u-pt10__sm {
    padding-top: 10px !important;
  }
  .u-pr10__sm {
    padding-right: 10px !important;
  }
  .u-pb10__sm {
    padding-bottom: 10px !important;
  }
  .u-pl10__sm {
    padding-left: 10px !important;
  }
  .u-px10__sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10__sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p12__sm {
    padding: 12px !important;
  }
  .u-pt12__sm {
    padding-top: 12px !important;
  }
  .u-pr12__sm {
    padding-right: 12px !important;
  }
  .u-pb12__sm {
    padding-bottom: 12px !important;
  }
  .u-pl12__sm {
    padding-left: 12px !important;
  }
  .u-px12__sm {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .u-py12__sm {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p16__sm {
    padding: 16px !important;
  }
  .u-pt16__sm {
    padding-top: 16px !important;
  }
  .u-pr16__sm {
    padding-right: 16px !important;
  }
  .u-pb16__sm {
    padding-bottom: 16px !important;
  }
  .u-pl16__sm {
    padding-left: 16px !important;
  }
  .u-px16__sm {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .u-py16__sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p20__sm {
    padding: 20px !important;
  }
  .u-pt20__sm {
    padding-top: 20px !important;
  }
  .u-pr20__sm {
    padding-right: 20px !important;
  }
  .u-pb20__sm {
    padding-bottom: 20px !important;
  }
  .u-pl20__sm {
    padding-left: 20px !important;
  }
  .u-px20__sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20__sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p24__sm {
    padding: 24px !important;
  }
  .u-pt24__sm {
    padding-top: 24px !important;
  }
  .u-pr24__sm {
    padding-right: 24px !important;
  }
  .u-pb24__sm {
    padding-bottom: 24px !important;
  }
  .u-pl24__sm {
    padding-left: 24px !important;
  }
  .u-px24__sm {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .u-py24__sm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p28__sm {
    padding: 28px !important;
  }
  .u-pt28__sm {
    padding-top: 28px !important;
  }
  .u-pr28__sm {
    padding-right: 28px !important;
  }
  .u-pb28__sm {
    padding-bottom: 28px !important;
  }
  .u-pl28__sm {
    padding-left: 28px !important;
  }
  .u-px28__sm {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .u-py28__sm {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p30__sm {
    padding: 30px !important;
  }
  .u-pt30__sm {
    padding-top: 30px !important;
  }
  .u-pr30__sm {
    padding-right: 30px !important;
  }
  .u-pb30__sm {
    padding-bottom: 30px !important;
  }
  .u-pl30__sm {
    padding-left: 30px !important;
  }
  .u-px30__sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30__sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p32__sm {
    padding: 32px !important;
  }
  .u-pt32__sm {
    padding-top: 32px !important;
  }
  .u-pr32__sm {
    padding-right: 32px !important;
  }
  .u-pb32__sm {
    padding-bottom: 32px !important;
  }
  .u-pl32__sm {
    padding-left: 32px !important;
  }
  .u-px32__sm {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .u-py32__sm {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p36__sm {
    padding: 36px !important;
  }
  .u-pt36__sm {
    padding-top: 36px !important;
  }
  .u-pr36__sm {
    padding-right: 36px !important;
  }
  .u-pb36__sm {
    padding-bottom: 36px !important;
  }
  .u-pl36__sm {
    padding-left: 36px !important;
  }
  .u-px36__sm {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .u-py36__sm {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p40__sm {
    padding: 40px !important;
  }
  .u-pt40__sm {
    padding-top: 40px !important;
  }
  .u-pr40__sm {
    padding-right: 40px !important;
  }
  .u-pb40__sm {
    padding-bottom: 40px !important;
  }
  .u-pl40__sm {
    padding-left: 40px !important;
  }
  .u-px40__sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40__sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p48__sm {
    padding: 48px !important;
  }
  .u-pt48__sm {
    padding-top: 48px !important;
  }
  .u-pr48__sm {
    padding-right: 48px !important;
  }
  .u-pb48__sm {
    padding-bottom: 48px !important;
  }
  .u-pl48__sm {
    padding-left: 48px !important;
  }
  .u-px48__sm {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .u-py48__sm {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p50__sm {
    padding: 50px !important;
  }
  .u-pt50__sm {
    padding-top: 50px !important;
  }
  .u-pr50__sm {
    padding-right: 50px !important;
  }
  .u-pb50__sm {
    padding-bottom: 50px !important;
  }
  .u-pl50__sm {
    padding-left: 50px !important;
  }
  .u-px50__sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50__sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p56__sm {
    padding: 56px !important;
  }
  .u-pt56__sm {
    padding-top: 56px !important;
  }
  .u-pr56__sm {
    padding-right: 56px !important;
  }
  .u-pb56__sm {
    padding-bottom: 56px !important;
  }
  .u-pl56__sm {
    padding-left: 56px !important;
  }
  .u-px56__sm {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
  .u-py56__sm {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p60__sm {
    padding: 60px !important;
  }
  .u-pt60__sm {
    padding-top: 60px !important;
  }
  .u-pr60__sm {
    padding-right: 60px !important;
  }
  .u-pb60__sm {
    padding-bottom: 60px !important;
  }
  .u-pl60__sm {
    padding-left: 60px !important;
  }
  .u-px60__sm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60__sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p64__sm {
    padding: 64px !important;
  }
  .u-pt64__sm {
    padding-top: 64px !important;
  }
  .u-pr64__sm {
    padding-right: 64px !important;
  }
  .u-pb64__sm {
    padding-bottom: 64px !important;
  }
  .u-pl64__sm {
    padding-left: 64px !important;
  }
  .u-px64__sm {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .u-py64__sm {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p70__sm {
    padding: 70px !important;
  }
  .u-pt70__sm {
    padding-top: 70px !important;
  }
  .u-pr70__sm {
    padding-right: 70px !important;
  }
  .u-pb70__sm {
    padding-bottom: 70px !important;
  }
  .u-pl70__sm {
    padding-left: 70px !important;
  }
  .u-px70__sm {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70__sm {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p80__sm {
    padding: 80px !important;
  }
  .u-pt80__sm {
    padding-top: 80px !important;
  }
  .u-pr80__sm {
    padding-right: 80px !important;
  }
  .u-pb80__sm {
    padding-bottom: 80px !important;
  }
  .u-pl80__sm {
    padding-left: 80px !important;
  }
  .u-px80__sm {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80__sm {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p90__sm {
    padding: 90px !important;
  }
  .u-pt90__sm {
    padding-top: 90px !important;
  }
  .u-pr90__sm {
    padding-right: 90px !important;
  }
  .u-pb90__sm {
    padding-bottom: 90px !important;
  }
  .u-pl90__sm {
    padding-left: 90px !important;
  }
  .u-px90__sm {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90__sm {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-p100__sm {
    padding: 100px !important;
  }
  .u-pt100__sm {
    padding-top: 100px !important;
  }
  .u-pr100__sm {
    padding-right: 100px !important;
  }
  .u-pb100__sm {
    padding-bottom: 100px !important;
  }
  .u-pl100__sm {
    padding-left: 100px !important;
  }
  .u-px100__sm {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100__sm {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
/* CSS Document */
.m-inView {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
}
.m-inView.--left {
  transform: translate3d(-15%, 0, 0);
}
.m-inView.--right {
  transform: translate3d(15%, 0, 0);
}
.m-inView.--top {
  transform: translate3d(0, -20px, 0);
}
.m-inView.--bottom {
  transform: translate3d(0, 20px, 0);
}
.m-inView.--rt {
  transform: translate3d(50px, -50px, 0);
}
.m-inView.--rb {
  transform: translate3d(50px, 50px, 0);
}
.m-inView.--lt {
  transform: translate3d(-50px, -50px, 0);
}
.m-inView.--lb {
  transform: translate3d(-50px, 50px, 0);
}
.m-inView.js-inView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.m-inView__move {
  opacity: 1;
}
.m-inView__move.--left {
  transform: translate3d(-15%, 0, 0);
}
.m-inView__move.--right {
  transform: translate3d(15%, 0, 0);
}
.m-inView__move.--top {
  transform: translate3d(0, -20px, 0);
}
.m-inView__move.--bottom {
  transform: translate3d(0, 20px, 0);
}
.m-inView__move.--rt {
  transform: translate3d(50px, -50px, 0);
}
.m-inView__move.--rb {
  transform: translate3d(50px, 50px, 0);
}
.m-inView__move.--lt {
  transform: translate3d(-50px, -50px, 0);
}
.m-inView__move.--lb {
  transform: translate3d(-50px, 50px, 0);
}
.m-inView__move .js-inView {
  transform: translate3d(0, 0, 0);
}
.m-inView__scale {
  transform: scale(0.3);
}
.m-inView__scale.js-inView {
  transform: scale(1);
}

.delay2sec {
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay4sec {
  transition: all 4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 4s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay6sec {
  transition: all 6s cubic-bezier(0.4, 0, 0.2, 1);
  animation: all 6s cubic-bezier(0.4, 0, 0.2, 1);
}

.m-postIndex {
  border-radius: 10px;
  padding: 15px 20px;
  background: #F8FBFE;
  border: 1px solid #D8EBFD;
  margin: 40px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-postIndex {
    padding: 5px 10px;
    margin: 30px 0;
  }
}
.m-postIndex__title {
  font-size: 1.8rem;
  font-weight: 500;
  width: 80px;
  padding: 8px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-postIndex__title {
    width: 100%;
    cursor: pointer;
  }
}
.m-postIndex__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: none;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
@media screen and (max-width: 768px) {
  .m-postIndex__icon {
    display: block;
  }
}
.m-postIndex__icon:before, .m-postIndex__icon:after {
  content: "";
  position: absolute;
  background: #00765A;
  width: 100%;
  height: 2px;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}
.m-postIndex__icon:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.m-postIndex__icon:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
}
.m-postIndex__title.js-postIndex .m-postIndex__icon:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.m-postIndex__title.js-postIndex + .m-postIndex__list {
  display: flex;
}
.m-postIndex__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  counter-reset: postIndex 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__list {
    width: 100%;
    display: none;
  }
}
.m-postIndex__listItem {
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid #D8EBFD;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listItem {
    padding: 10px 20px 10px 30px;
    gap: 0.6em;
  }
}
.m-postIndex__listItem:before {
  position: absolute;
  right: calc(100% - 1.5em);
  text-align: right;
  font-weight: 400;
  counter-increment: postIndex 1;
  content: counter(postIndex) ".";
}
.m-postIndex__listItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listItem:after {
    right: 5px;
  }
}
.m-postIndex__listItem:last-child {
  border-bottom: none;
}
.m-postIndex__listChild {
  display: flex;
  flex-direction: column;
  flex: 1;
  counter-reset: postChildIndex 0;
}
.m-postIndex__listChildItem {
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #D8EBFD;
  margin-left: 10px;
  font-size: 1.4rem;
  position: relative;
}
.m-postIndex__listChildItem:before {
  counter-increment: postChildIndex 1;
  content: counter(postIndex) "-" counter(postChildIndex) ". ";
}
.m-postIndex__listChildItem:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  right: 0;
}
@media screen and (max-width: 768px) {
  .m-postIndex__listChildItem:after {
    right: 5px;
  }
}

.c-inner, .c-inner__small, .c-inner__mid, .c-inner__wide {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .c-inner, .c-inner__small, .c-inner__mid, .c-inner__wide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .c-inner, .c-inner__small, .c-inner__mid, .c-inner__wide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner, .c-inner__small, .c-inner__mid, .c-inner__wide {
    padding: 0 5%;
  }
}
.c-inner__wide {
  max-width: 1400px;
}
.c-inner__mid {
  max-width: 1120px;
}
.c-inner__small {
  max-width: 1000px;
}

.c-scroll {
  position: relative;
}
@media screen and (max-width: 920px) {
  .c-scroll {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .c-scroll:before {
    content: "";
    width: 120px;
    height: 30px;
    background: url(../../assets/img/common/ico-scroll.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(100% - 100px);
    top: 0;
  }
}

.c-btn {
  background: #00765A;
  border: 1px solid #00765A;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  max-width: 320px;
  margin: 10px auto 20px;
  padding-right: 20px;
  width: 100%;
  display: block;
  position: relative;
  transition: 0.3s;
  transition-property: color, background-color;
  border-radius: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn.--lg {
  max-width: 430px;
  padding: 14px 50px 14px 50px;
}
.c-btn.--sm {
  max-width: initial;
  width: fit-content;
  padding: 8px 50px 8px 20px;
}
@media screen and (max-width: 768px) {
  .c-btn.--sm {
    padding: 10px 50px 10px 20px;
  }
}
.c-btn.--bk {
  background: #333;
  border: 1px solid #333;
}
.c-btn.--bk:hover {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.c-btn.--bk:hover:after {
  background-color: #333;
}
.c-btn.--wh {
  background: #fff;
  color: #00765A;
}
.c-btn.--wh:after {
  background-color: #00765A;
}
.c-btn.--wh:hover {
  color: #00765A;
  background: #fff;
}
.c-btn.--wh:hover:after {
  background-color: #00765A;
}
.c-btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 20px;
}
.c-btn:hover {
  color: #00765A;
  background: #fff;
  border: 1px solid #00765A;
}
.c-btn:hover:after {
  background-color: #00765A;
}

.c-btnSquare {
  min-width: 200px;
  background: #000;
  padding: 12px 35px;
  color: #fff;
  display: block;
  text-align: center;
  width: fit-content;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  background: #00765A;
  color: #fff;
  border: 1px solid #00765A;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  max-width: 380px;
  margin: 0 auto;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
}
.c-btnSquare:after, .c-btnSquare:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  border-radius: 50%;
  right: 10px;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
}
.c-btnSquare:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: 1em;
}
.c-btnSquare:hover {
  background: #fff;
  border-color: #00765A;
  color: #00765A;
  opacity: 1;
}
.c-btnSquare:hover:after {
  background-color: #00765A;
}
.c-btnSquare.--bk {
  background: #343434;
  color: #fff;
  border: 1px solid #343434;
}
.c-btnSquare.--bk:hover {
  background: #fff;
  border-color: #343434;
  color: #343434;
  opacity: 1;
}
.c-btnSquare.--bk:hover:after {
  background-color: #343434;
}
.c-btnSquare.--bk:after {
  background-color: #fff;
}
.c-btnSquare.--hidden {
  pointer-events: none;
  background-color: #8090AC;
  border-color: #8090AC;
}
.c-btnSquare.--submit:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 5px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  top: calc(50% + 1px);
}
.c-btnSquare.--submit:hover:after {
  background-color: #00765A;
}

.c-btnReset {
  min-width: 200px;
  background: #000;
  padding: 12px 35px;
  color: #fff;
  display: block;
  text-align: center;
  width: fit-content;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  background: #fff;
  border: 1px solid #D8EBFD;
  color: #343434;
  padding: 5px 20px 5px 40px;
  min-width: initial;
  border-radius: 5px;
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 920px) {
  .c-btnReset {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-btnReset {
    font-size: 1.3rem;
    padding: 5px 20px 5px 35px;
  }
}
.c-btnReset:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-reload.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 3px;
}
@media screen and (max-width: 768px) {
  .c-btnReset:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    display: block;
    box-sizing: border-box;
  }
}
.c-btnReset:hover {
  opacity: 0.6;
}

.c-btnLine {
  position: relative;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #D8EBFD;
  font-weight: 600;
  padding: 1.5rem 2.5rem 1.5rem 0;
  font-size: 1.6rem;
  min-width: 150px;
}
.c-btnLine.--anchor:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_sm.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
  right: 2px;
}

.c-btnPdf {
  min-width: 200px;
  background: #000;
  padding: 12px 35px;
  color: #fff;
  display: block;
  text-align: center;
  width: fit-content;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
  max-width: initial;
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  text-align: center;
  background: #343434;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  margin: 0 auto;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btnPdf {
    width: 100%;
    padding-right: 9rem;
    font-size: 1.6rem;
  }
}
.c-btnPdf:after {
  content: "PDF";
  background: #C50000;
  margin-left: 10px;
  padding: 0 1em;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .c-btnPdf:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  }
}

.c-overlay {
  display: none;
}
@media screen and (max-width: 920px) {
  .c-overlay {
    width: 100%;
    height: 100svh;
    z-index: 50;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-property: opacity, visibility;
  }
  .c-overlay.js-active {
    opacity: 1;
    visibility: visible;
  }
  .c-overlay {
    background-color: rgba(93, 120, 140, 0.8);
    height: 100svh;
    position: absolute;
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .c-asideOverlay {
    width: 100%;
    height: 100svh;
    z-index: 50;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-property: opacity, visibility;
  }
  .c-asideOverlay.js-active {
    opacity: 1;
    visibility: visible;
  }
  .c-asideOverlay {
    background-color: rgba(101, 101, 101, 0.7);
    z-index: 9997;
  }
}

.c-title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-style: Italic;
  font-size: 12rem;
  line-height: 1.6;
  letter-spacing: -5%;
  color: #00765A;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 6.2rem;
  }
}
.c-title.--wh {
  color: #fff;
}
.c-title__sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.c-title__sub.--wh {
  color: #fff;
}

.c-titleMid {
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.c-titleMid.--left {
  text-align: left;
}
.c-titleMid.--left:before {
  transform: none;
  top: inherit;
  left: inherit;
  top: 100%;
}
.c-titleMid.--wh:before {
  color: #fff;
  border-color: #fff;
}
.c-titleMid.--wh .c-titleMid__sub {
  color: #fff;
}
.c-titleMid__text {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-titleMid__text {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}
.c-titleMid__sub {
  font-weight: 500;
  font-size: 1.8rem;
  color: #00765A;
}
@media screen and (max-width: 768px) {
  .c-titleMid__sub {
    font-size: 1.6rem;
  }
}
.c-titleMid:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: 100%;
  border-bottom: 2px solid #00765A;
}
@media screen and (max-width: 768px) {
  .c-titleMid:before {
    width: 45px;
  }
}

.c-titleSm {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 2em;
  position: relative;
  color: #00765A;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  .c-titleSm {
    padding-left: 1.6em;
    font-size: 2rem;
  }
}
.c-titleSm:before {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 1px;
  display: block;
  box-sizing: border-box;
  top: 0.8em;
  left: 0;
  border-bottom: 1px solid #00765A;
}
@media screen and (max-width: 768px) {
  .c-titleSm:before {
    width: 1.1em;
  }
}

.c-titleLine {
  font-size: 2.4rem;
  padding-left: 2.3em;
  margin-bottom: 20px;
  position: relative;
  color: #00765A;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-titleLine {
    font-size: 2rem;
    padding-left: 2.2rem;
  }
}
.c-titleLine:before {
  content: "";
  position: absolute;
  background: #C9E1FF;
  width: 1.5em;
  height: 1px;
  display: block;
  box-sizing: border-box;
  left: 0;
  top: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-titleLine:before {
    width: 0.8em;
  }
}

.c-titleCenter {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 4rem;
}
.c-titleCenter:before {
  content: "";
  position: absolute;
  background: #00765A;
  width: 50px;
  height: 2px;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: 100%;
}
.c-titleCenter__text {
  width: fit-content;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-titleCenter__text {
    font-size: 3rem;
  }
}
.c-titleCenter__subTitle {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #00765A;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-titleCenter__subTitle {
    font-size: 1.6rem;
  }
}

.c-titleLower {
  font-size: 4.4rem;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-titleLower {
    font-size: 3rem;
  }
}

.c-card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  gap: 10px 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-card {
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.c-card__img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.c-card__img:after, .c-card__img:before {
  content: "";
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
.c-card__img:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 0.8em;
}
.c-card__img:before {
  background: #F2F6F9;
  border-radius: 5px 0 0 0;
}
.c-card__imgItem {
  object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  width: 100%;
}
.c-card__title {
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-card__date {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #759CC6;
}
.c-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-card__categoryItem {
  background: #fff;
  color: #00765A;
  border: 1px solid #00765A;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 500;
}

.c-cardMid {
  gap: 10px 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.c-cardMid__img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.c-cardMid__img:after, .c-cardMid__img:before {
  content: "";
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
.c-cardMid__img:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 1rem;
}
.c-cardMid__img:before {
  background: #fff;
  border-radius: 5px 0 0 0;
}
.c-cardMid__imgItem {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.c-cardMid__detail {
  width: 100%;
}
.c-cardMid__title {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .c-cardMid__title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-cardMid__date {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #759CC6;
}
.c-cardMid__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-cardMid__categoryItem {
  background: #fff;
  color: #00765A;
  border: 1px solid #00765A;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-cardMid__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  margin-top: 10px;
}
.c-cardMid__tagItem {
  font-size: 1.3rem;
  color: #777777;
}

.c-cardSmall {
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 10px 20px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-cardSmall {
    border-bottom: 0;
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
}
.c-cardSmall__detail {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-cardSmall__detail {
    flex: initial;
    width: 100%;
  }
}
.c-cardSmall__img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 42%;
}
.c-cardSmall__img:after, .c-cardSmall__img:before {
  content: "";
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
.c-cardSmall__img:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 0.8em;
}
.c-cardSmall__img:before {
  background: #F2F6F9;
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-cardSmall__img {
    width: 100%;
  }
}
.c-cardSmall__imgItem {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.c-cardSmall__title {
  font-size: 1.2em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-cardSmall__title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-cardSmall__date {
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #759CC6;
}
.c-cardSmall__category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-cardSmall__categoryItem {
  background: #fff;
  color: #00765A;
  border: 1px solid #00765A;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 500;
}
.c-cardSmall__title {
  margin-top: 0.5em;
}

.c-cardBtn {
  position: relative;
  padding-bottom: 65px;
}
.c-cardBtn__img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.c-cardBtn__imgItem {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.c-cardBtn__category {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 8px 20px 3px;
  border-radius: 10px 0 0 0;
}
.c-cardBtn__categoryItem {
  color: #00765A;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-cardBtn__categoryItem:not(:last-child):after {
  content: "/";
  margin: 0 2px;
}
.c-cardBtn__detail {
  width: 100%;
}
.c-cardBtn__company {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 0.5em;
}
@media screen and (max-width: 1200px) {
  .c-cardBtn__company {
    font-size: 1.6rem;
  }
}
.c-cardBtn__company:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  display: block;
  box-sizing: border-box;
  left: 0;
  border-left: 1px solid #BCD5EA;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.c-cardBtn__title {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 920px) {
  .c-cardBtn__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-cardBtn__title {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.c-cardBtn__date {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #759CC6;
}
.c-cardBtn__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: initial;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  font-size: 0.8em;
}
.c-breadcrumb > * {
  position: relative;
}
.c-breadcrumb > *:after {
  position: absolute;
  left: calc(100% + 1em);
  content: "/";
}
.c-breadcrumb > *:last-child:after {
  content: none;
}
.c-breadcrumb {
  gap: 2.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c-breadcrumb__item {
  color: #00765A;
  text-decoration: underline;
}
.c-breadcrumb__item:after {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
}
.c-breadcrumb__item:last-child {
  color: #343434;
  text-decoration: none;
}
.c-breadcrumb.--wh {
  position: relative;
  z-index: 2;
}
.c-breadcrumb.--wh .c-breadcrumb__item {
  color: rgba(255, 255, 255, 0.7);
}
.c-breadcrumb.--wh .c-breadcrumb__item:after {
  border-color: #fff;
}
.c-breadcrumb.--wh .c-breadcrumb__item:last-child {
  color: #fff;
}

.c-product__box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .c-product__box {
    gap: 20px 10px;
  }
}
.c-product__item {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
}
@media screen and (max-width: 1200px) {
  .c-product__item {
    width: calc(100% / 4 - 20px * (4 - 1) / 4);
  }
}
@media screen and (max-width: 920px) {
  .c-product__item {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}
@media screen and (max-width: 768px) {
  .c-product__item {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
}
.c-product__figure {
  aspect-ratio: 113/65;
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D8EBFD;
  overflow: hidden;
  position: relative;
}
.c-product__figure.--hidden:after {
  content: "";
  position: absolute;
  background: #343434;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.c-product__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.c-product__title {
  font-size: 1.8rem;
  margin-top: 0.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 920px) {
  .c-product__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-product__title {
    letter-spacing: 1px;
    font-size: 1.4rem;
  }
}

.c-curveBg {
  position: relative;
}
.c-curveBg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7vw;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1px;
  background: url(../../assets/img/common/section_bg.svg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-curveBg:before {
    background-size: 150%;
    background-position: top center;
  }
}
.c-curveBg.--wh:before {
  background-image: url(../../assets/img/common/section_bg-wh.svg);
}
.c-curveBg__bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18vw;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  bottom: -1px;
  background: url(../../assets/img/common/section_bg-bottom.svg) center top no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-curveBg__bottom:after {
    background-size: 200%;
    height: 21vw;
    background-position: top center;
  }
}
.c-curveBg__top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20vw;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1px;
  background: url(../../assets/img/common/section_bg-bottom.svg) center 30px no-repeat, url(../../assets/img/common/bg-gard-reverse.svg) center center no-repeat;
  background-size: cover, cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-curveBg__top:after {
    background-size: 200%;
    height: 50vw;
    background-position: bottom center;
  }
}
.c-curveBg__product:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  background: url(../../assets/img/common/bg-gard.svg) center center no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
}
.c-curveBg__product:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 13vw;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1;
  background: url(../../assets/img/common/section_bg-top.svg) center top no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-curveBg__product:after {
    background-size: 250%;
    height: 31vw;
    background-position: 21%, top;
  }
}
.c-curveBg__topReverse:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12vw;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1px;
  background: url(../../assets/img/common/section_bg-top.svg) center bottom no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-curveBg__topReverse:after {
    background-size: 200%;
    height: 21vw;
    background-position: bottom center;
  }
}

.c-lead {
  line-height: 2.5;
  text-align: center;
  color: #093F7A;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-lead {
    text-align: left;
    font-size: 1.7rem;
  }
}

.c-marker {
  position: relative;
}
.c-marker:before {
  content: "";
  position: absolute;
  background: #F2F7A7;
  width: 0;
  height: 100%;
  display: block;
  box-sizing: border-box;
  left: 0;
  transition: width 0.3s 0.4s ease-in;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  z-index: -1;
}
.c-marker.js-inView:before {
  width: 100%;
}

.c-container {
  position: static;
}
.c-container main {
  flex: 1;
}
@media screen and (max-width: 920px) {
  .c-container main {
    flex: inherit;
    width: 100%;
  }
}
.c-container:has(.l-sideNav) {
  display: flex;
  justify-content: space-between;
  gap: 40px 70px;
}
@media screen and (max-width: 1200px) {
  .c-container:has(.l-sideNav) {
    gap: 40px;
  }
}

.c-pager {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 13px;
  color: #777777;
}
@media screen and (max-width: 920px) {
  .c-pager {
    gap: 5px 5px;
    margin-top: 40px;
  }
}
.c-pager__link, .c-pager__prev, .c-pager__next {
  width: 36px;
  height: 36px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  border: #B5B5B5 1px solid;
  border-radius: 3px;
  color: #343434;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-pager__link, .c-pager__prev, .c-pager__next {
    font-size: 1.5rem;
    width: 34px;
    height: 34px;
  }
}
.c-pager__link.is-current {
  background: #00765A;
  color: #fff;
}
.c-pager__prev, .c-pager__next {
  border: none;
  background: none;
}
.c-pager__prev:after, .c-pager__next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.c-pager__prev:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #343434;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: 1em;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(1);
}
.c-pager__next:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #343434;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: 1em;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}

.c-edit h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3em 0 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .c-edit h2 {
    font-size: 2rem;
  }
}
.c-edit h3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 2.5em;
  position: relative;
  margin: 2em 0 1em;
}
.c-edit h3:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 1px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 0;
  border-bottom: 1px solid #00765A;
}
.c-edit h4 {
  color: #00765A;
  font-weight: 600;
  margin: 1.5em 0 1em;
}
.c-edit a {
  line-height: 1.6;
  width: fit-content;
  text-decoration: underline;
  color: #00765A;
  position: relative;
  display: inline-block;
}
.c-edit a[target=_blank] {
  padding-right: 1.3em;
}
.c-edit a[target=_blank]:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-window.svg);
  mask-size: contain;
  top: 0.4em;
  right: 0;
}
.c-edit p {
  line-height: 2.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .c-edit p {
    line-height: 2;
  }
}
.c-edit figure {
  margin: 40px 0;
}
.c-edit figure img {
  border-radius: 10px;
}
.c-edit table {
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #fff;
  table-layout: fixed;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-edit table {
    min-width: 700px;
  }
}
.c-edit thead th {
  background: #E3EBF5;
  text-align: center;
  padding: 15px 5px;
  line-height: 1.4;
  color: #00765A;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #fff;
}
.c-edit thead th:first-child {
  border-radius: 5px 0 0 0;
}
.c-edit thead th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-edit thead th {
    padding: 10px 5px;
  }
}
.c-edit tbody th, .c-edit tbody td {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-edit tbody th, .c-edit tbody td {
    padding: 10px 10px;
  }
}
.c-edit tbody th {
  background: #F8FBFE;
}
.c-edit ul {
  border: 1px solid #E8E8E8;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .c-edit ul {
    padding: 20px;
    gap: 0.6em;
  }
}
.c-edit ul li {
  position: relative;
  padding-left: 1em;
  font-weight: 400;
}
.c-edit ul li:before {
  content: "";
  position: absolute;
  background: #00765A;
  width: 6px;
  height: 6px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.6em;
}
.c-edit hr {
  border-top: 1px solid #E8E8E8;
}
.c-edit ol {
  border: 1px solid #E8E8E8;
  padding: 30px;
  border-radius: 5px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em;
  counter-reset: ol 0;
}
@media screen and (max-width: 768px) {
  .c-edit ol {
    padding: 20px;
    gap: 0.6em;
  }
}
.c-edit ol li {
  position: relative;
  padding-left: 2.3em;
  counter-increment: ol 1;
}
.c-edit ol li:before {
  color: #00765A;
  font-weight: 500;
  position: absolute;
  content: counter(ol, decimal-leading-zero) ".";
  left: 0;
  top: 0;
}

.c-contents__wrap {
  margin: 60px 0 40px;
}
@media screen and (max-width: 920px) {
  .c-contents__wrap {
    position: relative;
    overflow: auto;
    width: 100%;
  }
}

.c-table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-table {
    min-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__wrap {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    width: 100vw;
    padding: 0 5vw 10px;
    margin: 0 -5vw;
  }
}
.c-table thead th {
  background: #E3EBF5;
  text-align: center;
  padding: 15px 5px;
  line-height: 1.4;
  color: #00765A;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #fff;
}
.c-table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.c-table thead th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table thead th {
    padding: 10px 5px;
  }
}
.c-table tbody th, .c-table tbody td {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table tbody th, .c-table tbody td {
    padding: 10px 10px;
  }
}
.c-table tbody th {
  background: #F8FBFE;
}

.c-text {
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.6rem;
  }
}

.c-caution {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.3em;
}
.c-caution.--number {
  padding-left: 2.3em;
}
.c-caution.--number:before {
  counter-increment: caution;
  content: "※" counter(caution) " ";
  left: 0;
  top: 0;
  position: absolute;
}
.c-caution:before {
  content: "※ ";
  left: 0;
  top: 0;
  position: absolute;
}

.c-textLink {
  line-height: 1.6;
  width: fit-content;
  border-bottom: 1px solid #00765A;
  color: #00765A;
  position: relative;
}
.c-textLink[target=_blank] {
  padding-right: 1.3em;
}
.c-textLink[target=_blank]:before {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-window.svg);
  mask-size: contain;
  top: 0.4em;
  right: 0;
}

.c-ctaItem {
  background: #fff;
  border-radius: 10px;
  padding: 20px 80px 20px 40px;
  position: relative;
  overflow: hidden;
  transition: filter 0.2s;
}
@media screen and (max-width: 768px) {
  .c-ctaItem {
    padding: 15px 60px 15px 30px;
  }
}
.c-ctaItem__subTitle {
  position: relative;
  color: #494949;
}
.c-ctaItem__subTitle:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: -1.2em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-dot.svg);
  background-size: 10px;
  top: calc(50% + 0.1em);
}
.c-ctaItem__title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-ctaItem__title {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
}
.c-ctaItem__text {
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #494949;
  margin-top: 5px;
}
.c-ctaItem__arrow {
  position: absolute;
  height: 100%;
  width: 70px;
  display: block;
  right: 0;
  top: 0;
  background: #00765A;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-ctaItem__arrow {
    width: 55px;
  }
}
.c-ctaItem__arrow:after, .c-ctaItem__arrow:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  border-radius: 50%;
  right: 6px;
}
.c-ctaItem__arrow:after {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 10px;
}
.c-ctaItem__arrow:before {
  border: 1px solid #fff;
}
.c-ctaItem:hover {
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.1));
  opacity: 1;
}
.c-ctaItem:hover .c-ctaItem__arrow {
  background-color: #04ACE9;
}

.c-status:before {
  margin-right: 0.5em;
}
.c-status.--excellent:before {
  content: "◎";
  color: #D64B57;
}
.c-status.--good:before {
  content: "〇";
  color: #D64B57;
}
.c-status.--fair:before {
  content: "△";
  color: #00765A;
}
.c-status.--bad:before {
  content: "×";
  color: #898787;
}

.c-pageTop {
  border-top: 1px solid #ccc;
  margin-top: 80px;
  position: relative;
}
.c-pageTop__item {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.c-pageTop__item:after {
  content: "";
  position: absolute;
  background: #00765A;
  width: 50px;
  height: 1px;
  display: block;
  box-sizing: border-box;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: -1px;
}
.c-pageTop__item:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-bottom-color: #00765A;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  top: calc(50% - 15px);
}

.c-lowerKeyVisual {
  background: url(../../assets/img/common/lowerKV.webp) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-lowerKeyVisual {
    height: 150px;
  }
}
.c-lowerKeyVisual__inner {
  width: 100%;
}
.c-lowerKeyVisual__title {
  color: #fff;
  font-size: 4.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-lowerKeyVisual__title {
    font-size: 3rem;
  }
}

.c-refineSearch {
  display: block;
  background: #F8FBFD;
  padding: 20px 40px;
  border: 1px solid #D8EBFD;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .c-refineSearch {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-refineSearch {
    padding: 10px 20px;
  }
}
.c-refineSearch__box {
  border-top: 1px solid #D8EBFD;
  margin-top: 20px;
  padding: 20px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__box {
    margin-top: 10px;
    padding: 10px 0;
  }
}
.c-refineSearch__title {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__title {
    font-size: 1.8rem;
  }
}
.c-refineSearch__title:before {
  left: 0;
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-search.svg);
  background-size: contain;
  top: 5px;
}
.c-refineSearch__icon {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.c-refineSearch__icon:before, .c-refineSearch__icon:after {
  content: "";
  position: absolute;
  background: #00765A;
  width: 100%;
  height: 2px;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-refineSearch__icon:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.c-refineSearch__icon:after {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
}
.js-toggle > .c-refineSearch__icon:after {
  content: none;
}
.js-toggle + .c-refineSearch__box {
  display: block;
}
.c-refineSearch__dl {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__dl {
    flex-wrap: wrap;
  }
}
.c-refineSearch__dl:not(:first-child) .c-refineSearch__dd, .c-refineSearch__dl:not(:first-child) .c-refineSearch__dt {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__dl:not(:first-child) .c-refineSearch__dd, .c-refineSearch__dl:not(:first-child) .c-refineSearch__dt {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-refineSearch__dl:not(:first-child) {
    margin-top: 20px;
  }
}
.c-refineSearch__dt {
  width: 180px;
  padding-right: 20px;
  border-right: 1px solid #D8EBFD;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__dt {
    width: 100%;
    margin-bottom: 10px;
    border-right: 0;
  }
}
.c-refineSearch__dd {
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-refineSearch__dd {
    padding-left: 0;
  }
}
.c-refineSearch__btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 920px) {
  .c-refineSearch__btnBox {
    flex-direction: column;
    gap: 20px;
  }
}
.c-refineSearch__btnBox:before {
  content: "";
  display: block;
  width: 200px;
}
@media screen and (max-width: 920px) {
  .c-refineSearch__btnBox:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-refineSearch__btn {
    max-width: initial;
  }
}

.c-checkbox {
  display: none;
}
.c-checkbox + label {
  cursor: pointer;
  padding-left: 2em;
  position: relative;
}
.c-checkbox + label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border: 1px solid #D8EBFD;
  border-radius: 3px;
}
.c-checkbox + label:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 0;
}
.c-checkbox:checked + label:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 3px;
  background: #484848;
  border-color: #484848;
}
.c-checkbox:checked + label:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 10px;
  display: block;
  left: 8px;
  border: none;
  background: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  z-index: 1;
  top: 12px;
}
.l-header {
  height: 120px;
  width: 100%;
  background: #fff;
  border-bottom: 4px solid #00765A;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  padding: 0 40px;
}
.l-header__tel {
  margin-right: auto;
  width: 310px;
  pointer-events: none;
}
.l-header__tel img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1000px) {
  .l-header__tel {
    display: none;
    pointer-events: initial;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 64px;
    padding-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 20px;
  }
}
.l-header__logoImg {
  display: block;
  width: 350px;
}
@media screen and (max-width: 1400px) {
  .l-header__logoImg {
    width: 254px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logoImg {
    width: 248px;
  }
}
.l-header__menuToggle {
  height: 100%;
  background: #00765A;
  width: 46px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__menuToggle {
    display: block;
  }
}
.l-header__menuToggle:before {
  content: "";
  position: absolute;
  background: #00765A;
  width: 44px;
  height: 100%;
  display: block;
  box-sizing: border-box;
  right: 100%;
  top: 0;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
.l-header__menuToggle__line {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  width: 23px;
  height: 2px;
  right: 10px;
  background: #fff;
  transition: 0.3s;
  transition-property: top, transform;
}
.l-header__menuToggle__line:nth-child(1) {
  top: calc(50% - 10px);
}
.l-header__menuToggle__line:nth-child(3) {
  top: calc(50% + 10px);
  width: 11px;
}
.l-header__menuToggle.js-open .l-header__menuToggle__line:nth-child(1), .l-header__menuToggle.js-open .l-header__menuToggle__line:nth-child(2), .l-header__menuToggle.js-open .l-header__menuToggle__line:nth-child(3) {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
}
.l-header__menuToggle.js-open + .l-globalNav {
  left: 0;
}

.l-footer {
  padding: 60px 0 0;
  background: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .c-inner--lg {
    padding: 0;
  }
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  width: fit-content;
  font-weight: 700;
  gap: 40px 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu {
    gap: 0;
  }
}
.l-footer__menu__group {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__group {
    width: 100vw;
    margin: 0 -5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__group {
    gap: 0;
    flex-direction: initial;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__group:has(.js-open) .l-footer__menu__link--child {
    display: block;
  }
}
.l-footer__menu__toggle {
  display: none;
  order: 4;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__toggle {
    display: block;
    position: absolute;
    z-index: 20;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 20px;
    top: 0.5em;
  }
  .l-footer__menu__toggle:before {
    content: "";
    position: absolute;
    background: #343434;
    width: 12px;
    height: 2px;
    display: block;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  }
  .l-footer__menu__toggle:after {
    content: "";
    position: absolute;
    background: #343434;
    width: 12px;
    height: 2px;
    display: block;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
  }
}
.l-footer__menu__toggle.js-open:after {
  content: none;
}
.l-footer__menu__link {
  color: #00765A;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__link {
    display: block;
    width: 100%;
    padding: 15px 5%;
    border-bottom: 1px solid #ccc;
  }
}
.l-footer__menu__link--child {
  color: #343434;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__link--child {
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px 5%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__link--col2 {
    background: #fff;
    width: 50%;
    color: #343434;
    order: 2;
  }
  .l-footer__menu__link--col2:nth-child(1n+1) {
    border-right: 1px solid #ccc;
  }
}
.l-footer__menu__youtube, .l-footer__menu__instagram {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__youtube, .l-footer__menu__instagram {
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    background: #fff;
  }
}
.l-footer__menu__youtube:before, .l-footer__menu__instagram:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background: url(../../assets/img/common/footer-youtube.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__youtube:before, .l-footer__menu__instagram:before {
    height: 50px;
    width: 50px;
  }
}
.l-footer__menu__instagram:before {
  background: url(../../assets/img/common/footer-instagram.png) center center no-repeat;
  background-size: contain;
}
.l-footer__menu__youtube {
  padding-right: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__menu__youtube {
    margin-top: 0;
    border-top: 1px solid #ccc;
    width: 100vw !important;
    margin: 0 -5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__menu__instagram {
    width: 100vw;
    margin: 0 -5vw;
  }
}
.l-footer__underMenu {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 10px 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__underMenu {
    justify-content: center;
    margin-top: 0;
  }
  .l-footer__underMenu.c-inner--lg {
    padding: 20px 5% 20px !important;
  }
}
.l-footer__underMenu:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100vw;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -1;
  border-top: 4px solid #00765A;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
}
.l-footer__underMenu__item {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__underMenu__item {
    font-size: 1.2rem;
  }
}
.l-footer__underMenu__item:before {
  content: "";
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 12px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: -15px;
}
.l-footer__underMenu__item:nth-last-child(2):before {
  content: none;
}
.l-footer__copyright {
  font-size: 1.2rem;
  margin-left: auto;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

@media print {
  .l-globalNav__megaDrop {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .l-globalNav__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .l-globalNav__top {
    font-size: 1.4rem;
    gap: 15px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .l-globalNav__top {
    font-size: 1.3rem;
    gap: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav__top__item {
    color: #00765A;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .l-globalNav__top__item {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav__catalog, .l-globalNav__contact, .l-globalNav__en {
    padding: 5px 20px;
    font-weight: normal;
  }
  .l-globalNav__catalog {
    background: #343434;
    color: #fff;
  }
  .l-globalNav__contact {
    background: #00765A;
    color: #fff;
  }
  .l-globalNav__en {
    background: #fff;
    border: 1px solid #00765A;
    color: #00765A;
  }
  .l-globalNav__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .l-globalNav__bottom {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .l-globalNav__bottom {
    font-size: 1.4rem;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav__bottom__item {
    position: relative;
    cursor: pointer;
  }
  .l-globalNav__bottom__item.is-megaDrop {
    padding-right: 20px;
  }
  .l-globalNav__bottom__item.is-megaDrop:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px solid #343434;
    border-right: 2px solid #343434;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(45deg) scale(1);
    top: calc(50% - 0.1em);
    right: 0;
  }
  .l-globalNav .js-open + .l-globalNav__megaDrop {
    opacity: 1;
    visibility: visible;
  }
  .l-globalNav__megaDrop {
    position: absolute;
    top: 100%;
    width: 100vw;
    background: rgba(0, 118, 90, 0.95);
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transition-property: opacity, visibility;
  }
  .l-globalNav__megaDrop__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 6.5rem 5% 5.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .l-globalNav__megaDrop__inner {
    padding: 6.5rem 0 5.5rem;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav__megaDrop__itemLg {
    width: calc(100% / 2 - 30px * (2 - 1) / 2);
    position: relative;
  }
  .l-globalNav__megaDrop__item {
    width: calc(100% / 2 - 30px * (2 - 1) / 2);
    position: relative;
    display: block;
  }
  .l-globalNav__megaDrop__itemMd {
    width: calc(100% / 4 - 30px * (4 - 1) / 4);
    position: relative;
    display: block;
  }
  .l-globalNav__megaDrop__img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 4/3.33;
    display: block;
  }
  .l-globalNav__megaDrop__img.is-small {
    aspect-ratio: 4/2;
  }
  .l-globalNav__megaDrop__title {
    left: 0;
    top: 0;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    color: #00765A;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
  }
  .l-globalNav__megaDrop__title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    box-sizing: border-box;
    background: url(../../assets/img/common/ico-link.svg) center center no-repeat;
    background-size: contain;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    right: 13px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 768px) {
  .l-globalNav__megaDrop__title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    box-sizing: border-box;
    right: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .l-globalNav__megaDrop__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
  }
  .l-globalNav__megaDrop__wrap.is-left {
    width: 60%;
  }
  .l-globalNav__megaDrop__wrap.is-right {
    width: calc(40% - 30px);
  }
  .l-globalNav__megaDrop__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
    width: 60px;
    height: 40px;
    display: block;
    z-index: 1000;
    background: url(../../assets/img/common/icon_close.png) center center/contain no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .l-globalNav {
    opacity: 1;
    transition: left 0.3s;
    visibility: visible;
    left: 100%;
    width: 100vw;
    height: calc(100svh - 60px);
    position: fixed;
    top: 60px;
    overflow: auto;
    background: #00765A;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .l-globalNav__bottom, .l-globalNav__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .l-globalNav__bottom__item, .l-globalNav__top__item {
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #cccccc;
    font-size: 1.6rem;
    padding: 15px 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
  }
  .l-globalNav__bottom {
    order: 1;
    width: 100%;
  }
  .l-globalNav__top {
    order: 2;
    width: 100%;
  }
  .l-globalNav__catalog, .l-globalNav__contact, .l-globalNav__en {
    width: 50%;
    color: #fff;
    border-bottom: 1px solid #cccccc;
    font-size: 1.6rem;
    padding: 15px 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .l-globalNav__catalog, .l-globalNav__en {
    border-right: 1px solid #cccccc;
  }
  .l-globalNav__megaDrop {
    display: none;
  }
  .l-globalNav .is-megaDrop {
    position: relative;
  }
  .is-megaDrop .l-globalNav__toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    width: 56px;
    height: 56px;
  }
  .is-megaDrop .l-globalNav__toggle:before, .is-megaDrop .l-globalNav__toggle:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 15px;
    height: 2px;
    display: block;
    box-sizing: border-box;
    transition: 0.3s;
    transition-property: transform, opacity;
  }
  .is-megaDrop .l-globalNav__toggle:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  }
  .is-megaDrop .l-globalNav__toggle:after {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
  }
  .is-megaDrop.js-open .l-globalNav__toggle:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg) scale(1);
    opacity: 0;
  }
  .is-megaDrop.js-open .l-globalNav__toggle:after {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(180deg) scale(1);
  }
  .is-megaDrop.js-open + .l-globalNav__megaDrop {
    display: block;
  }
  .l-globalNav__megaDrop {
    width: 100%;
    padding: 0 20px;
  }
  .l-globalNav__megaDrop__img {
    display: none;
  }
  .l-globalNav__megaDrop__itemLg, .l-globalNav__megaDrop__item, .l-globalNav__megaDrop__itemMd {
    padding: 15px 2em;
    border-bottom: 1px solid #cccccc;
    display: block;
    position: relative;
  }
  .l-globalNav__megaDrop__itemLg:before, .l-globalNav__megaDrop__item:before, .l-globalNav__megaDrop__itemMd:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    box-sizing: border-box;
    background: url(../../assets/img/common/ico-link-gr.svg) center center no-repeat;
    background-size: contain;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    right: 0;
  }
  .l-globalNav__megaDrop__title {
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
  }
  .l-globalNav__megaDrop__close {
    display: none;
  }
}

.l-topKeyVisual {
  width: 100%;
  height: calc(100svh - 120px);
  position: relative;
  margin-top: -4px;
  overflow: hidden;
  clip-path: inset(0);
}
.l-topKeyVisual:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -2;
  background: url(../../assets/img/top/kv.webp) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual {
    height: 100svh;
    padding-top: 60px;
  }
  .l-topKeyVisual:before {
    background-image: url(../../assets/img/top/kv-sp.webp);
  }
}
.l-topKeyVisual__bg {
  object-fit: cover;
  position: fixed;
  left: 0;
  z-index: 2;
  top: -5px;
  width: 100%;
}
.l-topKeyVisual__img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100svh + 5px);
  object-fit: cover;
}
.l-topKeyVisual__title {
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: -7px;
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .l-topKeyVisual__title {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
    bottom: initial;
    right: initial;
    width: 90%;
  }
}
.l-topKeyVisual__title img {
  display: block;
}

.l-topAbout {
  position: relative;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  min-height: 100svh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0);
}
.l-topAbout:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -1;
  background: url(../../assets/img/top/about_bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.l-topAbout__inner {
  position: relative;
  z-index: 6;
}
.l-topAbout:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: 1;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(17, 108, 86, 0.5) 75.96%, rgba(0, 118, 90, 0.3) 100%);
}
.l-topAbout__title {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-style: Italic;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}
.l-topAbout__lead {
  margin-bottom: 30px;
}
.l-topAbout__text {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-topAbout__text {
    font-size: 1.6rem;
  }
}

.l-topGroup {
  position: relative;
  background: #3E4143;
  padding: 140px 0 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-topGroup {
    padding: 80px 0 40px;
  }
}
.l-topGroup__inner {
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 100px;
}
@media screen and (max-width: 1200px) {
  .l-topGroup__inner {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-topGroup__inner {
    flex-direction: column;
  }
}
.l-topGroup__title {
  position: absolute;
  left: 0;
  top: -0.43em;
}
.l-topGroup__list {
  flex: 1;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .l-topGroup__list {
    flex: initial;
    margin-top: 0;
    width: 100%;
  }
}
.l-topGroup__img {
  aspect-ratio: 186/140;
  width: 180px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .l-topGroup__img {
    width: 120px;
  }
}
.l-topGroup__listItem {
  border-bottom: 1px solid #fff;
  padding: 30px 0 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-topGroup__listItem {
    align-items: flex-start;
  }
}
.l-topGroup__listItem__wrap {
  flex: 1;
}
.l-topGroup__listItem:last-child {
  border-bottom: none;
}
.l-topGroup__listItem__no {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-topGroup__listItem__no {
    font-size: 1.4rem;
  }
}
.l-topGroup__listItem__category {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00765A;
  font-weight: 500;
  font-style: Italic;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-topGroup__listItem__category {
    width: 100%;
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.l-topGroup__listItem__title {
  font-size: 2.4rem;
  margin-right: 10px;
  font-weight: 700;
}
.l-topGroup__listItem__text {
  font-size: 1.8rem;
}
.l-topGroup__lead {
  margin-bottom: 20px;
  margin-right: auto;
  text-align: left;
}
.l-topGroup .c-btn {
  margin: 0;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-topGroup .c-btn {
    order: 4;
    width: 100%;
    max-width: 330px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topGroup__detail {
    display: contents;
  }
}

.l-topCta {
  padding: 60px 0;
  clip-path: inset(0);
}
.l-topCta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -1;
  background: #00765A url(../../assets/img/top/cta_bg.svg) 90% center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-topCta {
    padding: 30px 0;
  }
  .l-topCta:before {
    background: #00765A url(../../assets/img/top/cta_bg.svg) 100% top no-repeat;
    background-size: 250px;
  }
}
.l-topCta__inner {
  position: relative;
  background-size: contain;
}
.l-topCta__h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-topCta__h2 {
    font-size: 2.4rem;
  }
}
.l-topCta__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-topCta__flex {
    padding: 10px 20px 10px;
  }
}
.l-topCta__item {
  width: calc(100% / 2 - 0px * (2 - 1) / 2);
  padding: 0 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topCta__item {
    width: 100%;
    padding: 20px 0;
  }
}
.l-topCta__item:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #AAAAAA;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-topCta__item:first-child:after {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    content: "";
    position: absolute;
    width: 100%;
    height: 1;
    display: block;
    box-sizing: border-box;
    transform: none;
    top: inherit;
    left: inherit;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
    bottom: 0;
  }
}
.l-topCta__itemTitle {
  font-size: 2.8rem;
  font-weight: 700;
  color: #00765A;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-topCta__itemTitle {
    font-size: 2rem;
  }
}
.l-topCta__itemTel {
  font-size: 1.6rem;
  pointer-events: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-topCta__itemTel {
    pointer-events: initial;
    font-size: 1.4rem;
  }
}
.l-topCta__itemTel svg {
  max-width: 100%;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-topCta__itemTel svg {
    max-width: 290px;
    width: 100%;
  }
}
.l-topCta a {
  display: block;
}
.l-topCta svg {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-topCta svg {
    height: 60px;
  }
}
.l-topCta__text {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-topCta__text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.l-topNews {
  position: relative;
  background: #EEEEEE;
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .l-topNews {
    padding: 80px 0 40px;
  }
}
.l-topNews__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 100px;
}
@media screen and (max-width: 768px) {
  .l-topNews__inner {
    flex-direction: column;
  }
}
.l-topNews__title {
  position: absolute;
  left: 0;
  top: -0.43em;
}
.l-topNews__list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-topNews__list {
    flex: initial;
    width: 100%;
  }
}
.l-topNews__listItem {
  border-bottom: 1px solid #333;
  padding: 30px 40px 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 10px 20px;
}
.l-topNews__listItem:first-child {
  border-top: 1px solid #333;
}
.l-topNews__listItem:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}
.l-topNews__listItem__date {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 105px;
  font-weight: 500;
}
.l-topNews__listItem__category {
  width: 80px;
  color: #00765A;
  border: 1px solid #00765A;
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 0.1em 10px;
}
.l-topNews__listItem__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-topNews__listItem__title {
    flex: initial;
    display: block;
    width: 100%;
  }
}
.l-topNews .c-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-topNews .c-btn {
    order: 4;
    width: 100%;
    max-width: 330px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topNews__detail {
    display: contents;
  }
}

.l-topMesscud {
  position: relative;
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .l-topMesscud {
    padding: 80px 0 40px;
  }
}
.l-topMesscud__title {
  position: absolute;
  left: 0;
  top: -0.43em;
}
.l-topMesscud__h3 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.l-topMesscud__btns {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__btns {
    gap: 10px;
  }
}
.l-topMesscud__btns .c-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__btns .c-btn {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}
.l-topMesscud__flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 40px -40px 0;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__flex {
    margin: 40px 0 0;
  }
}
.l-topMesscud__flex:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #AAAAAA;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-topMesscud__flex:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #AAAAAA;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-topMesscud__item {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__item {
    padding: 20px 0;
    width: calc(100% / 1 - 0px * (1 - 1) / 1);
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .l-topMesscud__item.is-border {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
  }
}
@media screen and (max-width: 768px) {
  .l-topMesscud__item.is-border:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  }
  .l-topMesscud__item.is-border:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  }
}
.l-topMesscud__itemImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__itemImg {
    margin-top: 20px;
  }
}
.l-topMesscud__itemSubTitle {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  color: #00765A;
  font-weight: 500;
}
.l-topMesscud__itemTitle {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.l-topMesscud__text {
  font-size: 1.6rem;
  flex: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-topMesscud__text {
    min-height: initial;
    margin-bottom: 0;
  }
}

.l-topSpecial {
  padding: 60px 0;
}
.l-topSpecial__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.l-topSpecial__item {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  overflow: hidden;
  position: relative;
  aspect-ratio: 400/368;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-topSpecial__item {
    aspect-ratio: 400/200;
  }
}
.l-topSpecial__item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-topSpecial__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-topSpecial__item {
    width: 100%;
  }
}
.l-topSpecial__item:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow.svg);
  background-size: contain;
  bottom: 20px;
  right: 20px;
}
.l-topSpecial__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-topSpecial__item__img {
    object-position: 50% 22.3%;
  }
}
.l-topSpecial__item:hover .l-topSpecial__item__img {
  transform: scale(1.1);
}
.l-topSpecial__item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  text-align: center;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.1em;
  z-index: 1;
  color: #fff;
}

.l-topContact {
  padding: 30px 0 80px;
  overflow: hidden;
  clip-path: inset(0);
}
.l-topContact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -1;
  background: url(../../assets/img/top/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.l-topContact__title {
  margin-bottom: 10px;
  text-align: center;
}
.l-topContact__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-topContact__flex {
    padding: 10px 30px 30px;
  }
}
.l-topContact__item {
  padding: 0 40px -30px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-topContact__item {
    width: 100%;
    padding: 20px 0 0;
  }
}
.l-topContact__itemTitle {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-topContact__itemTitle {
    font-size: 2rem;
    margin-bottom: -10px;
  }
}
.l-topContact__itemTel {
  font-size: 1.8rem;
  max-width: fit-content;
  text-align: left;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .l-topContact__itemTel {
    font-size: 1.5rem;
    width: 100%;
    max-width: 438px;
  }
}
.l-topContact__text {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-topContact__text {
    font-size: 1.6rem;
    margin-top: 0;
    text-align: center;
  }
}
.l-topContact__mail {
  width: fit-content;
  margin: 10px auto 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .l-topContact__mail {
    font-size: 1.6rem;
  }
}
.l-topContact__mailIcon {
  margin-right: 5px;
  width: 19px;
}

.l-company {
  padding: 60px 0 0;
}
.l-company__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-company__item {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  overflow: hidden;
  position: relative;
  aspect-ratio: 588/320;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-company__item {
    aspect-ratio: 588/320;
  }
}
.l-company__item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-company__item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-company__item {
    width: 100%;
  }
}
.l-company__item:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow.svg);
  background-size: contain;
  bottom: 20px;
  right: 20px;
}
.l-company__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .l-company__item__img {
    object-position: 50% 22.3%;
  }
}
.l-company__item:hover .l-company__item__img {
  transform: scale(1.1);
}
.l-company__item__title {
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.1em;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-company__item__title {
    font-size: 2rem;
  }
}

.l-message {
  padding: 0 0 0;
}
.l-message__kv {
  background: url(../../assets/img/message/kv.webp) center center no-repeat;
  background-size: cover;
  height: 460px;
  margin: 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-message__kv {
    background-position: 65%;
    height: 60vw;
  }
}
.l-message__logo {
  width: 230px;
  position: relative;
  left: -22px;
}
@media screen and (max-width: 768px) {
  .l-message__logo {
    width: 200px;
    left: -7px;
  }
}
.l-message__box {
  padding-left: 60px;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-message__box {
    padding-left: 0;
  }
}
.l-message__boxWrap {
  margin: 0 auto;
  text-align: left;
  width: fit-content;
}
.l-message__job {
  color: #00765A;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-message__job {
    font-size: 1.6rem;
  }
}
.l-message__name {
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-message__name {
    font-size: 2.6rem;
  }
}
.l-message__title {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 1.5em;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-message__title {
    font-size: 2.4rem;
  }
}
.l-message__title:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 3px;
  display: block;
  box-sizing: border-box;
  top: 0.8em;
  left: 0;
  background: linear-gradient(90deg, #003327 0%, rgba(0, 153, 117, 0.7) 100%);
}
.l-message__text {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-message__text {
    font-size: 1.6rem;
  }
}

.l-summary {
  padding: 0 0 0;
}
.l-summary__logo {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-summary__logo {
    width: 250px;
  }
}
.l-summary__box {
  margin-top: 20px;
  margin-bottom: 60px;
}
.l-summary__dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-summary__dl {
    display: block;
    font-size: 1.6rem;
  }
  .l-summary__dl:before {
    content: "";
    position: absolute;
    background: #00765A;
    width: 90px;
    height: 2px;
    display: block;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
  }
}
.l-summary__dt {
  font-weight: 600;
  width: 162px;
  padding: 15px 30px;
  border-bottom: 2px solid #00765A;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-summary__dt {
    width: 100%;
    border-bottom: none;
    padding: 15px 0 0;
  }
}
.l-summary__dd {
  flex: 1;
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .l-summary__dd {
    padding: 5px 0 15px;
    width: 100%;
  }
}
.l-summary__title {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: #00765A;
}
@media screen and (max-width: 768px) {
  .l-summary__title {
    font-size: 2.4rem;
  }
}
.l-summary__authorization {
  background: #EFEFEF;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .l-summary__authorization {
    gap: 15px;
    padding: 15px 15px;
  }
}
.l-summary__authorizationImg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.l-summary__authorizationImgLink {
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
}
.l-summary__authorizationItem {
  background: #fff;
  padding: 40px 20px;
  width: calc(100% / 2 - 40px * (2 - 1) / 2);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-summary__authorizationItem {
    padding: 15px 15px;
    width: calc(100% / 1 - 40px * (1 - 1) / 1);
  }
}
.l-summary__authorizationLink {
  font-size: 1.8rem;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding-right: 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-summary__authorizationLink {
    font-size: 1.6rem;
  }
}
.l-summary__authorizationLink:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_gr.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}
.l-summary__authorizationText {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-summary__authorizationText {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.l-messcudKeyVisual {
  overflow: hidden;
  width: 100%;
  margin-top: -53px;
  position: relative;
  padding: 200px 0 80px;
  color: #fff;
  clip-path: inset(0);
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual {
    padding: 120px 0 60px;
    text-align: center;
  }
}
.l-messcudKeyVisual:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  z-index: -1;
  background: url(../../assets/img/messcud/kv.webp) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.l-messcudKeyVisual__title {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: 40px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__title {
    top: 40px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__subTitle {
    text-align: center;
    width: 100%;
  }
}
.l-messcudKeyVisual__lead {
  font-size: 4.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .l-messcudKeyVisual__lead {
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .l-messcudKeyVisual__lead {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__lead {
    font-size: 3.2rem;
  }
}
.l-messcudKeyVisual__text {
  font-size: 1.8rem;
}
.l-messcudKeyVisual__keyword {
  display: block;
}
.l-messcudKeyVisual__keyword img {
  max-width: initial;
  width: 100%;
}
.l-messcudKeyVisual__btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
.l-messcudKeyVisual__btnPdf {
  font-size: 1.8rem;
  padding: 20px 15px;
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__btnPdf {
    font-size: 1.6rem;
  }
}
.l-messcudKeyVisual__btn {
  width: 100%;
  background: #343434;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 20px;
  border-radius: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__btn {
    padding-right: 60px;
    font-size: 1.8rem;
  }
}
.l-messcudKeyVisual__btn:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_gr.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 20px;
}
.l-messcudKeyVisual .c-btnPdf {
  flex: 1;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual .c-btnPdf {
    width: 100%;
    flex: initial;
  }
}
.l-messcudKeyVisual__box {
  position: relative;
}
.l-messcudKeyVisual__detail {
  width: 55%;
}
@media screen and (max-width: 1440px) {
  .l-messcudKeyVisual__detail {
    width: calc(55% + 10px);
  }
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__detail {
    width: 100%;
  }
}
.l-messcudKeyVisual__img {
  width: calc(50% + 60px);
  position: absolute;
  top: -180px;
  right: -160px;
  display: block;
}
@media screen and (max-width: 1170px) {
  .l-messcudKeyVisual__img {
    width: 45%;
    right: calc(-1 * (100vw - 100%) / 2);
  }
}
.l-messcudKeyVisual__img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-messcudKeyVisual__img {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-messcudKeyVisual__img {
    position: static;
  }
  .l-messcudKeyVisual__img img {
    max-width: initial;
    width: 111vw;
    margin: 40px -15vw 0 -5vw;
  }
}

.l-messcudSystem {
  position: relative;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem {
    padding: 40px 0 0;
  }
}
.l-messcudSystem__flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 40px -40px 0;
  counter-reset: messcud;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__flex {
    margin: 40px 0 0;
  }
}
.l-messcudSystem__flex:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #AAAAAA;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-messcudSystem__flex:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  display: block;
  box-sizing: border-box;
  border-top: 1px solid #AAAAAA;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
}
.l-messcudSystem__no {
  position: absolute;
  right: 40px;
  top: -10px;
  z-index: -1;
}
.l-messcudSystem__no:before {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  counter-increment: messcud;
  content: "0" counter(messcud);
  font-size: 9.8rem;
  color: #EEEEEE;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.l-messcudSystem__item {
  width: calc(100% / 3 - 0px * (3 - 1) / 3);
  padding: 20px 40px 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__item {
    padding: 20px 0;
    width: calc(100% / 1 - 0px * (1 - 1) / 1);
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .l-messcudSystem__item.is-border {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
  }
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__item.is-border:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  }
  .l-messcudSystem__item.is-border:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  }
}
.l-messcudSystem__itemImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__itemImg {
    margin-top: 20px;
  }
}
.l-messcudSystem__itemSubTitle {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  color: #00765A;
  font-weight: 500;
}
.l-messcudSystem__itemTitle {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__itemTitle {
    font-size: 2.6rem;
  }
}
.l-messcudSystem__text {
  font-size: 1.8rem;
  min-height: 7em;
  flex: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-messcudSystem__text {
    margin-bottom: 0;
    font-size: 1.6rem;
    min-height: initial;
  }
}

.l-messcudProcess {
  background: #3E4143 url(../../assets/img/messcud/vector.svg) no-repeat;
  background-size: 450px;
  background-position: 35% 100%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess {
    padding: 40px 0 0;
    background-size: 80%;
    background-position: 150% calc(100% - 50vw);
  }
}
.l-messcudProcess__title {
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__title {
    font-size: 3rem;
  }
}
.l-messcudProcess__subTitle {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__subTitle {
    font-size: 1.5rem;
  }
}
.l-messcudProcess__titleWrap {
  margin-bottom: 20px;
}
.l-messcudProcess__box {
  padding: 60px 0;
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__box {
    width: 100%;
    padding: 0;
  }
}
.l-messcudProcess__item {
  padding: 20px;
  background: rgba(52, 52, 52, 0.6);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__item {
    background: rgba(0, 0, 0, 0.6);
  }
}
.l-messcudProcess__itemTitle {
  border-bottom: 1px solid #fff;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  width: 100%;
}
.l-messcudProcess__itemTitle em {
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.l-messcudProcess__itemText {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__itemText {
    font-size: 1.5rem;
  }
}
.l-messcudProcess__img {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  object-fit: cover;
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-messcudProcess__img {
    width: calc(100% + 10vw);
    margin: 40px -5vw 0;
    height: 100%;
    max-width: initial;
    position: static;
    aspect-ratio: 16/9;
  }
}

.l-messcudStep {
  background: #F0F0F0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-messcudStep {
    padding: 40px 0 60px;
  }
}
.l-messcudStep__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
  align-items: flex-start;
  position: relative;
}
.l-messcudStep__titleWrap {
  width: 290px;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1000px) {
  .l-messcudStep__titleWrap {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-messcudStep__titleWrap {
    position: static;
    text-align: center;
    width: 100%;
  }
}
.l-messcudStep__subTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__subTitle {
    font-size: 2.2rem;
  }
}
.l-messcudStep__lead {
  font-size: 1.8rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__lead {
    font-size: 1.5rem;
  }
}
.l-messcudStep__itemList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
  counter-reset: itemCount;
  flex: 1;
}
.l-messcudStep__item {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  position: relative;
}
.l-messcudStep__item:not(:last-child):before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: solid #00765A 17.32px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(0deg) scale(1);
  top: calc(100% + 10px);
}
.l-messcudStep__itemWrap {
  flex: 1;
}
.l-messcudStep__itemText {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__itemText {
    font-size: 1.6rem;
  }
}
.l-messcudStep__itemTitle {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__itemTitle {
    font-size: 2.6rem;
  }
}
.l-messcudStep__itemTitle.--lg {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__itemTitle.--lg {
    font-size: 3rem;
  }
}
.l-messcudStep__itemTitle.--md {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__itemTitle.--md {
    font-size: 2.6rem;
  }
}
.l-messcudStep__itemTitle.--center {
  margin-bottom: 20px;
  text-align: center;
}
.l-messcudStep__itemImg {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-messcudStep__itemImg {
    width: 100%;
    height: auto;
  }
}
.l-messcudStep__itemLink {
  margin-top: 20px;
  text-decoration: underline;
  display: block;
  width: fit-content;
  color: #00765A;
}
.l-messcudStep__itemSubTitle:before {
  font-size: 1.4rem;
  counter-increment: itemCount;
  content: "( STEP " counter(itemCount) " )";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #00765A;
}

.l-messcudManagement {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-messcudManagement {
    padding: 40px 0;
  }
}
.l-messcudManagement__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-messcudManagement__item {
  border-radius: 10px;
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  background: #EEEEEE;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-messcudManagement__item {
    align-items: flex-start;
    width: 100%;
  }
}
.l-messcudManagement__itemImg {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .l-messcudManagement__itemImg {
    width: 50px;
  }
}
.l-messcudManagement__itemBox {
  flex: 1;
}
.l-messcudManagement__itemTitle {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-messcudManagement__itemTitle {
    font-size: 1.8rem;
  }
}
.l-messcudManagement__itemText {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-messcudManagement__itemText {
    font-size: 1.4rem;
  }
}

.l-messcudNews {
  width: 100%;
  background: #F0F0F0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-messcudNews {
    padding: 40px 0;
  }
}
.l-messcudNews__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-messcudNews__flex img, .l-messcudNews__flex iframe {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
}
@media screen and (max-width: 768px) {
  .l-messcudNews__flex img, .l-messcudNews__flex iframe {
    width: 100%;
  }
}

.l-messcudContact {
  width: 100%;
  background: #333333;
  padding: 20px 0 40px;
  margin-bottom: -40px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.l-messcudContact:before {
  content: "";
  width: 500px;
  height: 600px;
  background: url(../../assets/img/messcud/arrow.svg) center center no-repeat;
  left: -50px;
  top: -50px;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
.l-messcudContact__title {
  text-align: center;
  margin-bottom: 0;
}
.l-messcudContact__box {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .l-messcudContact__box {
    padding: 20px 20px 40px;
  }
}
.l-messcudContact__btn {
  max-width: 880px;
  padding: 15px;
  font-size: 2rem;
}
.l-messcudContact__flex {
  margin: 28px auto 10px;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-messcudContact__flex {
    margin: 28px auto 10px;
  }
}
.l-messcudContact__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-messcudContact__item {
    width: 100%;
  }
}
.l-messcudContact__itemTitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.l-messcudContact__itemFax {
  text-align: center;
}

.l-productKeyVisual {
  width: 100%;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #005743;
}
@media screen and (max-width: 768px) {
  .l-productKeyVisual {
    height: 150px;
  }
}
.l-productKeyVisual__bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2 + 100% - 200px);
  top: 0;
  left: 200px;
  background: url(../../assets/img/business/kv.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-productKeyVisual__bg {
    width: calc((100vw - 100%) / 2 + 100% - 150px);
    left: 150px;
  }
}
.l-productKeyVisual__bg2 {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 600px;
  top: 0;
  right: calc(100% - 200px - 200px);
  background: url(../../assets/img/business/frame.svg) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-productKeyVisual__bg2 {
    width: 400px;
    right: calc(100% - 100px - 150px);
  }
}
.l-productKeyVisual__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-productKeyVisual__title {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 4.4rem;
  margin-top: -1.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-productKeyVisual__title {
    margin-top: 0;
    font-size: 3rem;
  }
}

.l-productContent {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-productContent {
    padding-top: 40px;
  }
}
.l-productContent__lead {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-productContent__lead {
    font-size: 1.8rem;
  }
}
.l-productContent__localNav {
  margin-top: 60px;
  background: #ECECEC;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-productContent__localNav {
    margin-top: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.l-productContent__localNav:before {
  content: "";
  position: absolute;
  background: #ECECEC;
  width: 100vw;
  height: 100%;
  display: block;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(0deg) scale(1);
  z-index: -1;
}
.l-productContent__border {
  width: 1px;
  height: 20px;
  background: #00765A;
}
@media screen and (max-width: 768px) {
  .l-productContent__border {
    display: none;
  }
}
.l-productContent__localNavItem {
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-productContent__localNavItem {
    text-align: left;
    padding: 10px 0;
    width: 100%;
    font-size: 1.6rem;
  }
  .l-productContent__localNavItem:not(:last-child) {
    border-bottom: 1px solid #00765A;
  }
}
.l-productContent__localNavItem:after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_gr.svg);
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .l-productContent__localNavItem:after {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(90deg) scale(1);
    right: 0;
  }
}

.l-productSection {
  padding: 60px 0;
}
.l-productSection.--gray {
  background: #EEEEEE;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-productSection.--gray {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-productSection {
    padding: 40px 0;
  }
}
.l-productSection__titleWrap {
  width: fit-content;
  margin-bottom: 20px;
}
.l-productSection__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 30px;
}
.l-productSection__title {
  font-size: 5.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-productSection__title {
    font-size: 4rem;
  }
}
.l-productSection__subTitle {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  letter-spacing: -0.04em;
  color: #00765A;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .l-productSection__subTitle {
    font-size: 1.5rem;
  }
}
.l-productSection__detail {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-productSection__detail {
    flex: initial;
    width: 100%;
  }
}
.l-productSection__lead {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.l-productSection__lead.--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-productSection__lead {
    font-size: 1.8rem;
  }
}
.l-productSection__img {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .l-productSection__img {
    width: calc(100% + 10vw);
    height: 100%;
    object-fit: cover;
    aspect-ratio: 39/32;
    margin: 0 -5vw;
  }
}
.l-productSection__cardBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.l-productSection__card {
  width: calc(100% / 2 - 20px * (2 - 1) / 2);
  position: relative;
  background: #EEEEEE;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .l-productSection__card {
    width: 100%;
  }
}
.l-productSection__cardTitle {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  color: #00765A;
}
.l-productSection__cardDetail {
  width: calc(100% - 190px - 20px);
}
@media screen and (max-width: 768px) {
  .l-productSection__cardDetail {
    width: 100%;
  }
}
.l-productSection__cardLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-productSection__cardLink {
    font-size: 1.6rem;
  }
}
.l-productSection__cardLink:after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_gr.svg);
  background-size: contain;
}
.l-productSection__cardImg {
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .l-productSection__cardImg {
    width: 100%;
    max-width: initial;
    margin-top: 20px;
    height: initial;
    aspect-ratio: 16/9;
    display: block;
    position: static;
  }
}
.l-productSection__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-height: 730px;
}
@media screen and (max-width: 768px) {
  .l-productSection__inner {
    min-height: inherit;
  }
}
.l-productSection__contain {
  width: calc(50% - 40px);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-productSection__contain {
    width: 100%;
    padding: 0;
  }
}
.l-productSection__innerImg {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-productSection__innerImg {
    position: initial;
    width: 100%;
    height: initial;
    margin-top: 40px;
    object-fit: initial;
  }
}

.l-productMesscud {
  padding: 60px 0;
  background: url(../../assets/img/business/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.l-productMesscud__inner {
  text-align: center;
  color: #fff;
}
.l-productMesscud__title {
  position: absolute;
  left: 0;
  top: -0.4em;
  color: #fff;
  opacity: 0.3;
}
.l-productMesscud__subLead {
  font-size: 2rem;
}
.l-productMesscud__lead {
  font-size: 5.3rem;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-productMesscud__lead {
    font-size: 3.8rem;
  }
}

.l-news {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-news {
    padding-top: 40px;
  }
}
.l-news__title {
  position: absolute;
  left: 0;
  top: -0.43em;
}
.l-news__list {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-news__list {
    flex: initial;
    width: 100%;
  }
}
.l-news__listItem {
  border-bottom: 1px solid #B5B5B5;
  padding: 30px 40px 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 10px 20px;
}
.l-news__listItem:first-child {
  border-top: 1px solid #B5B5B5;
}
.l-news__listItem:before {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-arrow_gray.svg);
  background-size: contain;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  right: 0;
}
.l-news__listItem__date {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 105px;
  font-weight: 500;
}
.l-news__listItem__category {
  width: 80px;
  color: #00765A;
  border: 1px solid #00765A;
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 0.1em 10px;
}
.l-news__listItem__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .l-news__listItem__title {
    flex: initial;
    display: block;
    width: 100%;
  }
}
.l-news .c-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-news .c-btn {
    order: 4;
    width: 100%;
    max-width: 330px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-news__detail {
    display: contents;
  }
}

.l-contact {
  padding-top: 60px;
}
.l-contact__title {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-contact__title {
    font-size: 2.4rem;
  }
}
.l-contact__archive {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-contact__archive {
    gap: 20px;
  }
}
.l-contact__item {
  background: #F3F3F3;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .l-contact__item {
    padding: 20px;
  }
}
.l-contact__itemTitle {
  font-size: 2.6rem;
  font-weight: 600;
  width: 360px;
  border-right: 1px solid #939393;
  padding: 20px 0;
}
@media screen and (max-width: 1100px) {
  .l-contact__itemTitle {
    font-size: 2rem;
    width: 300px;
  }
}
@media screen and (max-width: 950px) {
  .l-contact__itemTitle {
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
.l-contact__itemDetail {
  flex: 1;
  text-align: center;
  padding-left: 30px;
}
@media screen and (max-width: 950px) {
  .l-contact__itemDetail {
    padding-left: 0;
  }
}
.l-contact__btn {
  background: #00765A;
  padding: 15px 20px;
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  max-width: 500px;
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  border-radius: 5px;
}
@media screen and (max-width: 1100px) {
  .l-contact__btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 950px) {
  .l-contact__btn {
    font-size: 1.5rem;
    padding: 15px 15px;
    gap: 0 5px;
  }
}
.l-contact__btn:before {
  content: "";
  width: 2em;
  height: 1em;
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(../../assets/icons/ico-mail.svg);
  background-size: contain;
}
.l-contact__btn:after {
  content: "";
  width: 1em;
  height: 0.7em;
  display: block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow_sm.svg);
  mask-size: contain;
}
.l-contact__tel {
  pointer-events: none;
  max-width: 370px;
  display: block;
  margin: 0 auto;
}
.l-contact__tel img, .l-contact__tel svg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-contact__tel img, .l-contact__tel svg {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .l-contact__tel {
    pointer-events: initial;
  }
}
.l-contact__itemText {
  font-size: 1.6rem;
}
@media screen and (max-width: 950px) {
  .l-contact__itemText {
    font-size: 1.3rem;
  }
}
.l-contact__itemFax {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  .l-contact__itemFax {
    font-size: 1.6rem;
  }
}

.l-form {
  padding-top: 60px;
}
.l-form__box {
  border: #999 1px solid;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 40px;
}
.l-form__boxItem {
  padding: 20px;
  width: calc(100% / 2 - 0px * (2 - 1) / 2);
}
@media screen and (max-width: 768px) {
  .l-form__boxItem {
    width: 100%;
  }
}
.l-form__boxItem:first-child {
  border-right: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .l-form__boxItem:first-child {
    border-right: none;
    border-bottom: 1px solid #999;
  }
}
.l-form__lead {
  font-size: 16px;
}
.l-form__dotted {
  border-top: none !important;
  border-top: 1px dotted #cccccc !important;
}
.l-form__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-form__flex .check {
  display: inline-block !important;
}
.l-form__flex p {
  display: inline-block !important;
}
.l-form__flex .check .wpcf7-list-item {
  padding-right: 0 !important;
}
.l-form__textShort {
  width: 4rem !important;
  margin-right: 5px !important;
  padding: 3px 5px !important;
  text-align: center !important;
  line-height: 1 !important;
  font-size: 15px !important;
  position: relative;
  top: -2px;
}
.l-form__quantity {
  text-align: right;
  min-width: 200px;
  margin-top: 3px !important;
}

.l-terms {
  padding-top: 60px;
  counter-reset: counter;
}
.l-terms__text_right {
  text-align: right;
}
.l-terms__text_right span {
  display: inline-block;
  text-align: left;
}
.l-terms__text {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-terms__text {
    font-size: 1.6rem;
  }
}
.l-terms__text a {
  text-decoration: underline;
}
.l-terms__text a:hover {
  opacity: 1;
  text-decoration: none;
}
.l-terms__h2 {
  font-size: 3.2rem;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 0.8em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-terms__h2 {
    font-size: 2.2rem;
  }
}
.l-terms__h2:not(:first-child) {
  margin-top: 1em;
}
.l-terms__h2 span {
  display: inline-block;
  position: relative;
}
.l-terms__h2 span:before {
  counter-increment: counter;
  content: counter(counter) " . ";
}
.l-terms__h2 span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #00765A;
}
.l-terms__h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .l-terms__h3 {
    font-size: 1.8rem;
  }
}
.l-terms__ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-terms__ul {
    font-size: 1.6rem;
  }
}
.l-terms__ul li {
  position: relative;
  padding-left: 1.3em;
}
.l-terms__ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-terms__ul li {
    font-size: 1.6rem;
  }
}
.l-terms__ul li a {
  text-decoration: underline;
}
.l-terms__ul li a:hover {
  text-decoration: none;
  opacity: 1;
}
.l-terms__ol {
  counter-reset: ol;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-terms__ol {
    font-size: 1.6rem;
  }
}
.l-terms__ol li:before {
  counter-increment: ol;
  content: "(" counter(ol) ")";
}
.l-terms__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  margin: 10px 0;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .l-terms__table {
    font-size: 1.5rem;
  }
}
.l-terms__table thead th {
  text-align: center;
  vertical-align: middle;
  padding: 1rem 1.3rem 0.8rem 1.3rem;
  border: solid 1px #999;
  background-color: #00765A;
  color: #fff;
  font-weight: normal;
}
.l-terms__table tbody th {
  text-align: left;
  background-color: #00765A;
  vertical-align: middle;
  padding: 1rem 1.3rem 0.8rem 1.3rem;
  border: solid 1px #999;
  font-weight: bold;
  color: #fff;
}
.l-terms__table tbody td {
  text-align: left;
  vertical-align: top;
  padding: 1rem 1.3rem 0.8rem 1.3rem;
  border: solid 1px #999;
}
.l-terms__table a {
  text-decoration: underline;
}

.l-sitemap {
  padding-top: 60px;
}
.l-sitemap__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .l-sitemap__inner {
    gap: 20px 40px;
  }
}
.l-sitemap__linkBox {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
@media screen and (max-width: 768px) {
  .l-sitemap__linkBox {
    width: calc(100% / 1 - 40px * (1 - 1) / 1);
  }
}
.l-sitemap__link {
  display: block;
  width: 100%;
  border-top: 1px solid #00765A;
  border-bottom: 1px solid #00765A;
  color: #00765A;
  font-size: 2rem;
  font-weight: 500;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap__link {
    font-size: 1.8rem;
  }
}
.l-sitemap__link:not(:first-child) {
  border-top: none;
}
.l-sitemap__linkChildBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__linkChildBox {
    font-size: 1.6rem;
  }
}

.l-recruitKeyVisual {
  width: 100%;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #005743;
}
@media screen and (max-width: 768px) {
  .l-recruitKeyVisual {
    height: 150px;
  }
}
.l-recruitKeyVisual__bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: calc((100vw - 100%) / 2 + 100% - 200px);
  top: 0;
  left: 200px;
  background: url(../../assets/img/recruit/kv.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-recruitKeyVisual__bg {
    width: calc((100vw - 100%) / 2 + 100% - 150px);
    left: 150px;
  }
}
.l-recruitKeyVisual__bg2 {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 600px;
  top: 0;
  right: calc(100% - 200px - 200px);
  background: url(../../assets/img/business/frame.svg) right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-recruitKeyVisual__bg2 {
    width: 400px;
    right: calc(100% - 100px - 150px);
  }
}
.l-recruitKeyVisual__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-recruitKeyVisual__title {
  color: #fff;
  position: relative;
  z-index: 3;
  font-size: 4.4rem;
  margin-top: -1.5em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-recruitKeyVisual__title {
    margin-top: 0;
    font-size: 3rem;
  }
}

.b-postRelated {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  padding-right: 40px;
  border-radius: 10px;
  gap: 20px;
  width: 100%;
  border: #D8EBFD solid 1px;
  background: #F8FBFE;
  color: #093f7a;
  margin: 40px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-postRelated {
    flex-wrap: wrap;
    padding: 15px;
    max-width: 450px;
    margin-left: 0;
  }
}
.b-postRelated:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00765A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(../../assets/icons/ico-arrow.svg);
  mask-size: 12px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .b-postRelated:after {
    content: none;
  }
}
.b-postRelated__titleWrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .b-postRelated__titleWrap {
    flex-wrap: wrap;
  }
}
.b-postRelated__sub {
  line-height: 1.5;
  font-size: 1.4rem;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.b-postRelated__sub:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #D8EBFD;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
  left: 100%;
}
.b-postRelated__date {
  line-height: 1.5;
  font-size: 1.4rem;
  margin-right: 15px;
}
.b-postRelated__title {
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
  color: #093f7a !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .b-postRelated__title {
    margin-top: 10px !important;
    width: 100%;
    flex: inherit;
  }
}
.b-postRelated__text {
  color: #446E9B;
  font-size: 1.2rem;
  line-height: 1.6 !important;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.b-postRelated__detail {
  width: calc(100% - 145px - 20px);
}
@media screen and (max-width: 768px) {
  .b-postRelated__detail {
    width: 100%;
    order: 2;
  }
}
.b-postRelated__img {
  display: block;
  object-fit: cover;
  width: 145px;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-postRelated__img {
    width: 100%;
    margin: 0 auto;
  }
}

.p-messcud {
  overflow: initial;
}
/*# sourceMappingURL=app.css.map */