@charset "UTF-8";
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
/*----------------------------------------------------
	Contact
----------------------------------------------------*/
.CONTACT .sec__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 16px 40px;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック */
}
.CONTACT .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (min-width: 769px) {
  .CONTACT .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .CONTACT .pc-only {
    display: none;
  }
}
.CONTACT .notes {
  color: #f00;
}
@media only screen and (max-width: 768px) {
  .CONTACT .notes {
    color: inherit;
  }
}
.CONTACT .mark-required {
  display: inline-block;
  background: #f00;
  color: #fff;
  line-height: 1.5;
  margin-right: 2px;
  padding: 0 clamp(12px, 3.2vw, 16px);
}
.CONTACT .table {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .CONTACT .table {
    border: none;
  }
}
.CONTACT .table .row {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .CONTACT .table .row {
    flex-direction: column;
  }
  .CONTACT .table .row + .row > dt {
    padding-top: 20px;
  }
}
.CONTACT .table .row > dt, .CONTACT .table .row > dd {
  position: relative;
  font-size: clamp(14px, 3.7333333333vw, 16px);
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .CONTACT .table .row > dt, .CONTACT .table .row > dd {
    border-top: none;
  }
}
.CONTACT .table .row > dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  width: 25.5238095238%;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .CONTACT .table .row > dt {
    justify-content: flex-start;
    background: #fff;
    width: 100%;
    padding: 0;
  }
  .CONTACT .table .row > dt .mark-required {
    margin-left: 15px;
  }
}
.CONTACT .table .row > dd {
  background: #fff;
  width: 74.4761904762%;
  padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
  .CONTACT .table .row > dd {
    width: 100%;
    padding: 5px 0 0;
  }
}
.CONTACT input[type=text],
.CONTACT textarea {
  display: inline-block;
  font-size: clamp(14px, 3.7333333333vw, 16px);
  font-weight: normal;
  border: 1px solid #eee;
  border-radius: clamp(3px, 0.8vw, 6px);
  padding: 7px 20px;
}
@media only screen and (max-width: 768px) {
  .CONTACT input[type=text],
.CONTACT textarea {
    padding: 16px 15px;
  }
}
.CONTACT input[type=text]::-moz-placeholder, .CONTACT textarea::-moz-placeholder {
  color: #ccc;
}
.CONTACT input[type=text]::placeholder,
.CONTACT textarea::placeholder {
  color: #ccc;
}
.CONTACT input[type=text] {
  width: 57.7%;
}
@media only screen and (max-width: 768px) {
  .CONTACT input[type=text] {
    width: 100%;
  }
}
.CONTACT textarea {
  width: 100%;
  height: clamp(115px, 30.6666666667vw, 210px);
}
.CONTACT .input-notes {
  display: inline-block;
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .CONTACT .input-notes {
    display: none;
  }
}
.CONTACT .errorBox {
  color: #f00;
  text-align: center;
  border: 2px solid #f00;
  width: 86.6666666667%;
  margin: 0 auto;
  padding: clamp(10px, 5.3333333333vw, 20px) clamp(15px, 4vw, 20px);
}
@media only screen and (max-width: 768px) {
  .CONTACT .errorBox {
    width: 100%;
  }
}
.CONTACT .errorBox p {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.CONTACT .errorBox .errorList {
  list-style: none;
}
.CONTACT .error {
  color: #f00;
  margin-top: 0.5em;
}
.CONTACT .privacypolicyBox {
  overflow: hidden;
  border: 1px solid #eee;
  width: 86.6666666667%;
  height: 180px;
  margin: clamp(20px, 5.3333333333vw, 30px) auto clamp(15px, 4vw, 40px);
  padding: clamp(20px, 5.3333333333vw, 30px) clamp(15px, 4vw, 20px);
}
@media only screen and (max-width: 768px) {
  .CONTACT .privacypolicyBox {
    width: 100%;
  }
}
.CONTACT .privacypolicyBox .box_in {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.CONTACT .btnArea-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.CONTACT .btnArea-side > * + * {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .CONTACT .btnArea-side > * + * {
    margin: 10px auto 0;
  }
}
.CONTACT .btnArea-side a.arw-gray span {
  background: none;
  color: #ccc;
}
.CONTACT .btnArea-side a.arw-gray::before {
  border-color: #ccc;
}
.CONTACT .btnArea-side a.arw-gray::after {
  background: #ccc;
}
.CONTACT .btnArea-side a.arw-gray:hover span {
  background: none;
}

/*----------------------------------------------------
	contactusform
----------------------------------------------------*/
/* ============================================
  mitsumoriform
============================================ */
/*----------------------------------------------------
	NEWS
----------------------------------------------------*/
.NEWS .item-main {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .NEWS .item-main {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .NEWS .item-main {
    margin-top: 6.4vw;
  }
}
.NEWS .item-side {
  order: 1;
  width: 100%;
}
.NEWS .item-side .sort-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #03b44a;
  width: 350px;
  min-height: 50px;
}
@media only screen and (max-width: 768px) {
  .NEWS .item-side .sort-box {
    width: 100%;
  }
}
.NEWS .item-side .sort-box .heading {
  line-height: 2;
  padding: 11px 0 7px 0;
}
@media only screen and (max-width: 768px) {
  .NEWS .item-side .sort-box .heading {
    padding: 14px 0 9px 0;
  }
}
.NEWS .item-side .sort-box .heading span {
  display: block;
  border-right: 1px solid #6d6d6d;
  padding: 0 23px 0 18px;
}
.NEWS .item-side .sort-box .content {
  flex: 1;
  height: 100%;
}
.NEWS .item-side .sort-box dl {
  width: 100%;
}
.NEWS .item-side .sort-box dl dt,
.NEWS .item-side .sort-box dl dd {
  line-height: 1;
}
.NEWS .item-side .sort-box dl dt a,
.NEWS .item-side .sort-box dl dd a {
  position: relative;
  display: block;
  padding: 18px 24px;
}
.NEWS .item-side .sort-box dl dt {
  position: relative;
}
.NEWS .item-side .sort-box dl dt .trigger {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  width: 0;
  height: 0;
  margin: auto 0;
  padding: 10px;
}
.NEWS .item-side .sort-box dl dt .trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #393939 transparent transparent transparent;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: auto;
}
.NEWS .item-side .sort-box dl dd {
  display: none;
}
.NEWS .item-side .sort-box dl dd ul {
  list-style: none;
}
.NEWS .item-side .sort-box dl dd ul li a:hover {
  background: #08b44a;
  color: #fff;
}

/*----------------------------------------------------
	NEWS INDEX
----------------------------------------------------*/
.NEWS-INDEX .newsList {
  border-top: 1px solid #e1e1e1;
  list-style: none;
}
.NEWS-INDEX .newsList_item {
  border-bottom: 1px solid #e1e1e1;
}
.NEWS-INDEX .newsList_item > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  padding: 19px 6.3775510204% 18px 0;
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .newsList_item > a {
    padding: 10px 30px 8px 10px;
  }
}
.NEWS-INDEX .newsList_item > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform-origin: top center;
  transform: rotate(45deg);
  border-top: 2px solid #03b44a;
  border-right: 2px solid #03b44a;
  width: 10px;
  height: 10px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .newsList_item > a::after {
    right: 10px;
  }
}
.NEWS-INDEX .newsList_item > a[href$=pdf] .title::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  background: url(../../images/news/icon_pdf_01.png) no-repeat 0 0/100% auto;
  aspect-ratio: 18/23;
  width: 18px;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .newsList_item > a[href$=pdf] .title::after {
    margin-left: 12px;
  }
}
.NEWS-INDEX .newsList_item .date {
  color: #6d6d6d;
  font-size: 14px;
}
.NEWS-INDEX .newsList_item .title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
@media only screen and (min-width: 769px) {
  .NEWS-INDEX .newsList_item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .newsList_item .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1.0666666667vw;
  }
}
.NEWS-INDEX .pagination {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .pagination {
    margin-top: 8vw;
  }
}
.NEWS-INDEX .pagination .nav-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.NEWS-INDEX .pagination .nav-links ul li + li {
  margin-left: 1px;
}
.NEWS-INDEX .pagination .nav-links ul a, .NEWS-INDEX .pagination .nav-links ul span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .NEWS-INDEX .pagination .nav-links ul a, .NEWS-INDEX .pagination .nav-links ul span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.NEWS-INDEX .pagination .nav-links ul a.current, .NEWS-INDEX .pagination .nav-links ul span.current {
  background: #393939;
}
.NEWS-INDEX .pagination .nav-links ul a.prev, .NEWS-INDEX .pagination .nav-links ul a.next, .NEWS-INDEX .pagination .nav-links ul span.prev, .NEWS-INDEX .pagination .nav-links ul span.next {
  font-size: 0;
}
.NEWS-INDEX .pagination .nav-links ul a.prev::before, .NEWS-INDEX .pagination .nav-links ul a.next::before, .NEWS-INDEX .pagination .nav-links ul span.prev::before, .NEWS-INDEX .pagination .nav-links ul span.next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.NEWS-INDEX .pagination .nav-links ul a.prev::before, .NEWS-INDEX .pagination .nav-links ul span.prev::before {
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.NEWS-INDEX .pagination .nav-links ul a.next::before, .NEWS-INDEX .pagination .nav-links ul span.next::before {
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 768px) {
  #SecondView .page-title-news {
    line-height: 1.25;
  }
}

.NEWS-DETAIL figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto;
}
@media only screen and (max-width: 768px) {
  .NEWS-DETAIL figure {
    margin: 5.3333333333vw auto;
  }
}
.NEWS-DETAIL figure img {
  max-width: 49.2517006803%;
}
@media only screen and (max-width: 768px) {
  .NEWS-DETAIL figure img {
    max-width: 48.5507246377%;
  }
}
.NEWS-DETAIL figure img:only-child {
  max-width: 100%;
}
.NEWS-DETAIL figure img:nth-of-type(n+3) {
  margin-top: 1.3605442177%;
}
@media only screen and (max-width: 768px) {
  .NEWS-DETAIL figure img:nth-of-type(n+3) {
    margin-top: 2.6666666667vw;
  }
}
.NEWS-DETAIL .btn_wrap {
  border-top: 1px solid #cfcfcf;
  margin-top: 100px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .NEWS-DETAIL .btn_wrap {
    margin-top: 13.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.NEWS-DETAIL .btn_wrap .prev {
  display: inline-block;
  color: #03b44a;
}
.NEWS-DETAIL .btn_wrap .prev span {
  position: relative;
  padding-left: 16px;
}
.NEWS-DETAIL .btn_wrap .prev span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #03b44a transparent transparent;
  width: 0;
  height: 0;
  margin: auto 0;
}

/*----------------------------------------------------
	COLUMN
----------------------------------------------------*/
.COLUMN .item-main {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-main {
    width: 100%;
  }
}
.COLUMN .item-side {
  width: 25.1428571429%;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.COLUMN .item-side .title {
  color: #03b44a;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-top: double #03b44a;
  border-bottom: double #03b44a;
  margin: 0 0 20px;
  padding: 2px 0;
}
.COLUMN .item-side .title2 {
  margin-top: 50px;
}
.COLUMN .item-side .post-list {
  list-style: none;
}
.COLUMN .item-side .post-list__item + .post-list__item {
  margin-top: 12.1673003802%;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side .post-list__item + .post-list__item {
    margin-top: 6.6666666667%;
  }
}
.COLUMN .item-side .post-list__item > a {
  display: grid;
  grid-template-columns: 38.0228136882% 1fr;
  gap: 0 5.3231939163%;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side .post-list__item > a {
    grid-template-columns: 28.9855072464% 1fr;
    gap: 0 4.347826087%;
  }
}
.COLUMN .item-side .post-list__item .column-thumb .img {
  border: 1px solid #cccccc;
  aspect-ratio: 100/74;
}
.COLUMN .item-side .post-list__item .column-thumb .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.COLUMN .item-side .post-list__item .post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side .post-list__item .post__title {
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
}
.COLUMN .item-side .post-list__item .post__date {
  position: relative;
  font-size: 10px;
  margin-top: 14px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side .post-list__item .post__date {
    font-size: 14px;
    margin-top: 2.6666666667vw;
  }
}
.COLUMN .item-side .post-list__item .post__date::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../../images/common/icon_watch_01.png) no-repeat 0 0/100% auto;
  aspect-ratio: 1;
  width: 13px;
}
@media only screen and (max-width: 768px) {
  .COLUMN .item-side .post-list__item .post__date::before {
    top: 4px;
    width: 16px;
  }
}
.COLUMN .item-side dl {
  border: 1px solid #ccc;
}
.COLUMN .item-side dl dt, .COLUMN .item-side dl dd {
  line-height: 1;
}
.COLUMN .item-side dl dt a, .COLUMN .item-side dl dd a {
  position: relative;
  display: block;
  padding: 18px 20px;
}
.COLUMN .item-side dl dt {
  position: relative;
}
.COLUMN .item-side dl dt .trigger {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  cursor: pointer;
  background: transparent;
  width: 0;
  height: 0;
  margin: auto 0;
  padding: 10px;
}
.COLUMN .item-side dl dt .trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #393939 transparent transparent transparent;
  cursor: pointer;
  width: 0;
  height: 0;
  margin: auto;
}
.COLUMN .item-side dl dd {
  display: none;
}
.COLUMN .item-side dl dd ul {
  list-style: none;
}
.COLUMN .item-side dl dd ul li a:hover {
  background: #08b44a;
  color: #fff;
}

/*----------------------------------------------------
	COLUMN INDEX
----------------------------------------------------*/
.COLUMN-INDEX .newsList {
  border-top: 1px solid #e1e1e1;
  list-style: none;
}
.COLUMN-INDEX .newsList_item {
  border-bottom: 1px solid #e1e1e1;
}
.COLUMN-INDEX .newsList_item > a {
  display: flex;
  flex-direction: column;
  position: relative;
  line-height: 1;
  padding: 19px 6.3775510204% 18px 0;
}
@media only screen and (max-width: 768px) {
  .COLUMN-INDEX .newsList_item > a {
    padding: 10px 30px 8px 10px;
  }
}
.COLUMN-INDEX .newsList_item > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform-origin: top center;
  transform: rotate(45deg);
  border-top: 2px solid #03b44a;
  border-right: 2px solid #03b44a;
  width: 10px;
  height: 10px;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .COLUMN-INDEX .newsList_item > a::after {
    right: 10px;
  }
}
.COLUMN-INDEX .newsList_item .date {
  color: #6d6d6d;
  font-size: 14px;
}
.COLUMN-INDEX .newsList_item .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
@media only screen and (min-width: 769px) {
  .COLUMN-INDEX .newsList_item .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .COLUMN-INDEX .newsList_item .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 1.0666666667vw;
  }
}
.COLUMN-INDEX .pagination {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .COLUMN-INDEX .pagination {
    margin-top: 8vw;
  }
}
.COLUMN-INDEX .pagination .nav-links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.COLUMN-INDEX .pagination .nav-links ul li + li {
  margin-left: 1px;
}
.COLUMN-INDEX .pagination .nav-links ul a, .COLUMN-INDEX .pagination .nav-links ul span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-INDEX .pagination .nav-links ul a, .COLUMN-INDEX .pagination .nav-links ul span {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.COLUMN-INDEX .pagination .nav-links ul a.current, .COLUMN-INDEX .pagination .nav-links ul span.current {
  background: #393939;
}
.COLUMN-INDEX .pagination .nav-links ul a.prev, .COLUMN-INDEX .pagination .nav-links ul a.next, .COLUMN-INDEX .pagination .nav-links ul span.prev, .COLUMN-INDEX .pagination .nav-links ul span.next {
  font-size: 0;
}
.COLUMN-INDEX .pagination .nav-links ul a.prev::before, .COLUMN-INDEX .pagination .nav-links ul a.next::before, .COLUMN-INDEX .pagination .nav-links ul span.prev::before, .COLUMN-INDEX .pagination .nav-links ul span.next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.COLUMN-INDEX .pagination .nav-links ul a.prev::before, .COLUMN-INDEX .pagination .nav-links ul span.prev::before {
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.COLUMN-INDEX .pagination .nav-links ul a.next::before, .COLUMN-INDEX .pagination .nav-links ul span.next::before {
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
}

/*----------------------------------------------------
	COLUMN PAGE
----------------------------------------------------*/
.COLUMN-PAGE .sec__heading {
  background: #f8f8f8;
  color: #03b44a;
  font-size: 30px;
  font-weight: 700;
  border-left: 8px solid #03b44a;
  margin-bottom: 40px;
  padding: 16px 40px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .sec__heading {
    font-size: 18px;
    border-left-width: 4px;
    margin-bottom: 30px;
    padding: 9px 20px;
  }
}
.COLUMN-PAGE .img-box {
  display: grid;
  grid-template-columns: repeat(2, 34.1496598639%);
  justify-content: center;
  text-align: center;
  gap: 9.5238095238%;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .img-box {
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .img-box figure {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .img-box figure img {
    width: 66.6666666667%;
  }
}
.COLUMN-PAGE .img-box figure figcaption {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .img-box figure figcaption {
    font-size: 14px;
  }
}
.COLUMN-PAGE .img-box figure figcaption span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .img-box figure figcaption span {
    font-size: inherit;
  }
}
.COLUMN-PAGE .commentary-box {
  background: #F8F8F8;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .commentary-box {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}
.COLUMN-PAGE .commentary-box::after {
  content: "";
  display: block;
  clear: both;
}
.COLUMN-PAGE .commentary-box__heading {
  color: #01B449;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .commentary-box__heading {
    font-size: 14px;
  }
}
.COLUMN-PAGE .commentary-box__img {
  float: right;
  width: 24.6043165468%;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .commentary-box__img {
    float: none;
    text-align: center;
    width: 100%;
    margin: 15px auto 0;
  }
  .COLUMN-PAGE .commentary-box__img img {
    width: 42.6666666667vw;
  }
}
.COLUMN-PAGE .commentary-box__text {
  font-size: 16px;
  margin-right: calc(24.6043165468% + 32px);
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .commentary-box__text {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }
}
.COLUMN-PAGE .commentary-box__text.w-100p {
  margin-right: 0;
}
.COLUMN-PAGE .note {
  text-indent: -1em;
  margin-left: 1em;
}
.COLUMN-PAGE .note::before {
  content: "※";
}
.COLUMN-PAGE .dot-list {
  list-style: none;
}
.COLUMN-PAGE .dot-list__item {
  position: relative;
  padding-left: 1em;
}
.COLUMN-PAGE .dot-list__item::before {
  content: "・";
  position: absolute;
  top: auto;
  left: 0;
}
.COLUMN-PAGE .table {
  width: 100%;
}
.COLUMN-PAGE .table th, .COLUMN-PAGE .table td {
  border: 1px solid #393939;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .table th, .COLUMN-PAGE .table td {
    padding: 2.6666666667vw 4vw;
  }
}
.COLUMN-PAGE .table th {
  vertical-align: middle;
  width: 30%;
}
.COLUMN-PAGE .table td {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .table td {
    vertical-align: middle;
  }
}
.COLUMN-PAGE img {
  max-width: 100%;
}
.COLUMN-PAGE .d-b {
  display: block;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-b--sp {
    display: block;
  }
}
.COLUMN-PAGE .d-ib {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-ib--sp {
    display: inline-block;
  }
}
.COLUMN-PAGE .d-f {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-f--sp {
    display: flex;
  }
}
.COLUMN-PAGE .d-if {
  display: inline-flex;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-if--sp {
    display: inline-flex;
  }
}
.COLUMN-PAGE .d-g {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-g--sp {
    display: grid;
  }
}
.COLUMN-PAGE .d-ig {
  display: inline-grid;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .d-ig--sp {
    display: inline-grid;
  }
}
.COLUMN-PAGE .jc-s {
  justify-content: start;
}
.COLUMN-PAGE .jc-c {
  justify-content: center;
}
.COLUMN-PAGE .jc-e {
  justify-content: end;
}
.COLUMN-PAGE .jc-fs {
  justify-content: flex-start;
}
.COLUMN-PAGE .jc-fe {
  justify-content: flex-end;
}
.COLUMN-PAGE .jc-sb {
  justify-content: space-between;
}
.COLUMN-PAGE .ai-c {
  align-items: center;
}
.COLUMN-PAGE .ai-s {
  align-items: start;
}
.COLUMN-PAGE .ai-e {
  align-items: end;
}
.COLUMN-PAGE .ai-b {
  align-items: baseline;
}
.COLUMN-PAGE .ai-fs {
  align-items: flex-start;
}
.COLUMN-PAGE .ai-fe {
  align-items: flex-end;
}
.COLUMN-PAGE .od-1 {
  order: 1;
}
.COLUMN-PAGE .od-2 {
  order: 2;
}
.COLUMN-PAGE .od-3 {
  order: 3;
}
.COLUMN-PAGE .od-4 {
  order: 4;
}
.COLUMN-PAGE .od-5 {
  order: 5;
}
.COLUMN-PAGE .od-6 {
  order: 6;
}
.COLUMN-PAGE .od-7 {
  order: 7;
}
.COLUMN-PAGE .od-8 {
  order: 8;
}
.COLUMN-PAGE .od-9 {
  order: 9;
}
.COLUMN-PAGE .od-10 {
  order: 10;
}
.COLUMN-PAGE .od-1--sp {
  order: 1;
}
.COLUMN-PAGE .od-2--sp {
  order: 2;
}
.COLUMN-PAGE .od-3--sp {
  order: 3;
}
.COLUMN-PAGE .od-4--sp {
  order: 4;
}
.COLUMN-PAGE .od-5--sp {
  order: 5;
}
.COLUMN-PAGE .od-6--sp {
  order: 6;
}
.COLUMN-PAGE .od-7--sp {
  order: 7;
}
.COLUMN-PAGE .od-8--sp {
  order: 8;
}
.COLUMN-PAGE .od-9--sp {
  order: 9;
}
.COLUMN-PAGE .od-10--sp {
  order: 10;
}
.COLUMN-PAGE .bg-gray {
  background: #F8F8F8;
}
.COLUMN-PAGE .c-green {
  color: #01B449;
}
.COLUMN-PAGE .fz-10 {
  font-size: 10px;
}
.COLUMN-PAGE .fz-12 {
  font-size: 12px;
}
.COLUMN-PAGE .fz-14 {
  font-size: 14px;
}
.COLUMN-PAGE .fz-16 {
  font-size: 16px;
}
.COLUMN-PAGE .fz-18 {
  font-size: 18px;
}
.COLUMN-PAGE .fz-20 {
  font-size: 20px;
}
.COLUMN-PAGE .fz-22 {
  font-size: 22px;
}
.COLUMN-PAGE .fz-24 {
  font-size: 24px;
}
.COLUMN-PAGE .fz-26 {
  font-size: 26px;
}
.COLUMN-PAGE .fz-28 {
  font-size: 28px;
}
.COLUMN-PAGE .fz-30 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .fz-10--sp {
    font-size: 10px;
  }
  .COLUMN-PAGE .fz-12--sp {
    font-size: 12px;
  }
  .COLUMN-PAGE .fz-14--sp {
    font-size: 14px;
  }
  .COLUMN-PAGE .fz-16--sp {
    font-size: 16px;
  }
  .COLUMN-PAGE .fz-18--sp {
    font-size: 18px;
  }
  .COLUMN-PAGE .fz-20--sp {
    font-size: 20px;
  }
  .COLUMN-PAGE .fz-22--sp {
    font-size: 22px;
  }
  .COLUMN-PAGE .fz-24--sp {
    font-size: 24px;
  }
  .COLUMN-PAGE .fz-26--sp {
    font-size: 26px;
  }
  .COLUMN-PAGE .fz-28--sp {
    font-size: 28px;
  }
  .COLUMN-PAGE .fz-30--sp {
    font-size: 30px;
  }
}
.COLUMN-PAGE .lh-10 {
  line-height: 1;
}
.COLUMN-PAGE .lh-12 {
  line-height: 1.2;
}
.COLUMN-PAGE .lh-14 {
  line-height: 1.4;
}
.COLUMN-PAGE .lh-16 {
  line-height: 1.6;
}
.COLUMN-PAGE .lh-18 {
  line-height: 1.8;
}
.COLUMN-PAGE .lh-20 {
  line-height: 2;
}
.COLUMN-PAGE .lh-22 {
  line-height: 2.2;
}
.COLUMN-PAGE .lh-24 {
  line-height: 2.4;
}
.COLUMN-PAGE .lh-26 {
  line-height: 2.6;
}
.COLUMN-PAGE .lh-28 {
  line-height: 2.8;
}
.COLUMN-PAGE .lh-30 {
  line-height: 3;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .lh-10--sp {
    line-height: 1;
  }
  .COLUMN-PAGE .lh-12--sp {
    line-height: 1.2;
  }
  .COLUMN-PAGE .lh-14--sp {
    line-height: 1.4;
  }
  .COLUMN-PAGE .lh-16--sp {
    line-height: 1.6;
  }
  .COLUMN-PAGE .lh-18--sp {
    line-height: 1.8;
  }
  .COLUMN-PAGE .lh-20--sp {
    line-height: 2;
  }
  .COLUMN-PAGE .lh-22--sp {
    line-height: 2.2;
  }
  .COLUMN-PAGE .lh-24--sp {
    line-height: 2.4;
  }
  .COLUMN-PAGE .lh-26--sp {
    line-height: 2.6;
  }
  .COLUMN-PAGE .lh-28--sp {
    line-height: 2.8;
  }
  .COLUMN-PAGE .lh-30--sp {
    line-height: 3;
  }
}
.COLUMN-PAGE .fw-normal {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .fw-normal--sp {
    font-weight: 400;
  }
}
.COLUMN-PAGE .fw-bold {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .fw-bold--sp {
    font-weight: 700;
  }
}
.COLUMN-PAGE .mt-5 {
  margin-top: 5px;
}
.COLUMN-PAGE .mt-10 {
  margin-top: 10px;
}
.COLUMN-PAGE .mt-15 {
  margin-top: 15px;
}
.COLUMN-PAGE .mt-20 {
  margin-top: 20px;
}
.COLUMN-PAGE .mt-25 {
  margin-top: 25px;
}
.COLUMN-PAGE .mt-30 {
  margin-top: 30px;
}
.COLUMN-PAGE .mt-35 {
  margin-top: 35px;
}
.COLUMN-PAGE .mt-40 {
  margin-top: 40px;
}
.COLUMN-PAGE .mt-45 {
  margin-top: 45px;
}
.COLUMN-PAGE .mt-50 {
  margin-top: 50px;
}
.COLUMN-PAGE .mt-55 {
  margin-top: 55px;
}
.COLUMN-PAGE .mt-60 {
  margin-top: 60px;
}
.COLUMN-PAGE .mt-65 {
  margin-top: 65px;
}
.COLUMN-PAGE .mt-70 {
  margin-top: 70px;
}
.COLUMN-PAGE .mt-75 {
  margin-top: 75px;
}
.COLUMN-PAGE .mt-80 {
  margin-top: 80px;
}
.COLUMN-PAGE .mt-85 {
  margin-top: 85px;
}
.COLUMN-PAGE .mt-90 {
  margin-top: 90px;
}
.COLUMN-PAGE .mt-95 {
  margin-top: 95px;
}
.COLUMN-PAGE .mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .mt-5--sp {
    margin-top: 5px;
  }
  .COLUMN-PAGE .mt-10--sp {
    margin-top: 10px;
  }
  .COLUMN-PAGE .mt-15--sp {
    margin-top: 15px;
  }
  .COLUMN-PAGE .mt-20--sp {
    margin-top: 20px;
  }
  .COLUMN-PAGE .mt-25--sp {
    margin-top: 25px;
  }
  .COLUMN-PAGE .mt-30--sp {
    margin-top: 30px;
  }
  .COLUMN-PAGE .mt-35--sp {
    margin-top: 35px;
  }
  .COLUMN-PAGE .mt-40--sp {
    margin-top: 40px;
  }
  .COLUMN-PAGE .mt-45--sp {
    margin-top: 45px;
  }
  .COLUMN-PAGE .mt-50--sp {
    margin-top: 50px;
  }
  .COLUMN-PAGE .mt-55--sp {
    margin-top: 55px;
  }
  .COLUMN-PAGE .mt-60--sp {
    margin-top: 60px;
  }
  .COLUMN-PAGE .mt-65--sp {
    margin-top: 65px;
  }
  .COLUMN-PAGE .mt-70--sp {
    margin-top: 70px;
  }
  .COLUMN-PAGE .mt-75--sp {
    margin-top: 75px;
  }
  .COLUMN-PAGE .mt-80--sp {
    margin-top: 80px;
  }
  .COLUMN-PAGE .mt-85--sp {
    margin-top: 85px;
  }
  .COLUMN-PAGE .mt-90--sp {
    margin-top: 90px;
  }
  .COLUMN-PAGE .mt-95--sp {
    margin-top: 95px;
  }
  .COLUMN-PAGE .mt-100--sp {
    margin-top: 100px;
  }
}
.COLUMN-PAGE .mr-5 {
  margin-right: 5px;
}
.COLUMN-PAGE .mr-10 {
  margin-right: 10px;
}
.COLUMN-PAGE .mr-15 {
  margin-right: 15px;
}
.COLUMN-PAGE .mr-20 {
  margin-right: 20px;
}
.COLUMN-PAGE .mr-25 {
  margin-right: 25px;
}
.COLUMN-PAGE .mr-30 {
  margin-right: 30px;
}
.COLUMN-PAGE .mr-35 {
  margin-right: 35px;
}
.COLUMN-PAGE .mr-40 {
  margin-right: 40px;
}
.COLUMN-PAGE .mr-45 {
  margin-right: 45px;
}
.COLUMN-PAGE .mr-50 {
  margin-right: 50px;
}
.COLUMN-PAGE .mr-55 {
  margin-right: 55px;
}
.COLUMN-PAGE .mr-60 {
  margin-right: 60px;
}
.COLUMN-PAGE .mr-65 {
  margin-right: 65px;
}
.COLUMN-PAGE .mr-70 {
  margin-right: 70px;
}
.COLUMN-PAGE .mr-75 {
  margin-right: 75px;
}
.COLUMN-PAGE .mr-80 {
  margin-right: 80px;
}
.COLUMN-PAGE .mr-85 {
  margin-right: 85px;
}
.COLUMN-PAGE .mr-90 {
  margin-right: 90px;
}
.COLUMN-PAGE .mr-95 {
  margin-right: 95px;
}
.COLUMN-PAGE .mr-100 {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .mr-5--sp {
    margin-right: 5px;
  }
  .COLUMN-PAGE .mr-10--sp {
    margin-right: 10px;
  }
  .COLUMN-PAGE .mr-15--sp {
    margin-right: 15px;
  }
  .COLUMN-PAGE .mr-20--sp {
    margin-right: 20px;
  }
  .COLUMN-PAGE .mr-25--sp {
    margin-right: 25px;
  }
  .COLUMN-PAGE .mr-30--sp {
    margin-right: 30px;
  }
  .COLUMN-PAGE .mr-35--sp {
    margin-right: 35px;
  }
  .COLUMN-PAGE .mr-40--sp {
    margin-right: 40px;
  }
  .COLUMN-PAGE .mr-45--sp {
    margin-right: 45px;
  }
  .COLUMN-PAGE .mr-50--sp {
    margin-right: 50px;
  }
  .COLUMN-PAGE .mr-55--sp {
    margin-right: 55px;
  }
  .COLUMN-PAGE .mr-60--sp {
    margin-right: 60px;
  }
  .COLUMN-PAGE .mr-65--sp {
    margin-right: 65px;
  }
  .COLUMN-PAGE .mr-70--sp {
    margin-right: 70px;
  }
  .COLUMN-PAGE .mr-75--sp {
    margin-right: 75px;
  }
  .COLUMN-PAGE .mr-80--sp {
    margin-right: 80px;
  }
  .COLUMN-PAGE .mr-85--sp {
    margin-right: 85px;
  }
  .COLUMN-PAGE .mr-90--sp {
    margin-right: 90px;
  }
  .COLUMN-PAGE .mr-95--sp {
    margin-right: 95px;
  }
  .COLUMN-PAGE .mr-100--sp {
    margin-right: 100px;
  }
}
.COLUMN-PAGE .mb-5 {
  margin-bottom: 5px;
}
.COLUMN-PAGE .mb-10 {
  margin-bottom: 10px;
}
.COLUMN-PAGE .mb-15 {
  margin-bottom: 15px;
}
.COLUMN-PAGE .mb-20 {
  margin-bottom: 20px;
}
.COLUMN-PAGE .mb-25 {
  margin-bottom: 25px;
}
.COLUMN-PAGE .mb-30 {
  margin-bottom: 30px;
}
.COLUMN-PAGE .mb-35 {
  margin-bottom: 35px;
}
.COLUMN-PAGE .mb-40 {
  margin-bottom: 40px;
}
.COLUMN-PAGE .mb-45 {
  margin-bottom: 45px;
}
.COLUMN-PAGE .mb-50 {
  margin-bottom: 50px;
}
.COLUMN-PAGE .mb-55 {
  margin-bottom: 55px;
}
.COLUMN-PAGE .mb-60 {
  margin-bottom: 60px;
}
.COLUMN-PAGE .mb-65 {
  margin-bottom: 65px;
}
.COLUMN-PAGE .mb-70 {
  margin-bottom: 70px;
}
.COLUMN-PAGE .mb-75 {
  margin-bottom: 75px;
}
.COLUMN-PAGE .mb-80 {
  margin-bottom: 80px;
}
.COLUMN-PAGE .mb-85 {
  margin-bottom: 85px;
}
.COLUMN-PAGE .mb-90 {
  margin-bottom: 90px;
}
.COLUMN-PAGE .mb-95 {
  margin-bottom: 95px;
}
.COLUMN-PAGE .mb-100 {
  margin-bottom: 100px;
}
.COLUMN-PAGE .mb-0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .mb-5--sp {
    margin-bottom: 5px;
  }
  .COLUMN-PAGE .mb-10--sp {
    margin-bottom: 10px;
  }
  .COLUMN-PAGE .mb-15--sp {
    margin-bottom: 15px;
  }
  .COLUMN-PAGE .mb-20--sp {
    margin-bottom: 20px;
  }
  .COLUMN-PAGE .mb-25--sp {
    margin-bottom: 25px;
  }
  .COLUMN-PAGE .mb-30--sp {
    margin-bottom: 30px;
  }
  .COLUMN-PAGE .mb-35--sp {
    margin-bottom: 35px;
  }
  .COLUMN-PAGE .mb-40--sp {
    margin-bottom: 40px;
  }
  .COLUMN-PAGE .mb-45--sp {
    margin-bottom: 45px;
  }
  .COLUMN-PAGE .mb-50--sp {
    margin-bottom: 50px;
  }
  .COLUMN-PAGE .mb-55--sp {
    margin-bottom: 55px;
  }
  .COLUMN-PAGE .mb-60--sp {
    margin-bottom: 60px;
  }
  .COLUMN-PAGE .mb-65--sp {
    margin-bottom: 65px;
  }
  .COLUMN-PAGE .mb-70--sp {
    margin-bottom: 70px;
  }
  .COLUMN-PAGE .mb-75--sp {
    margin-bottom: 75px;
  }
  .COLUMN-PAGE .mb-80--sp {
    margin-bottom: 80px;
  }
  .COLUMN-PAGE .mb-85--sp {
    margin-bottom: 85px;
  }
  .COLUMN-PAGE .mb-90--sp {
    margin-bottom: 90px;
  }
  .COLUMN-PAGE .mb-95--sp {
    margin-bottom: 95px;
  }
  .COLUMN-PAGE .mb-100--sp {
    margin-bottom: 100px;
  }
  .COLUMN-PAGE .mb-0--sp {
    margin-bottom: 0;
  }
}
.COLUMN-PAGE .ml-5 {
  margin-left: 5px;
}
.COLUMN-PAGE .ml-10 {
  margin-left: 10px;
}
.COLUMN-PAGE .ml-15 {
  margin-left: 15px;
}
.COLUMN-PAGE .ml-20 {
  margin-left: 20px;
}
.COLUMN-PAGE .ml-25 {
  margin-left: 25px;
}
.COLUMN-PAGE .ml-30 {
  margin-left: 30px;
}
.COLUMN-PAGE .ml-35 {
  margin-left: 35px;
}
.COLUMN-PAGE .ml-40 {
  margin-left: 40px;
}
.COLUMN-PAGE .ml-45 {
  margin-left: 45px;
}
.COLUMN-PAGE .ml-50 {
  margin-left: 50px;
}
.COLUMN-PAGE .ml-55 {
  margin-left: 55px;
}
.COLUMN-PAGE .ml-60 {
  margin-left: 60px;
}
.COLUMN-PAGE .ml-65 {
  margin-left: 65px;
}
.COLUMN-PAGE .ml-70 {
  margin-left: 70px;
}
.COLUMN-PAGE .ml-75 {
  margin-left: 75px;
}
.COLUMN-PAGE .ml-80 {
  margin-left: 80px;
}
.COLUMN-PAGE .ml-85 {
  margin-left: 85px;
}
.COLUMN-PAGE .ml-90 {
  margin-left: 90px;
}
.COLUMN-PAGE .ml-95 {
  margin-left: 95px;
}
.COLUMN-PAGE .ml-100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .COLUMN-PAGE .ml-5--sp {
    margin-left: 5px;
  }
  .COLUMN-PAGE .ml-10--sp {
    margin-left: 10px;
  }
  .COLUMN-PAGE .ml-15--sp {
    margin-left: 15px;
  }
  .COLUMN-PAGE .ml-20--sp {
    margin-left: 20px;
  }
  .COLUMN-PAGE .ml-25--sp {
    margin-left: 25px;
  }
  .COLUMN-PAGE .ml-30--sp {
    margin-left: 30px;
  }
  .COLUMN-PAGE .ml-35--sp {
    margin-left: 35px;
  }
  .COLUMN-PAGE .ml-40--sp {
    margin-left: 40px;
  }
  .COLUMN-PAGE .ml-45--sp {
    margin-left: 45px;
  }
  .COLUMN-PAGE .ml-50--sp {
    margin-left: 50px;
  }
  .COLUMN-PAGE .ml-55--sp {
    margin-left: 55px;
  }
  .COLUMN-PAGE .ml-60--sp {
    margin-left: 60px;
  }
  .COLUMN-PAGE .ml-65--sp {
    margin-left: 65px;
  }
  .COLUMN-PAGE .ml-70--sp {
    margin-left: 70px;
  }
  .COLUMN-PAGE .ml-75--sp {
    margin-left: 75px;
  }
  .COLUMN-PAGE .ml-80--sp {
    margin-left: 80px;
  }
  .COLUMN-PAGE .ml-85--sp {
    margin-left: 85px;
  }
  .COLUMN-PAGE .ml-90--sp {
    margin-left: 90px;
  }
  .COLUMN-PAGE .ml-95--sp {
    margin-left: 95px;
  }
  .COLUMN-PAGE .ml-100--sp {
    margin-left: 100px;
  }
}

/*----------------------------------------------------
	COPRPORATE
----------------------------------------------------*/
.CORPORATE .sec__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 16px 40px;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック */
}
.CORPORATE .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}

@media only screen and (max-width: 768px) {
  .CORPORATE .sec__heading {
    font-size: 18px;
    border-left-width: 4px;
    margin-bottom: 30px;
    padding: 9px 20px;
  }
}

/*----------------------------------------------------
	COPRPORATE INDEX
----------------------------------------------------*/
.CORPORATE-INDEX .page-list, .SOLUTION-INDEX .page-list {
  display: grid;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .CORPORATE-INDEX .page-list, .SOLUTION-INDEX .page-list {
    grid-template-columns: repeat(3, 31%);
    gap: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .CORPORATE-INDEX .page-list, .SOLUTION-INDEX .page-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.0666666667vw 8.5333333333vw;
  }
}
.CORPORATE-INDEX .page-list__item, .SOLUTION-INDEX .page-list__item {
  overflow: hidden;
}
.CORPORATE-INDEX .page-list__item img, .SOLUTION-INDEX .page-list__item img {
  transition: transform .6s ease;
}
.CORPORATE-INDEX .page-list__item:hover img, .SOLUTION-INDEX .page-list__item:hover img {
  transform: scale(1.1);
}
.CORPORATE-INDEX .page-list__item > a, .SOLUTION-INDEX .page-list__item > a {
  position: relative;
}
.CORPORATE-INDEX .page-list__item .img, .SOLUTION-INDEX .page-list__item .img {
  aspect-ratio: 318/220;
}
.CORPORATE-INDEX .page-list__item .img img, .SOLUTION-INDEX .page-list__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.CORPORATE-INDEX .page-list__item .title, .SOLUTION-INDEX .page-list__item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
}
.CORPORATE-INDEX .page-list__item .title::before, .SOLUTION-INDEX .page-list__item .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.CORPORATE-INDEX .page-list__item .title::after, .SOLUTION-INDEX .page-list__item .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  border-color: transparent transparent transparent #fff;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-INDEX .page-list__item .title::after, .SOLUTION-INDEX .page-list__item .title::after {
    right: 3.3333333333vw;
    border-width: 1vw 0 1vw 1.4666666667vw;
  }
}
.CORPORATE-INDEX .page-list__item .title > span, .SOLUTION-INDEX .page-list__item .title > span {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 34px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-INDEX .page-list__item .title > span, .SOLUTION-INDEX .page-list__item .title > span {
    font-size: 12px;
    padding: 0 0 0 4.5333333333vw;
  }
}

/*----------------------------------------------------
	COPRPORATE MESSAGE
----------------------------------------------------*/
.CORPORATE-MESSAGE.first .message-box {
  max-width: 800px;
  margin: 0 auto;
}
.CORPORATE-MESSAGE.first .message-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2222222222;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.first .message-box .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-MESSAGE.first .message-box .text + .text {
  margin-top: 2.2222222222em;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.first .message-box .text + .text {
    margin-top: 1.5714285714;
  }
}
.CORPORATE-MESSAGE.first .message-box .author {
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.first .message-box .author {
    font-size: 16px;
  }
}
.CORPORATE-MESSAGE.first .message-box .author img {
  vertical-align: text-top;
  width: 95.5px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.first .message-box .author img {
    vertical-align: text-bottom;
  }
}
.CORPORATE-MESSAGE.second .philosophy-box {
  max-width: 808px;
  margin: 0 auto;
}
.CORPORATE-MESSAGE.second .philosophy-box .lead {
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.second .philosophy-box .lead {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.CORPORATE-MESSAGE.second .philosophy-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2222222222;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.second .philosophy-box .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-MESSAGE.second .philosophy-box .text + .text {
  margin-top: 2.2222222222em;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-MESSAGE.second .philosophy-box .text + .text {
    margin-top: 1.5714285714;
  }
}

/*----------------------------------------------------
	COPRPORATE PROFILE
----------------------------------------------------*/
.CORPORATE-PROFILE .table {
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .table {
    width: 100%;
  }
}
.CORPORATE-PROFILE .table th, .CORPORATE-PROFILE .table td {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid #bfbfbf;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .table th, .CORPORATE-PROFILE .table td {
    font-size: 14px;
    line-height: 1.4285714286;
    padding-right: 0;
    padding-left: 0;
  }
}
.CORPORATE-PROFILE .table th {
  font-weight: 700;
  width: 19.8095238095%;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .table th {
    width: 28.9855072464%;
  }
}
.CORPORATE-PROFILE .table td {
  font-weight: 400;
  width: 80.1904761905%;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .table td {
    width: 71.0144927536%;
  }
}
.CORPORATE-PROFILE .dl-position {
  display: grid;
  grid-template-columns: 9em 1fr;
}
.CORPORATE-PROFILE .history-list {
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .CORPORATE-PROFILE .history-list {
    width: 800px;
    margin: 80px 0 0 32px;
  }
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .history-list {
    width: 100%;
    margin: 0 auto;
  }
}
.CORPORATE-PROFILE .history-list__item {
  position: relative;
}
.CORPORATE-PROFILE .history-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 143px;
  background: #bfbfbf;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .history-list__item::before {
    left: 24.0579710145%;
  }
}
.CORPORATE-PROFILE .history-list__item:first-of-type::before {
  top: 6px;
  height: calc(100% - 6px);
}
.CORPORATE-PROFILE .history-list__item:last-of-type::before {
  height: 10px;
}
.CORPORATE-PROFILE .history-list__item:not(:last-of-type) {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .history-list__item:not(:last-of-type) {
    padding-bottom: 18px;
  }
}
.CORPORATE-PROFILE .dl-history {
  position: relative;
  display: grid;
  grid-template-columns: 184px 1fr;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .dl-history {
    grid-template-columns: 28.9855072464% 1fr;
  }
}
.CORPORATE-PROFILE .dl-history::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 134px;
  /* background-image: linear-gradient(to left, rgb(48, 185, 102) 0%, rgb(99, 216, 53) 100%); */
  background-image: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .dl-history::before {
    width: 2.6086956522%;
    left: 22.8985507246%;
  }
}
.CORPORATE-PROFILE .dl-history dt {
  color: #03b44a;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .dl-history dt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.CORPORATE-PROFILE .dl-history dd {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-PROFILE .dl-history dd {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

/*----------------------------------------------------
	COPRPORATE POLICY
----------------------------------------------------*/
.CORPORATE-POLICY.first .box + .box {
  border-top: 1px solid #bfbfbf;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box + .box {
    margin-top: 30px;
  }
}
.CORPORATE-POLICY.first .box__heading {
  color: #01B449;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box__heading {
    font-size: 16px;
  }
}
.CORPORATE-POLICY.first .box__content {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box__content {
    margin-top: 20px;
  }
}
.CORPORATE-POLICY.first .box__content .text {
  font-size: 18px;
  line-height: 2.2222222222;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box__content .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-POLICY.first .box .num-list {
  list-style: none;
  counter-reset: num;
  padding: 40px 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box .num-list {
    padding: 30px 0 0 0;
  }
}
.CORPORATE-POLICY.first .box .num-list__item {
  position: relative;
  color: #01B449;
  counter-increment: num;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box .num-list__item {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-POLICY.first .box .num-list__item::before {
  content: counter(num) ".";
  margin-right: 0.5em;
}
.CORPORATE-POLICY.first .box .dot-list {
  list-style: none;
  padding: 40px 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box .dot-list {
    padding: 20px 0 0 0;
  }
}
.CORPORATE-POLICY.first .box .dot-list__item {
  position: relative;
  font-size: 18px;
  line-height: 2.2222222222;
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.first .box .dot-list__item {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-POLICY.first .box .dot-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.CORPORATE-POLICY.second .box + .box {
  border-top: 1px solid #BFBFBF;
  margin-top: 60px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .box + .box {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.CORPORATE-POLICY.second .box__heading {
  color: #01B449;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .box__heading {
    font-size: 16px;
  }
}
.CORPORATE-POLICY.second .box__content {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .box__content {
    margin-top: 20px;
  }
}
.CORPORATE-POLICY.second .box__content .text {
  font-size: 18px;
  line-height: 2.2222222222;
  padding: 0 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .box__content .text {
    font-size: 14px;
    line-height: 1.5714285714;
    padding: 0;
  }
}
.CORPORATE-POLICY.second .list {
  list-style: none;
  counter-reset: num;
}
.CORPORATE-POLICY.second .list__item {
  counter-increment: num;
}
.CORPORATE-POLICY.second .list__item + .list__item {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .list__item + .list__item {
    margin-top: 30px;
  }
}
.CORPORATE-POLICY.second .list__item .text {
  padding: 0 0 0 16px;
}
.CORPORATE-POLICY.second .list__title {
  position: relative;
  color: #01B449;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 0 2em;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.second .list__title {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-bottom: 10px;
  }
}
.CORPORATE-POLICY.second .list__title::before {
  content: "(" counter(num) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.CORPORATE-POLICY.third .list {
  border-top: 1px solid #BFBFBF;
  list-style: none;
}
.CORPORATE-POLICY.third .list__item {
  border-bottom: 1px solid #BFBFBF;
}
.CORPORATE-POLICY.third .list__item a {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  padding: 21px 32px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.third .list__item a {
    font-size: 14px;
    padding: 20px 0;
  }
}
/* .CORPORATE-POLICY.third .list__item a[href^=".pdf"]::after {
  content: "";
  display: inline-block;
  background: url(../../images/corporate/policy/icon_pdf_01.svg) no-repeat 0 0/100% auto;
  width: 28px;
	aspect-ratio: 28/31;
  margin: 0 0 0 20px;
} */

.CORPORATE-POLICY.third .list__item span.pdf {
	display: inline-block;
	background: url(../../images/corporate/policy/icon_pdf_01.svg) no-repeat 0 0 / 100% auto;
	width: 28px;
	aspect-ratio: 31/31;
	margin-left: 10px;
	vertical-align: middle;
}
.CORPORATE-POLICY.third .list__item span.kb {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .CORPORATE-POLICY.third .list__item a[href^=".pdf"]::after {
    width: 9px;
    margin: 0 0 0 10px;
  }
}
.CORPORATE-POLICY.third .list__item a[href^=".pdf"]:hover::after {
  opacity: 0.65;
}

/*----------------------------------------------------
	COPRPORATE ACTIONPLAN
----------------------------------------------------*/
.CORPORATE-ACTIONPLAN .box + .box {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box + .box {
    margin-top: 30px;
  }
}
.CORPORATE-ACTIONPLAN .box__heading {
  color: #01B449;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box__heading {
    font-size: 16px;
  }
}
.CORPORATE-ACTIONPLAN .box__content {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box__content {
    margin-top: 20px;
  }
}
.CORPORATE-ACTIONPLAN .box__content .text {
  font-size: 18px;
  line-height: 2.2222222222;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box__content .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-ACTIONPLAN .box .num-list {
  list-style: none;
  counter-reset: num;
}
.CORPORATE-ACTIONPLAN .box .num-list__item {
  counter-increment: num;
}
.CORPORATE-ACTIONPLAN .box .num-list__item + .num-list__item {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box .num-list__item + .num-list__item {
    margin-top: 30px;
  }
}
.CORPORATE-ACTIONPLAN .box .num-list__item .text {
  padding: 0 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box .num-list__item .text {
    padding: 0;
  }
}
.CORPORATE-ACTIONPLAN .box .num-list__item .row + .row {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box .num-list__item .row + .row {
    margin-top: 30px;
  }
}
.CORPORATE-ACTIONPLAN .box .num-list__title {
  position: relative;
  color: #01B449;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .box .num-list__title {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.CORPORATE-ACTIONPLAN .box .num-list__title::before {
  content: counter(num) ".";
  margin-right: 0.5em;
}
.CORPORATE-ACTIONPLAN .objective-box {
  display: grid;
  grid-template-columns: 95px 1fr;
  border: 1px solid #01B449;
  border-image: linear-gradient(90deg, #03b44a, #00c6ae) 1;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .objective-box {
    grid-template-columns: 64px 1fr;
    align-items: center;
  }
}
.CORPORATE-ACTIONPLAN .objective-box__title {
  /* background: #01B449; */
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .objective-box__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 100%;
  }
}
.CORPORATE-ACTIONPLAN .objective-box__content {
  font-size: 18px;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .objective-box__content {
    font-size: 14px;
    padding: 20px;
  }
}
.CORPORATE-ACTIONPLAN .measure-box {
  background: #F8F8F8;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACTIONPLAN .measure-box {
    font-size: 14px;
    padding: 30px 10px;
  }
}

/*----------------------------------------------------
	COPRPORATE ACCESS
----------------------------------------------------*/
.CORPORATE-ACCESS .access-list {
  list-style: none;
  border-top: 1px solid #bfbfbf;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACCESS .access-list {
    width: 100%;
  }
}
.CORPORATE-ACCESS .access-list__item {
  display: grid;
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 1px solid #bfbfbf;
  padding: 32px;
}
@media only screen and (min-width: 769px) {
  .CORPORATE-ACCESS .access-list__item {
    grid-template-columns: 19.8095238095% 43.8095238095% 36.380952381%;
  }
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACCESS .access-list__item {
    font-size: 14px;
    line-height: 1.4285714286;
    gap: 20px;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .CORPORATE-ACCESS .column-map {
    text-align: right;
  }
}
.CORPORATE-ACCESS .name {
  font-weight: 700;
}
.CORPORATE-ACCESS .address {
  font-weight: 400;
}
.CORPORATE-ACCESS .map {
  position: relative;
  aspect-ratio: 35/16;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACCESS .map {
    aspect-ratio: 67/25;
  }
}
.CORPORATE-ACCESS .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CORPORATE-ACCESS .btnArea {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .CORPORATE-ACCESS .btnArea {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .CORPORATE-ACCESS .btnArea a.arw {
    padding: 4px 32px 4px 34px;
  }
  .CORPORATE-ACCESS .btnArea a.arw span {
    padding-right: 24px;
  }
}
.CORPORATE-ACCESS .link-map {
  position: relative;
  color: #03b44a;
  font-weight: 700;
  padding: 0 24px 0 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACCESS .link-map {
    font-size: 12px;
    margin-top: 10px;
  }
}
.CORPORATE-ACCESS .link-map:hover {
  text-decoration: underline;
}
.CORPORATE-ACCESS .link-map::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #03b44a;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .CORPORATE-ACCESS .link-map::after {
    top: 2px;
  }
}

/*----------------------------------------------------
	PRIVACY
----------------------------------------------------*/
.PRIVACY .box + .box {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .box + .box {
    margin-top: 30px;
  }
}
.PRIVACY .box .lead {
  font-size: 18px;
  line-height: 2.2222222222;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .box .lead {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.PRIVACY .sec__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 16px 40px;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック */
}
.PRIVACY .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (max-width: 768px) {
  .PRIVACY .sec__heading {
    font-size: 18px;
    border-left-width: 4px;
    margin-bottom: 30px;
    padding: 9px 20px;
  }
}
.PRIVACY .num-list {
  list-style: none;
  counter-reset: num;
}
.PRIVACY .num-list__item {
  counter-increment: num;
}
.PRIVACY .num-list__item + .num-list__item {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .num-list__item + .num-list__item {
    margin-top: 30px;
  }
}
.PRIVACY .num-list__title {
  position: relative;
  color: #03b44a;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .num-list__title {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.PRIVACY .num-list__title::before {
  content: "(" counter(num) ")";
  margin-right: 0.25em;
}
.PRIVACY .num-list__content {
  padding: 40px 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .num-list__content {
    padding: 15px 0 0 0;
  }
}
.PRIVACY .num-list__content .text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .num-list__content .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.PRIVACY .dot-list {
  list-style: none;
}
.PRIVACY .dot-list__item {
  position: relative;
  font-size: 16px;
  line-height: 2;
  padding: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  .PRIVACY .dot-list__item {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.PRIVACY .dot-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.PRIVACY.second .text-box {
  padding: 0 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY.second .text-box {
    padding: 0;
  }
}
.PRIVACY.second .text-box .text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .PRIVACY.second .text-box .text {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.PRIVACY.second .text-box .text + .text {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .PRIVACY.second .text-box .text + .text {
    margin-top: 15px;
  }
}
.PRIVACY.second .text-box .text--date {
  text-align: right;
}

/*----------------------------------------------------
	SITEMAP
----------------------------------------------------*/
.SITEMAP .sitemap-box {
  display: grid;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  .SITEMAP .sitemap-box {
    gap: 35px;
  }
}
.SITEMAP .sitemap-box__row {
  display: grid;
  grid-template-columns: repeat(3, 28.5714285714%);
  gap: 7.1428571429%;
}
@media only screen and (max-width: 768px) {
  .SITEMAP .sitemap-box__row {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
.SITEMAP .link-box__parent a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  border-top: 6px solid #000;
  -o-border-image: linear-gradient(to right, #03b44a 0%, #00c6ae 100%);
     border-image: linear-gradient(to right, #03b44a 0%, #00c6ae 100%);
  border-image-slice: 1;
  padding: 22px 0 19px;
}
.SITEMAP .link-box__parent a.fw-100 {
  font-weight: 100 !important;
}
@media only screen and (max-width: 768px) {
  .SITEMAP .link-box__parent a {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 14px 0;
  }
}
.SITEMAP .link-box__parent a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: url(../../images/site_map/ico_arrow_01.png) no-repeat 0 0/100% auto;
  width: 8px;
  height: 13px;
}
.SITEMAP .link-box__child {
  border-top: 1px solid #BFBFBF;
}
.SITEMAP .link-list {
  list-style: none;
}
.SITEMAP .link-list__item {
  border-bottom: 1px solid #BFBFBF;
}
.SITEMAP .link-list__item a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 0 16px;
}
@media only screen and (max-width: 768px) {
  .SITEMAP .link-list__item a {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: 14px 0;
  }
}
.SITEMAP .link-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background: url(../../images/site_map/ico_arrow_01.png) no-repeat 0 0/100% auto;
  width: 8px;
  height: 13px;
}

/*----------------------------------------------------
	EQUIPMENT INDEX
----------------------------------------------------*/
.EQUIPMENT-INDEX .page-list {
  display: grid;
  list-style: none;
}
@media only screen and (min-width: 769px) {
  .EQUIPMENT-INDEX .page-list {
    grid-template-columns: repeat(3, 31%);
    gap: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT-INDEX .page-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.0666666667vw 8.5333333333vw;
  }
}
.EQUIPMENT-INDEX .page-list__item {
  overflow: hidden;
}
.EQUIPMENT-INDEX .page-list__item img {
  transition: transform .6s ease;
}
.EQUIPMENT-INDEX .page-list__item:hover img {
  transform: scale(1.1);
}
.EQUIPMENT-INDEX .page-list__item > a {
  position: relative;
}
.EQUIPMENT-INDEX .page-list__item .img {
  aspect-ratio: 318/220;
}
.EQUIPMENT-INDEX .page-list__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.EQUIPMENT-INDEX .page-list__item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50%;
}
.EQUIPMENT-INDEX .page-list__item .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.EQUIPMENT-INDEX .page-list__item .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 11px;
  border-color: transparent transparent transparent #fff;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT-INDEX .page-list__item .title::after {
    right: 3.3333333333vw;
    border-width: 1vw 0 1vw 1.4666666667vw;
  }
}
.EQUIPMENT-INDEX .page-list__item .title > span {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 34px;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT-INDEX .page-list__item .title > span {
    font-size: 12px;
    padding: 0 0 0 4.5333333333vw;
  }
}

/*----------------------------------------------------
	EQUIPMENT
----------------------------------------------------*/
/* .EQUIPMENT .sec__heading {
  background: #f8f8f8;
  color: #03b44a;
  font-size: 30px;
  font-weight: 700;
  border-left: 8px solid #03b44a;
  margin-bottom: 40px;
  padding: 16px 40px;
} */
.EQUIPMENT .sec__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 16px 40px;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック */
}
.EQUIPMENT .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .sec__heading {
    font-size: 18px;
    border-left-width: 4px;
    margin-bottom: 30px;
    padding: 9px 20px;
  }
}
.EQUIPMENT .img-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5238095238%;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .img-box {
    gap: 12px;
  }
}
.EQUIPMENT .img-box .img {
  aspect-ratio: 221/140;
  width: 21.0476190476%;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .img-box .img {
    width: calc((100% - 12px) / 2);
  }
}
.EQUIPMENT .table-box {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .table-box .scroll-box {
    overflow-x: auto;
    width: calc(100vw - 12px);
  }
}
.EQUIPMENT .table-box .note {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 1em;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .table-box .note {
    font-size: 8px;
  }
}
.EQUIPMENT .table-box .table {
  border-collapse: collapse;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .table-box .table {
    width: 152.1739130435%;
    margin-right: 12px;
  }
}
.EQUIPMENT .table-box .table colgroup col:nth-of-type(1) {
  width: 23.8095238095%;
}
.EQUIPMENT .table-box .table colgroup col:nth-of-type(2) {
  width: 26.6666666667%;
}
.EQUIPMENT .table-box .table colgroup col:nth-of-type(3) {
  width: 20%;
}
.EQUIPMENT .table-box .table colgroup col:nth-of-type(4) {
  width: 21.9047619048%;
}
.EQUIPMENT .table-box .table colgroup col:nth-of-type(5) {
  width: 7.619047619%;
}
.EQUIPMENT .table-box .table thead th, .EQUIPMENT .table-box .table thead td {
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #BFBFBF;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .table-box .table thead th, .EQUIPMENT .table-box .table thead td {
    font-size: 8px;
    padding: 6px;
  }
}
.EQUIPMENT .table-box .table thead th {
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  color: #fff;
}
.EQUIPMENT .table-box .table tbody th, .EQUIPMENT .table-box .table tbody td {
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #BFBFBF;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .EQUIPMENT .table-box .table tbody th, .EQUIPMENT .table-box .table tbody td {
    font-size: 8px;
    padding: 10px;
  }
}
.EQUIPMENT .table-box .table tbody th {
  font-weight: 700;
  text-align: left;
}
.EQUIPMENT .table-box .table tbody th.th-1 {
  background: #F2FFF4;
}
.EQUIPMENT .table-box .table tbody th.th-2 {
  background: #D3F5D8;
}
.EQUIPMENT .table-box .table .ta-c {
  text-align: center;
}

/*----------------------------------------------------
	404
----------------------------------------------------*/
#SecondView.is-error404 .page-title {
  height: 72px;
}
@media only screen and (max-width: 768px) {
  #SecondView.is-error404 .page-title {
    height: 36px;
  }
}
.error404 .error404-box {
  padding: 130px 0 20px;
}
@media only screen and (max-width: 768px) {
  .error404 .error404-box {
    padding: 90PX 0 140PX;
  }
}
.error404 .error404-box__top {
  text-align: center;
  padding: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .error404 .error404-box__top {
    padding: 0 0 60px;
  }
}
.error404 .error404-box__title {
  font-size: 4.0rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.064em;
  text-align: center;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* フォールバック */
}
@media only screen and (max-width: 768px) {
  .error404 .error404-box__title {
    font-size: 32px;
  }
}
.error404 .error404-box__text {
  font-size: 18px;
  line-height: 1.5555555556;
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .error404 .error404-box__text {
    font-size: 16px;
    margin-top: 28px;
  }
}
.error404 .error404-box__bottom {
  /* background: #d8f0dd; */
  padding: 30px 0 110px;
}
@media only screen and (max-width: 768px) {
  .error404 .error404-box__bottom {
    padding: 24px 0;
  }
}
.error404 .error404-box__bottom .btnArea {
  margin-top: 0;
}

/*----------------------------------------------------
	STOCK-PARTS
----------------------------------------------------*/
.STOCK-PARTS .sec__heading {
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
}
.STOCK-PARTS .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .sec__heading {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.8rem;
    padding-left: 1.6rem;
  }
}
.STOCK-PARTS P.err-txt {
  color: #f00;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.STOCK-PARTS .txt-box P:not(:last-of-type) {
  margin-bottom: 20px;
}
.STOCK-PARTS .txt-box P.notes {
  color: #f00;
}
.STOCK-PARTS .txt-box P.ttl {
  font-weight: 700;
  font-size: 180%;
}

.STOCK-PARTS a {
  color: #03b44a;
}
.STOCK-PARTS a:hover {
  opacity: 0.7;
}
.STOCK-PARTS .sec__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .sec__ttl {
    font-size: 16px;
  }
}
.STOCK-PARTS .sec__header {
  padding: 0.3em 0;
  border-top: 2px solid #03b44a;
  border-bottom: 2px solid #03b44a;
  margin-bottom: 20px;
}
.STOCK-PARTS .sec__ttl2 {
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  padding: 0.3em;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .sec__ttl2 {
    font-size: 18px;
  }
}
.STOCK-PARTS .table-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .table-box .scroll-box {
    overflow-x: auto;
    width: 100%;
  }
}
.STOCK-PARTS .table {
  width: 100%;
  border-left: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
}
.STOCK-PARTS .table th, .STOCK-PARTS .table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .table th, .STOCK-PARTS .table td {
    font-size: 10px;
    padding: 10px;
  }
}
.STOCK-PARTS .table thead th {
  color: #fff;
  /* background: #01B449; */
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  padding: 12px;
  word-break: keep-all;
}
.STOCK-PARTS .table tbody th {
  width: 350px;
  text-align: left;
  vertical-align: middle;
  background: #F2FFF4;
}
.STOCK-PARTS .table tbody td.bg-white {
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .STOCK-PARTS .table tbody th {
    width: auto;
  }
}
.STOCK-PARTS .table tbody td {
  width: calc(100% - 350px);
}
/* 偶数行に背景色を適用 */
.STOCK-PARTS .table tbody tr.even-odd:nth-child(even) {
  background-color: #F2FFF4;
}
/* 奇数行に背景色を適用 */
.STOCK-PARTS .table tbody tr.even-odd:nth-child(odd) {
  background-color: #fff;
}
/*----------------------------------------------------
	PRODUCT
----------------------------------------------------*/
.PRODUCT .display {
  position: relative;
  z-index: 2;
}
.PRODUCT.first::after {
  content: "";
  top: -100px;
  position: absolute;
  width: 100%;
  height: 750px;
  z-index: 1;
  background-image: url("/images/product/index/product_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;  
}
@media only screen and (max-width: 768px) {
  .PRODUCT.first::after {
    background-image: none;
  }
}
.PRODUCT .lead {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.PRODUCT .lead .lead__ttl {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.4em;
  text-align: left;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.PRODUCT .lead .lead__txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.PRODUCT .head_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}
.PRODUCT .head_box .txt {
  width: 530px;
}
.PRODUCT .head_box .txt .sec__ttl {
  color: #3B3B3B;
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .PRODUCT.MODULE.wrap.first {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .PRODUCT .lead {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .PRODUCT .lead .lead__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .PRODUCT .lead .lead__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .PRODUCT .head_box .txt .sec__ttl {
    font-size: 18px;
  }
}
.PRODUCT .head_box figure {
  width: 630px;
}
@media only screen and (max-width: 768px) {
  .PRODUCT .head_box {
    display: block;
    margin-bottom: 20px;
  }
  .PRODUCT .head_box .txt {
    width: 100%;
  }
  .PRODUCT .head_box figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.PRODUCT .product_list {
  padding-bottom: 60px;
}
.PRODUCT .product_list .sec__ttl {
  color: #818181;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 36px;
  position: relative;
}
.PRODUCT .product_list .sec__ttl span {
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.PRODUCT .product_list .sec__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 80px;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (max-width: 768px) {
  .PRODUCT .product_list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .PRODUCT .product_list .sec__ttl {
    font-size: 24px;
  }
  .PRODUCT .product_list .sec__ttl::before {
    width: 40px;
    height: 2px;
  }
}
.PRODUCT .product_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 7.12%;
}
.PRODUCT .product_list ul li {
  list-style-type: none;
  margin: 0;
}
.PRODUCT .product_list ul li .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-align: center;
  color: #585858;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 10px;
  transition: 0.3s;
}
.PRODUCT .product_list ul li figure {
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  aspect-ratio: 320/455;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.PRODUCT .product_list ul li figure img {
  width: 100%;
  transition: 0.3s;
}
.PRODUCT .product_list ul li .btn {
  width: 210px;
  height: 46px;
  margin: 0 auto;
  position: relative;
}
.PRODUCT .product_list ul li .btn span {
  display: block;
  border-radius: 23px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  background: url("/images/common/arrow_02_2x.png") right 25px center/10px no-repeat;
  color: #03b44a;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.PRODUCT .product_list ul li .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border-radius: 23px;
  border: solid 1px #03b44a;
  z-index: 3;
}
.PRODUCT .product_list ul li a {
  display: block;
  position: relative;
}
.PRODUCT .product_list ul li a:hover figure img {
  max-width: 110%;
  width: 110%;
}
.PRODUCT .product_list ul li a:hover .ttl {
  color: #03b44a;
}
.PRODUCT .product_list ul li a:hover .btn span {
  color: #fff;
  background: url("/images/common/arrow_01_2x.png") right 25px center/10px no-repeat transparent;
}
.PRODUCT .product_list ul li a:hover .btn::before {
  border: none;
}
.PRODUCT .product_list ul li a:hover .btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border-radius: 23px;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  z-index: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .PRODUCT .product_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 10px;
  }
  .PRODUCT .product_list ul li {
    width: 100%;
  }
  .PRODUCT .product_list ul li .ttl {
    height: 80px;
    font-size: 14px;
  }
  .PRODUCT .product_list ul li .btn {
    width: 100%;
    height: 36px;
  }
  .PRODUCT .product_list ul li .btn span {
    width: 100%;
    padding: 6px 0;
    background: url("/images/common/arrow_02_2x.png") right 10px center/6px no-repeat;
  }
  .PRODUCT .product_list ul li a:hover .btn span {
    background: url("/images/common/arrow_01_2x.png") right 10px center/6px no-repeat;
  }
}

/*----------------------------------------------------
	PRODUCT-CAMERA
----------------------------------------------------*/
.PRODUCT-CAMERA {
  /*------------------------------
  	first(KV)
  --------------------------------*/
  /*------------------------------
  	use
  --------------------------------*/
  /*------------------------------
  	dl_btn
  --------------------------------*/
  /*------------------------------
  	use
  --------------------------------*/
  /*------------------------------
  	spec
  --------------------------------*/
  /*------------------------------
  	focus_box
  --------------------------------*/
  /*------------------------------
  	structures_box
  --------------------------------*/
  /*------------------------------
  	features_box
  --------------------------------*/
  /*--------------------------------*/
}
.PRODUCT-CAMERA:last-of-type {
  margin-bottom: 60px;
}
.PRODUCT-CAMERA.small_separation_head {
  background: url(../../images/product/small_separation_head_gscamera/kv_bg.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA.small_separation_head {
    background: url(../../images/product/small_separation_head_gscamera/kv_bg_sp.jpg) center center/cover no-repeat;
  }
  .PRODUCT-CAMERA {
    margin-bottom: 40px;
  }
  .PRODUCT-CAMERA.MODULE.wrap.no-top {
    margin-bottom: 0;
  }
  .PRODUCT-CAMERA .display {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.PRODUCT-CAMERA.small_separation_head_gscamera_liquid_lens {
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/kv_bg.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA.small_separation_head_gscamera_liquid_lens {
    background: url(../../images/product/small_separation_head_gscamera_liquid_lens/kv_bg_sp.jpg) center center/cover no-repeat;
  }
}
.PRODUCT-CAMERA.industrial_endoscope_camera {
  background: url(../../images/product/industrial_endoscope_camera/kv_bg.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA.industrial_endoscope_camera {
    background: url(../../images/product/industrial_endoscope_camera/kv_bg_sp.jpg) center center/cover no-repeat;
  }
}
@media only screen and (min-width: 769px) {
  .PRODUCT-CAMERA.industrial_endoscope_camera .point:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
.PRODUCT-CAMERA.first {
  /*margin: 80px 0;*/
  margin-top: 5px;
  margin-bottom: 80px;
  height: 477px;
}
.PRODUCT-CAMERA.first .display {
  padding-top: 24px;
}
.PRODUCT-CAMERA.first .display h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.PRODUCT-CAMERA.first .display .point {
  color: #fff;
  font-weight: 500;
}
.PRODUCT-CAMERA.first .display .point:not(:last-child) {
  margin-bottom: 20px;
}
.PRODUCT-CAMERA.first .display .point dt {
  font-size: 18px;
  display: inline-block;
  border-bottom: solid 1px #fff;
  margin-bottom: 16px;
  line-height: 1;
}
.PRODUCT-CAMERA.first .display .point dt span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA.first {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    height: auto;
    position: relative;
  }
  .PRODUCT-CAMERA.first::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .PRODUCT-CAMERA.first .display {
    padding-top: 12px;
  }
  .PRODUCT-CAMERA.first .display h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .PRODUCT-CAMERA.first .display .point {
    color: #fff;
    font-weight: 500;
  }
  .PRODUCT-CAMERA.first .display .point:not(:last-child) {
    margin-bottom: 10px;
  }
  .PRODUCT-CAMERA.first .display .point dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .PRODUCT-CAMERA.first .display .point dt span {
    font-size: 20px;
  }
}
.PRODUCT-CAMERA .sec__heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  padding: 16px 40px;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.PRODUCT-CAMERA .sec__heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
.PRODUCT-CAMERA .sec__heading span {
  font-size: 18px;
  color: #818181 !important;
  font-weight: 400;
  margin-left: 20px;
  vertical-align: 5px;
  -webkit-text-fill-color: #818181 !important;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .sec__heading {
    font-size: 18px;
    border-left-width: 4px;
    margin-bottom: 30px;
    padding: 9px 20px;
  }
  .PRODUCT-CAMERA .MODULE.wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PRODUCT-CAMERA .sec__heading span {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: 2px;
    color: #818181 !important;
    -webkit-text-fill-color: #818181 !important;
  }
}
.PRODUCT-CAMERA .spec_tables_full {
  margin-bottom: 50px;
}
.PRODUCT-CAMERA .spec_tables_full table {
  width: 100%;
}
.PRODUCT-CAMERA .spec_tables_full table th, .PRODUCT-CAMERA .spec_tables_full table td {
  font-weight: normal;
  padding: 15px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
}
.PRODUCT-CAMERA .spec_tables_full table thead th {
  color: #fff;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
  border-right: solid 1px #fff;
}
.PRODUCT-CAMERA .spec_tables_full table tbody tr th {
  background: #F2FFF4;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_tables_full table tbody tr:nth-child(odd) td {
  background: #F2FFF4;
} 
.PRODUCT-CAMERA .spec_tables_full table tbody tr:nth-child(even) th {
  background: #fff;
}
.PRODUCT-CAMERA .spec_tables_full table tbody tr td {
  border-bottom: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_tables_full table tbody tr td:not(:last-child) {
  border-right: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_tables_full spam{
  font-size: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .spec_tables_full table {
    width: 800px;
  }
  .PRODUCT-CAMERA .spec_tables_full table th, .PRODUCT-CAMERA .spec_tables_full table td {
    padding: 10px;
  }
}
.PRODUCT-CAMERA .dl_btn {
  margin: 70px auto 0;
  width: 360px;
  height: 56px;
}
.PRODUCT-CAMERA .dl_btn .btn {
  color: #03b44a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 360px;
  height: 56px;
  margin: 0 auto;
  padding: 15px 35px;
  border: solid 1px #03b44a;
  border-radius: 28px;
  position: relative;
  background: url(../../images/common/arrow_02_2x.png) no-repeat left 40px center;
  background-size: 8px 10px;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.PRODUCT-CAMERA .dl_btn .btn span.pdf {
	display: inline-block;
	background: url(../../images/common/icon_pdf_01.svg) no-repeat 0 0 / 100% auto;
	width: 28px;
	aspect-ratio: 28/31;
	margin-left: 10px;
	vertical-align:middle;
}
.PRODUCT-CAMERA .dl_btn .btn span.kb {
	display: inline-block;
	margin-left: 10px;
	vertical-align: baseline;
}
.PRODUCT-CAMERA .dl_btn:hover .btn {
  color: #fff;
  border: none;
  background: url(../../images/common/arrow_01_2x.png) no-repeat left 40px center/8px 10px, linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
}
.PRODUCT-CAMERA .dl_btn:hover .btn span.pdf {
	display: inline-block;
	background: url(../../images/common/icon_pdf_01_on.svg) no-repeat 0 0 / 100% auto;
	width: 28px;
	aspect-ratio: 28/31;
	margin-left: 10px;
	vertical-align: middle;
}
.PRODUCT-CAMERA .use_box {
  border-radius: 10px;
  background: #F4F4F4;
  padding: 45px;
}
.PRODUCT-CAMERA .use_box .use_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.PRODUCT-CAMERA .use_box .use_main li {
  max-width: 300px;
  border-radius: 10px;
  background: #fff;
  border: solid 2px #03b44a;
  list-style-type: none;
  overflow: hidden;
}
.PRODUCT-CAMERA .use_box .use_main li img {
  width: 100%;
}
.PRODUCT-CAMERA .use_box .use_main li dl {
  padding: 15px;
}
.PRODUCT-CAMERA .use_box .use_main li dt {
  font-size: 20px;
  font-weight: bold;
  color: #03b44a;
  margin-bottom: 10px;
}
.PRODUCT-CAMERA .use_box .use_main li dd {
  line-height: 1.4;
}
.PRODUCT-CAMERA .use_box .use_other {
  border-radius: 10px;
  border: solid 1px #818181;
  background: #fff;
  padding: 30px 35px 45px;
}
.PRODUCT-CAMERA .use_box .use_other h4 {
  font-size: 24px;
  font-weight: bold;
  color: #03b44a;
  text-align: center;
}
.PRODUCT-CAMERA .use_box .use_other > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.PRODUCT-CAMERA .use_box .use_other > div dl {
  max-width: 304px;
  padding: 0 15px;
}
.PRODUCT-CAMERA .use_box .use_other > div dl dt {
  min-height: 60px;
  line-height: 60px;
  padding-left: 80px;
  margin-bottom: 16px;
}
.PRODUCT-CAMERA .use_box .use_other > div dl:nth-child(1) dt {
  background: url(../../images/product/small_separation_head_gscamera/icon1.svg) left center/57px auto no-repeat;
}
.PRODUCT-CAMERA .use_box .use_other > div dl:nth-child(2) dt {
  background: url(../../images/product/small_separation_head_gscamera/icon2.svg) left center/57px auto no-repeat;
}
.PRODUCT-CAMERA .use_box .use_other > div dl:nth-child(3) dt {
  background: url(../../images/product/small_separation_head_gscamera/icon3.svg) left center/57px auto no-repeat;
}
.PRODUCT-CAMERA .use_box .use_other > div dl dd {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .use_box {
    padding: 30px 20px;
  }
  .PRODUCT-CAMERA .use_box .use_main {
    width: 100%;
    display: block;
  }
  .PRODUCT-CAMERA .use_box .use_main li {
    max-width: 100%;
  }
  .PRODUCT-CAMERA .use_box .use_main li:not(:last-child) {
    margin-bottom: 30px;
  }
  .PRODUCT-CAMERA .use_box .use_main li dt {
    font-size: 16px;
  }
  .PRODUCT-CAMERA .use_box .use_other {
    padding: 30px 20px;
  }
  .PRODUCT-CAMERA .use_box .use_other h4 {
    font-size: 20px;
  }
  .PRODUCT-CAMERA .use_box .use_other > div {
    display: block;
  }
  .PRODUCT-CAMERA .use_box .use_other > div dl {
    max-width: 100%;
    padding: 0 15px;
  }
  .PRODUCT-CAMERA .use_box .use_other > div dl:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #707070;
  }
  .PRODUCT-CAMERA .use_box .use_other > div dl dt {
    min-height: 40px;
    line-height: 40px;
    padding-left: 60px;
    background-size: 40px auto !important;
  }
}
.PRODUCT-CAMERA .spec_box {
  border-radius: 10px;
  border: solid 1px #818181;
  padding: 45px 60px 70px;
  margin-bottom: 50px;
}
.PRODUCT-CAMERA .spec_box.pd30 {
  padding: 30px 60px;
}
.PRODUCT-CAMERA .spec_box .spec_img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 56px;
  margin-bottom: 56px;
  width: calc(100% + 50px);
  position: relative;
  margin-left: -20px;
}
.PRODUCT-CAMERA .spec_box .spec_img02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.PRODUCT-CAMERA .spec_box h4 {
  color: #03b44a;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.PRODUCT-CAMERA .spec_box h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #03b44a;
}
.PRODUCT-CAMERA .spec_box .spec_tables {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 68px;
  margin-bottom: 48px;
}
.PRODUCT-CAMERA .spec_box .spec_tables.mb0 {
  margin-bottom: 0;
}
.PRODUCT-CAMERA .spec_box .spec_tables table {
  max-width: 460px;
  border-top: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_box .spec_tables table th, .PRODUCT-CAMERA .spec_box .spec_tables table td {
  padding: 15px 30px;
  border-bottom: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_box .spec_tables table th {
  width: 200px;
  font-weight: normal;
  text-align: left;
  background: #E5E5E5;
  border-right: solid 1px #707070;
}
.PRODUCT-CAMERA .spec_box .imgproc {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.PRODUCT-CAMERA .spec_box .imgproc li {
  width: 180px;
  border: solid 1px #707070;
  list-style: none;
  text-align: center;
  line-height: 1;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .spec_box {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .PRODUCT-CAMERA .spec_box.pd30 {
    padding: 30px 20px;
  }
  .PRODUCT-CAMERA .spec_box .spec_img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    width: 100%;
    margin: 0 auto 30px;
  }
  .PRODUCT-CAMERA .spec_box .spec_img02 {
    width: 100%;
    margin-left: 0;
  }
  .PRODUCT-CAMERA .spec_box h4 {
    font-size: 20px;
  }
  .PRODUCT-CAMERA .spec_box h4::before {
    width: 40px;
  }
  .PRODUCT-CAMERA .spec_box .spec_tables {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-bottom: 30px;
  }
  .PRODUCT-CAMERA .spec_box .spec_tables table {
    max-width: 100%;
    width: 100%;
  }
  .PRODUCT-CAMERA .spec_box .spec_tables table th, .PRODUCT-CAMERA .spec_box .spec_tables table td {
    padding: 10px;
  }
  .PRODUCT-CAMERA .spec_box .spec_tables table th {
    width: 150px;
  }
  .PRODUCT-CAMERA .spec_box .spec_tables table td {
    width: calc(100% - 150px);
  }
  .PRODUCT-CAMERA .spec_box .imgproc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .PRODUCT-CAMERA .spec_box .imgproc li {
    width: 48%;
    border: solid 1px #707070;
    list-style: none;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
  }
  .PRODUCT-CAMERA .dl_btn {
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
  }
  .PRODUCT-CAMERA .dl_btn .btn {
    font-size: 14px;
    width: 100%;
  }
}
.PRODUCT-CAMERA .focus_box h3 {
  color: #03b44a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.PRODUCT-CAMERA .focus_box .h3_ttl {
  color: #03b44a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.PRODUCT-CAMERA .focus_box .focus_img {
  position: relative;
  padding: 0 45px 40px;
}
.PRODUCT-CAMERA .focus_box .focus_img ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 35px;
  position: relative;
  z-index: 1;
}
.PRODUCT-CAMERA .focus_box .focus_img ul li {
  width: 256px;
  list-style-type: none;
}
.PRODUCT-CAMERA .focus_box .focus_img ul li:nth-child(1) {
  width: 160px;
}
.PRODUCT-CAMERA .focus_box .focus_img ul li img {
  width: 100%;
}
.PRODUCT-CAMERA .focus_box .focus_img::after {
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(244, 255, 247) 0%, rgb(209, 247, 218) 100%);
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .focus_box h3 {
    color: #03b44a;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .PRODUCT-CAMERA .focus_box .h3_ttl {
    color: #03b44a;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
  }
  .PRODUCT-CAMERA .focus_box .focus_img {
    position: relative;
    padding: 20px;
  }
  .PRODUCT-CAMERA .focus_box .focus_img ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .PRODUCT-CAMERA .focus_box .focus_img ul li {
    max-width: 130px;
  }
  .PRODUCT-CAMERA .focus_box .focus_img ul li:nth-child(1) {
    width: 80px;
  }
  .PRODUCT-CAMERA .focus_box .focus_img::after {
    height: 100%;
  }
}
.PRODUCT-CAMERA .structures_box .txt {
  padding: 0 45px;
  margin: -20px 0 45px;
}
.PRODUCT-CAMERA .structures_box .structures_img {
  border: solid 1px #818181;
  border-radius: 10px;
  padding: 30px 24px;
}
.PRODUCT-CAMERA .structures_box .structures_img ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0 80px;
  padding: 10px 0;
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/structures_bg.png) left top/18px auto repeat;
}
.PRODUCT-CAMERA .structures_box .structures_img ul li {
  list-style-type: none;
  width: 254px;
}
.PRODUCT-CAMERA .structures_box .structures_img ul li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .structures_box .txt {
    padding: 0 20px;
    margin: -10px 0 30px;
  }
  .PRODUCT-CAMERA .structures_box .structures_img ul {
    display: block;
  }
  .PRODUCT-CAMERA .structures_box .structures_img ul li {
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  .PRODUCT-CAMERA .structures_box .structures_img ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.PRODUCT-CAMERA .features_box .txt {
  padding: 0 45px;
  margin: -20px 0 45px;
}
.PRODUCT-CAMERA .features_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 45px;
}
.PRODUCT-CAMERA .features_box ul li {
  list-style-type: none;
  width: 235px;
  height: 83px;
  line-height: 83px;
  color: #03b44a;
  font-size: 24px;
  font-weight: bold;
  border: solid 1px #707070;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.PRODUCT-CAMERA .features_box ul li img {
  width: 100%;
}
.PRODUCT-CAMERA .features_box ul li:nth-child(1) {
  padding-left: 110px;
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon01.svg) left 40px center/57px auto no-repeat;
}
.PRODUCT-CAMERA .features_box ul li:nth-child(2) {
  padding-left: 110px;
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon02.svg) left 40px center/57px auto no-repeat;
}
.PRODUCT-CAMERA .features_box ul li:nth-child(3) {
  padding-left: 120px;
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon03.svg) left 50px center/57px auto no-repeat;
}
.PRODUCT-CAMERA .features_box ul li:nth-child(4) {
  padding-left: 90px;
  background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon04.svg) left 20px center/57px auto no-repeat;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-CAMERA .features_box .txt {
    padding: 0 20px;
    margin: -10px 0 30px;
  }
  .PRODUCT-CAMERA .features_box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 4%;
    padding: 0 20px;
  }
  .PRODUCT-CAMERA .features_box ul li {
    width: 46%;
    max-width: 256px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .PRODUCT-CAMERA .features_box ul li img {
    width: 100%;
  }
  .PRODUCT-CAMERA .features_box ul li:nth-child(1) {
    padding-left: 50px;
    background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon01.svg) left 10px center/30px auto no-repeat;
  }
  .PRODUCT-CAMERA .features_box ul li:nth-child(2) {
    padding-left: 50px;
    background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon02.svg) left 10px center/30px auto no-repeat;
  }
  .PRODUCT-CAMERA .features_box ul li:nth-child(3) {
    padding-left: 50px;
    background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon03.svg) left 10px center/30px auto no-repeat;
  }
  .PRODUCT-CAMERA .features_box ul li:nth-child(4) {
    padding-left: 50px;
    background: url(../../images/product/small_separation_head_gscamera_liquid_lens/icon04.svg) left 10px center/30px auto no-repeat;
  }
}

/*----------------------------------------------------
	PRODUCT-DOWNLOAD
----------------------------------------------------*/
.PRODUCT-DOWNLOAD:last-of-type {
  margin-bottom: 60px;
}
.PRODUCT-DOWNLOAD .display {
  position: relative;
  z-index: 2;
}
.PRODUCT-DOWNLOAD.first {
  margin-bottom: 0px;
}
.PRODUCT-DOWNLOAD.first .display {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.PRODUCT-DOWNLOAD.first .display p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .PRODUCT-DOWNLOAD {
    margin-bottom: 40px;
  }
  .PRODUCT-DOWNLOAD.second {
    margin-bottom: 10px;
  }
  .PRODUCT-DOWNLOAD.first .display {
    padding-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .PRODUCT-DOWNLOAD.first .display p {
    font-size: 16px;
  }
}
.PRODUCT-DOWNLOAD.first .btn {
  color: #03b44a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 300px;
  height: 46px;
  padding: 10px 35px;
  border: solid 1px #03b44a;
  border-radius: 23px;
  position: relative;
  background: url(../../images/common/arrow_02_2x.png) no-repeat right 20px center;
  background-size: 8px 10px;
  transition: 0.3s;
}
.PRODUCT-DOWNLOAD.first .btn:hover {
  color: #fff;
  border: none;
  background: url(../../images/common/arrow_01_2x.png) no-repeat right 20px center/8px 10px, linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);
}
@media only screen and (max-width: 768px) {
  .PRODUCT-DOWNLOAD.first .btn {
    margin-top: 20px;
	  margin-left: 20px;
  }
}
.PRODUCT-DOWNLOAD .dl_forms {
  border-radius: 10px;
  background: #F4F4F4;
  padding: 32px;
}
.PRODUCT-DOWNLOAD .dl_forms h3 {
  font-size: 28px;
  font-weight: bold;
  color: #03b44a;
  margin-bottom: 24px;
}
.PRODUCT-DOWNLOAD .dl_forms input[type=text] {
  width: 760px;
  height: 56px;
  border: solid 1px #707070;
  border-radius: 4px;
  margin: 0 20px 0 30px;
  padding: 10px;
}
.PRODUCT-DOWNLOAD .dl_forms button[type=submit] {
  background: #03b44a;
  width: 120px;
  height: 46px;
  font-size: 16px;
  color: #03b44a;
  font-weight: bold;
  border: none;
  border-radius: 23px;
  letter-spacing: 10px;
  position: relative;
  border: solid 1px #03b44a;
  background: url(../../images/common/arrow_02_2x.png) no-repeat right 20px center #fff;
  background-size: 8px 10px;
  transition: 0.3s;
}
.PRODUCT-DOWNLOAD .dl_forms button[type=submit]:hover {
  color: #fff;
  border: none;
  background: url(../../images/common/arrow_01_2x.png) no-repeat right 20px center/8px 10px, linear-gradient(90deg, #03b44a 0%, #00c6ae 100%);

}
@media only screen and (max-width: 768px) {
  .PRODUCT-DOWNLOAD .display {
    padding-left: 15px;
    padding-right: 15px;
  }
  .PRODUCT-DOWNLOAD .dl_forms {
    padding: 16px;
  }
  .PRODUCT-DOWNLOAD .dl_forms h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .PRODUCT-DOWNLOAD .dl_forms input[type=text] {
    width: 100%;
    height: 46px;
    margin: 10px 0;
  }
  .PRODUCT-DOWNLOAD .dl_forms button[type=submit] {
    width: 120px;
    height: 36px;
    font-size: 14px;
    border-radius: 23px;
    margin: 0 auto;
    display: block;
  }
  .PRODUCT-DOWNLOAD .dl_forms button[type=submit]::before {
    font-size: 12px;
    right: 10px;
    top: 16px;
  }
  .PRODUCT-DOWNLOAD .dl_forms .form_parts {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .PRODUCT-DOWNLOAD .dl_forms .form_parts label {
    margin-bottom: 8px;
    text-align: left !important;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  .PRODUCT-DOWNLOAD .dl_forms .form_parts input[type="text"] {
    margin: 0 0 16px 0;
    width: 100%;
    height: 46px;
    font-size: 16px;
  }
  .PRODUCT-DOWNLOAD .dl_forms .form_parts button[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
}

/* メンテナンス表示用スタイル */
.PRODUCT-DOWNLOAD.maintenance-notice {
  text-align: center;
  padding: 60px 20px 0;
  border-radius: 8px;
  margin: 10px 0;
}

.PRODUCT-DOWNLOAD .maintenance-content {
  max-width: 600px;
  margin: 0 auto;
}

.PRODUCT-DOWNLOAD .maintenance-icon {
  color: #ffc107;
  margin-bottom: 20px;
}

.PRODUCT-DOWNLOAD .maintenance-content h3 {
  color: #dc3545;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.PRODUCT-DOWNLOAD .maintenance-message {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #495057;
  white-space: pre-line;
}

.PRODUCT-DOWNLOAD .recovery-time {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  padding: 15px;
  margin: 20px 0;
  color: #856404;
}

.PRODUCT-DOWNLOAD .contact-info {
  /* font-size: 14px; */
  color: #495057;
}

@media (max-width: 768px) {
  .PRODUCT-DOWNLOAD .maintenance-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .PRODUCT-DOWNLOAD .maintenance-actions .btn {
    width: 200px;
  }
}

/*----------------------------------------------------
	STRENGTH
----------------------------------------------------*/
.STRENGTH.first::after {
  content: "";
  top: -60px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("/images/strength/strength_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;  
}
.STRENGTH#onestop {
  padding-top: 120px;
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.STRENGTH#smartfactory {
  padding-top: 120px;
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.STRENGTH#technology {
  padding-top: 120px;
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.STRENGTH .display {
  position: relative;
  z-index: 2;
}
.STRENGTH .lead-section {
  padding-bottom: 8.25rem;
  padding-top: 1.5rem;
}
.STRENGTH .lead-section .lead__ttl {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.4em;
  text-align: left;
  background: linear-gradient(90deg, #03b44a 0%,#00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.STRENGTH .lead-section .lead__txt {
  margin-bottom: 1.0rem;
  font-size: 1.2rem;
}
.STRENGTH .sec__ttl {
  position: relative;
  color: #3B3B3B;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.STRENGTH .sec__ttl span {
  font-size: 50px;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
}
.STRENGTH .sec__ttl::before {
  content: "";
  width: 164px;
  height: 164px;
  position: absolute;
  left: -80px;
  top: -50px;
  background: url("/images/strength/ttl_bg.svg") left top no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .STRENGTH .sec__ttl {
    font-size: 20px;
    margin-bottom: 42px;
  }
  .STRENGTH .sec__ttl span {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .STRENGTH .sec__ttl::before {
    content: "";
    width: 124px;
    height: 124px;
    left: -30px;
    top: -40px;
    background: url("/images/strength/ttl_bg.svg") left top/100% no-repeat;
  }
}
.STRENGTH .read_txt {
  margin-bottom: 1.2em;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .STRENGTH .read_txt {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.STRENGTH .box {
  border-radius: 10px;
}
.STRENGTH .box .box_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
}
.STRENGTH .box .box_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
.STRENGTH .gray_box {
  border-radius: 10px;
  background: #F4F4F4;
}
.STRENGTH .gray_box .box_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
.STRENGTH .white_box {
  border-radius: 10px;
  background: #FFF;
}
.STRENGTH .white_box .box_ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .STRENGTH .lead-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .STRENGTH .lead-section .lead__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .STRENGTH .lead-section .lead__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .STRENGTH .box .box_ttl {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .STRENGTH .gray_box {
    padding: 20px 15px;
  }
  .STRENGTH .gray_box .box_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .STRENGTH .white_box {
    padding: 20px 15px;
  }
  .STRENGTH .white_box .box_ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .STRENGTH.first::after {
    display: none;
  }
  .STRENGTH#onestop {
    padding-top: 60px;
  }
  .STRENGTH#smartfactory {
    padding-top: 40px;
    margin-bottom: 0;
  }
  .STRENGTH#technology {
    margin-bottom: 0;
  }
}
.STRENGTH .head_box {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 140px;
}
.STRENGTH .head_box .head_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.STRENGTH .head_box .head_ttl span {
  font-size: 42px;
}
.STRENGTH .head_box .head_ttl span span {
  color: #2C9E4B;
}
.STRENGTH .head_box .sec__ttl {
  font-size: 70px;
  font-weight: 400;
  color: #818181;
}
.STRENGTH .head_box .sec__ttl span {
  font-size: 90px;
  color: #2DA04C;
  display: inline-block;
  margin-right: 20px;
}
.STRENGTH .head_box .sec__ttl::before {
  top: -40px;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .STRENGTH .head_box {
    display: block;
    padding-top: 40px;
  }
  .STRENGTH .head_box .head_ttl {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .STRENGTH .head_box .head_ttl span {
    font-size: 32px;
  }
  .STRENGTH .head_box .head_ttl span span {
    color: #2C9E4B;
  }
  .STRENGTH .head_box .sec__ttl {
    font-size: 50px;
  }
  .STRENGTH .head_box .sec__ttl span {
    font-size: 60px;
    margin-right: 10px;
  }
  .STRENGTH .head_box .sec__ttl::before {
    top: -30px;
    left: -30px;
  }
}
.STRENGTH.second .box {
  padding: 1.2em;
  margin-bottom: 0.8em;
}
.STRENGTH.second .sec_future {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 50px;
}
.STRENGTH.second .sec_future li {
  list-style-type: none;
  background: #fff;
  padding: 30px 20px 40px;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.STRENGTH.second .sec_future li .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #38AD49;
  margin-bottom: 20px;
}
.STRENGTH.second .sec_future li figure {
  height: 150px;
  text-align: center;
}
.STRENGTH.second .sec_future li .txt {
  line-height: 1.4;
}
.STRENGTH.second .sec_future li:nth-child(1) img {
  width: 128px;
}
.STRENGTH.second .sec_future li:nth-child(2) img {
  width: 150px;
}
.STRENGTH.second .sec_future li:nth-child(3) img {
  width: 168px;
}
.STRENGTH.second .sec_service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 38px 100px;
  margin: 0 auto;
}
.STRENGTH.second .sec_service li {
  list-style-type: none;
}
.STRENGTH.second .sec_service li .btn {
  width: 400px;
  height: 56px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.STRENGTH.second .sec_service li .btn span {
  height: 56px;
  color: #03b44a;
  border-radius: 28px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  background: url(/images/common/arrow_02_2x.png) right 25px center/10px no-repeat #fff;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.STRENGTH.second .sec_service li .btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border-radius: 28px;
  border: solid 1px #03b44a;
  z-index: 3;
}
.STRENGTH.second .sec_service li .btn:hover {
  color: #fff;
  background: url(/images/common/arrow_01_2x.png) right 25px center/10px no-repeat;
}
.STRENGTH.second .sec_service li .btn:hover span {
  color: #fff;
  background: url("/images/common/arrow_01_2x.png") right 25px center/10px no-repeat transparent;
}
.STRENGTH.second .sec_service li .btn:hover::before {
  border: none;
}
.STRENGTH.second .sec_service li .btn:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  border-radius: 28px;
  /* background: linear-gradient(87deg, rgb(99, 216, 53) 0%, rgb(48, 185, 102) 100%); */
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  z-index: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .STRENGTH.second .box {
    padding: 20px;
    margin-bottom: 40px;
  }
  .STRENGTH.second .sec_future {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .STRENGTH.second .sec_future li {
    padding: 20px;
  }
  .STRENGTH.second .sec_future li .ttl {
    font-size: 16px;
  }
  .STRENGTH.second .sec_service {
    gap: 20px 0;
  }
  .STRENGTH.second .sec_service li {
    width: 100%;
    list-style-type: none;
  }
  .STRENGTH.second .sec_service li .btn {
    width: 100%;
    height: 50px;
  }
  .STRENGTH.second .sec_service li .btn span {
    width: 100%;
    padding: 15px 0;
    height: 50px;
    background: url("/images/common/arrow_02_2x.png") right 10px center/6px no-repeat #fff;
  }
  .STRENGTH.second .sec_service li .btn:hover span {
    background: url("/images/common/arrow_01_2x.png") right 10px center/6px no-repeat;
  }
}
.STRENGTH.third .gray_box {
  padding: 40px 50px;
}
.STRENGTH.third figure {
  position: relative;
  z-index: 1;
}
.STRENGTH.third .txt {
  height: 140px;
  position: relative;
  z-index: 2;
}
.STRENGTH.third .txt p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}
.STRENGTH.third .factory_img01 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.STRENGTH.third .factory_img01 figure {
  width: 605px;
}
.STRENGTH.third .factory_img01 .txt {
  width: 450px;
  padding: 25px 10px 0 80px;
  margin-left: -40px;
  background: url(/images/strength/factory_bg01.svg) left top no-repeat;
}
.STRENGTH.third .factory_img02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: relative;
  margin-top: -80px;
}
.STRENGTH.third .factory_img02 figure {
  order: 2;
  width: 490px;
  margin-left: -50px;
}
.STRENGTH.third .factory_img02 .txt {
  order: 1;
  width: 405px;
  padding: 25px 0 0 25px;
  background: url(/images/strength/factory_bg02.svg) left top no-repeat;
  margin-bottom: 5px;
}
.STRENGTH.third .factory_img03 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.STRENGTH.third .factory_img03 figure {
  width: 605px;
}
.STRENGTH.third .factory_img03 .txt {
  color: #fff;
  width: 450px;
  padding: 25px 10px 0 80px;
  margin-left: -40px;
  background: url(/images/strength/factory_bg03.svg) left top no-repeat;
}
.STRENGTH.third .factory_txt {
  font-size: 20px;
  font-weight: bold;
  color: #38AD49;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .STRENGTH.third {
    margin-bottom: 60px;
  }
  .STRENGTH.third .gray_box {
    padding: 20px;
  }
  .STRENGTH.third .txt {
    height: auto;
    background: #2DA04C;
  }
  .STRENGTH.third .txt p {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
  }
  .STRENGTH.third .factory_img01 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .STRENGTH.third .factory_img01 figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .STRENGTH.third .factory_img01 .txt {
    width: 100%;
    padding: 10px;
    margin: 0 5px;
    background: #2DA04C;
  }
  .STRENGTH.third .factory_img02 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .STRENGTH.third .factory_img02 figure {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .STRENGTH.third .factory_img02 .txt {
    order: 2;
    width: 100%;
    padding: 10px;
    background: #2DA04C;
    margin: 0 5px;
  }
  .STRENGTH.third .factory_img03 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .STRENGTH.third .factory_img03 figure {
    width: 100%;
    margin-bottom: 5px;
  }
  .STRENGTH.third .factory_img03 .txt {
    color: #fff;
    width: 100%;
    padding: 10px;
    margin: 0 5px;
    background: #2DA04C;
  }
  .STRENGTH.third .factory_txt {
    font-size: 16px;
    margin-top: 20px;
  }
}
/* .STRENGTH.forth {
  margin-bottom: 120px;
} */
.STRENGTH.forth .white_box {
  width: 610px;
  padding: 20px 25px;
}
.STRENGTH.forth .white_box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.STRENGTH.forth .white_box li {
  list-style-type: none;
}
.STRENGTH.forth .white_box img {
  width: 100%;
}
.STRENGTH.forth .txt {
  width: 460px;
}
.STRENGTH.forth .txt h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
}
.STRENGTH.forth .txt h4::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
.STRENGTH.forth .capability_wrap01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
.STRENGTH.forth .capability_wrap01 .txt {
  order: 2;
}
.STRENGTH.forth .capability_wrap01 .white_box {
  order: 1;
}
.STRENGTH.forth .capability_wrap01 ul {
  padding-left: 30px;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(1) {
  width: 145px;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) {
  width: 400px;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 10px;
  padding: 20px 0 0 75px;
  height: 150px;
  background: url(/images/strength/capability_bg01.svg) left top no-repeat;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt figure {
  width: 110px;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt dl {
  color: #fff;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt dl dt {
  font-weight: bold;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt dl dd {
  font-size: 14px;
  line-height: 1.4;
}
.STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .img {
  width: 225px;
  margin: 5px 0 0 65px;
}
.STRENGTH.forth .capability_wrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 80px;
}
.STRENGTH.forth .capability_wrap02 ul {
  gap: 0 20px;
}
.STRENGTH.forth .capability_wrap02 ul li:nth-child(1) {
  width: 200px;
}
.STRENGTH.forth .capability_wrap02 ul li:nth-child(2) {
  width: 337px;
}
.STRENGTH.forth .capability_wrap03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.STRENGTH.forth .capability_wrap03 .txt {
  order: 2;
}
.STRENGTH.forth .capability_wrap03 .gray_box {
  order: 1;
}
.STRENGTH.forth .capability_wrap03 .white_box {
  order: 1;
}
.STRENGTH.forth .capability_wrap03 .gray_box ul {
  gap: 0 30px;
}
.STRENGTH.forth .capability_wrap03 .gray_box ul li:nth-child(1) {
  width: 250px;
  position: relative;
  top: -40px;
  left: -20px;
  margin-bottom: -40px;
}
.STRENGTH.forth .capability_wrap03 .gray_box ul li:nth-child(2) {
  width: 330px;
}
@media only screen and (max-width: 768px) {
  .STRENGTH.forth {
    margin-bottom: 60px;
  }
  .STRENGTH.forth .gray_box {
    width: 100%;
    padding: 20px;
  }
  .STRENGTH.forth .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .STRENGTH.forth .txt h4 {
    font-size: 20px;
  }
  .STRENGTH.forth .capability_wrap01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .STRENGTH.forth .capability_wrap01 .txt {
    order: 1;
  }
  .STRENGTH.forth .capability_wrap01 .white_box {
    order: 2;
  }
  .STRENGTH.forth .capability_wrap01 ul {
    padding-left: 0;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(1) {
    width: 145px;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) {
    width: calc(100% - 165px);
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    height: auto;
    background: #2DA04C;
    margin-left: 20px;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt figure {
    width: 110px;
    margin-bottom: 10px;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt dl dt {
    font-size: 14px;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .txt dl dd {
    font-size: 12px;
  }
  .STRENGTH.forth .capability_wrap01 ul li:nth-child(2) .img {
    width: 100%;
    margin: 5px 0 0 20px;
  }
  .STRENGTH.forth .capability_wrap02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .STRENGTH.forth .capability_wrap02 ul {
    gap: 0 20px;
  }
  .STRENGTH.forth .capability_wrap02 ul li:nth-child(1) {
    width: 145px;
  }
  .STRENGTH.forth .capability_wrap02 ul li:nth-child(2) {
    width: calc(100% - 165px);
  }
  .STRENGTH.forth .capability_wrap03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .STRENGTH.forth .capability_wrap03 .txt {
    order: 1;
  }
  .STRENGTH.forth .capability_wrap03 .gray_box {
    order: 2;
    width: 100%;
  }
  .STRENGTH.forth .capability_wrap03 .white_box {
    order: 2;
    width: 100%;
  }
  .STRENGTH.forth .capability_wrap03 .gray_box ul {
    gap: 0;
  }
  .STRENGTH.forth .capability_wrap03 .gray_box ul li:nth-child(1) {
    width: 185px;
  }
  .STRENGTH.forth .capability_wrap03 .gray_box ul li:nth-child(2) {
    width: calc(100% - 145px);
  }
}

/*----------------------------------------------------
	SOLUTION
----------------------------------------------------*/
.SOLUTION#top {
  padding-top: 80px;
  padding-bottom: 80px;
}
.SOLUTION#service01, .SOLUTION#service02, .SOLUTION#service03 {
  padding-top: 50px;
  padding-bottom: 20px;
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.SOLUTION#service04 {
  padding-top: 50px;
  padding-bottom: 80px;
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
}
.SOLUTION .display {
  position: relative;
  z-index: 2;
}
.SOLUTION .ttl_wrap {
  margin-bottom: 20px;
  position: relative;
}
.SOLUTION .ttl_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .SOLUTION .ttl_wrap {
    top: -20px;
    left: -2px;
  }
}
.SOLUTION .sec__ttl {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  padding-left: 1.4rem;
  margin-bottom: 1.6rem;
}
.SOLUTION .sec__ttl::before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 80%);
}
.SOLUTION .sec__ttl span {
  font-size: 16px;
  color: #818181;
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .SOLUTION .sec__ttl {
    font-size: 20px;
    color: #2DA04C;
    font-weight: bold;
    line-height: 1;
    padding-left: 1.4rem;
    margin: 0;
    display: inline-block;
  }
  .SOLUTION .sec__ttl span {
    font-size: 14px;
    color: #818181;
    display: block;
    margin-top: 10px;
    font-weight: 400;
  }
}
.SOLUTION.first {
  position: relative;
}
.SOLUTION.first .display {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.SOLUTION.first .lead-section .lead__ttl {
  position: relative;
  color: #3B3B3B;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.SOLUTION.first .lead-section .lead__ttl span {
  font-size: 50px;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: block;
  padding-bottom: 10px;
  font-weight: 400;
}
.SOLUTION.first .lead-section .lead__ttl::before {
  content: "";
  width: 164px;
  height: 164px;
  position: absolute;
  left: -80px;
  top: -50px;
  background: url("/images/solution/ttl_bg.svg") left top no-repeat;
  z-index: -1;
}
.SOLUTION.first .lead-section .lead__txt {
  max-width: 420px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.SOLUTION.first .img {
  padding: 40px 0 0 50px;
  max-width: 650px;
}
@media only screen and (max-width: 768px) {
  .SOLUTION#top {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .SOLUTION.first {
    margin-bottom: 60px;
  }
  .SOLUTION.first::after {
    height: 200px;
    top: auto;
    bottom: 0;
    left: 10%;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .SOLUTION.first .display {
    display: block;
  }
  .SOLUTION.first .lead-section {
    margin-bottom: 40px;
    padding: 0;
  }
  .SOLUTION.first .lead-section .lead__ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .SOLUTION.first .lead-section .lead__ttl span {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .SOLUTION.first .lead-section .lead__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: none;
  }
  .SOLUTION.first .img {
    height: 180px;
    text-align: center;
    padding: 0;
  }
  .SOLUTION.first .img img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .SOLUTION.service {
    margin-bottom: 60px;
  }
}
.SOLUTION.service .service_box_wrap {
  padding: 15px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .SOLUTION.service .service_box_wrap {
    padding: 20px;
    width: 100%;
  }
}
.SOLUTION.service .service_box {
  width: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 60px;
}
.SOLUTION.service .service_box li {
  border-radius: 10px;
  max-width: 304px;
  list-style-type: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
.SOLUTION.service .service_box li a {
  padding-bottom: 20px;
}
.SOLUTION.service .service_box li figure {
  margin-bottom: 10px;
  aspect-ratio: 300/148;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.SOLUTION.service .service_box li figure img {
  height: 100%;
  min-width: 100%;
  transition: 0.3s;
}
.SOLUTION.service .service_box li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  transition: 0.3s;
  margin-bottom: 10px;
}
.SOLUTION.service .service_box li .txt {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 15px;
  min-height: 80px;
  text-align: left;
  transition: 0.3s;
}
.SOLUTION.service .service_box li .btn {
  color: #03b44a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 212px;
  height: 46px;
  margin: 0 auto;
  padding: 10px 35px;
  border: solid 1px #03b44a;
  border-radius: 23px;
  position: relative;
  background: url(../../images/common/arrow_02_2x.png) no-repeat right 20px center;
  background-size: 8px 10px;
  transition: 0.3s;
}
.SOLUTION.service .service_box li a {
  display: block;
}
.SOLUTION.service .service_box li a:hover h4 {
  color: #03b44a;
}
.SOLUTION.service .service_box li a:hover figure img {
  max-height: 110%;
  min-width: 110%;
  height: 110%;
}
.SOLUTION.service .service_box li a:hover .btn {
  color: #fff;
  border: none;
  background: url(../../images/common/arrow_01_2x.png) no-repeat right 20px center/8px 10px, linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
}
@media only screen and (max-width: 768px) {
  .SOLUTION#service01, .SOLUTION#service02, .SOLUTION#service03 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .SOLUTION#service04 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .SOLUTION .ttl_wrap {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .SOLUTION .service_box_wrap {
    padding: 0 15px;
  }
  .SOLUTION.service .service_box {
    padding: 0;
    gap: 40px 0;
    display: block;
  }
  .SOLUTION.service .service_box li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .SOLUTION.service .service_box li:not(:last-child) {
    margin-bottom: 30px;
  }
  .SOLUTION.service .service_box li h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .SOLUTION.service .service_box li .txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .SOLUTION.service .service_box li .btn {
    height: 40px;
    padding: 6px 35px 0;
    font-size: 12px;
  }
}
/*----------------------------------------------------
	SOLUTION-PAGE
----------------------------------------------------*/
/* .SOLUTION-PAGE.first::after {
  content: "";
  top: -100px;
  position: absolute;
  width: 100%;
  height: 750px;
  z-index: 1;
  background-image: url("/images/solution/sol_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;  
} */

.SOLUTION-PAGE#top {
  padding-bottom: 40px;
}
.SOLUTION-PAGE#fst-container {
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
  padding-top: 40px;
  padding-bottom: 40px;
}
.SOLUTION-PAGE#snd-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.SOLUTION-PAGE#equip-container {
  background: #e0f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 3rem;
}
.SOLUTION-PAGE#stock-parts-list {
  background: linear-gradient(270deg, #a9f4eb 0%, #c4f7f0 15%, #e1faf7 25%, #fff 35%, #fff 65%, #e1faf7 75%, #c4f7f0 85%, #a9f4eb 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 3rem;
}
.SOLUTION-PAGE .display {
  position: relative;
  z-index: 2;
}
.SOLUTION-PAGE .lead {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.SOLUTION-PAGE .lead .lead__ttl {
  font-weight:800;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.4em;
  text-align: left;
  background: linear-gradient(90deg, #03b44a 0%, #00c6ae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.SOLUTION-PAGE .lead .lead__txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.SOLUTION-PAGE .section-ttl {
  position: relative;
  text-align: center;
}
.SOLUTION-PAGE .section-ttl__decoration {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 130%;
  letter-spacing: -0.05em;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, #99d69f 0%, #80d4c4 30%, #80dcd2 60%, #80ebd8 85%, #80ffdd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.SOLUTION-PAGE .section-ttl__title {
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 160%;
  letter-spacing: .1em;
  white-space: nowrap;
  margin-top: -2.2rem;
}
@media only screen and (max-width: 768px) {
  .SOLUTION-PAGE .section-ttl {
    margin-bottom: 0;
  }
  .SOLUTION-PAGE .section-ttl__decoration {
    font-size: 2.2rem;
  }
  .SOLUTION-PAGE .section-ttl__title {
    font-size: 1.3rem;
    margin-top: -1.0rem;
  }
}
.SOLUTION-PAGE .box {
  padding-bottom: 2.0rem;
}
.SOLUTION-PAGE .box .box_txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.SOLUTION-PAGE .text-center {
  text-align: center;
}
.SOLUTION-PAGE .box .box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
}
.SOLUTION-PAGE .box .box_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
.SOLUTION-PAGE .box .box_ttl span {
  display: inline-block;
  font-size: 1.4rem;
  color: #f00;
  margin: 0 24px;
  position: relative;
  z-index: 2;
}
.SOLUTION-PAGE .box ul {
  list-style: outside;
  padding-left: 3.0rem;
}
.SOLUTION-PAGE .box li {
  font-size: 1.2rem;
}
.SOLUTION-PAGE .box li::marker {
  color: #4c4948;
}
.SOLUTION-PAGE .flex-box {
  display: flex;
  gap: 2rem;
  padding-bottom: 2.0rem;
}
.SOLUTION-PAGE .flex-box .left-box {
  flex: 1;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
}
.SOLUTION-PAGE .flex-box .border-0 {
  border: 0px !important;
  border-radius: 0px !important;
}
.SOLUTION-PAGE .flex-box .pt-0 {
  padding-top: 0 !important; 
}
.SOLUTION-PAGE .box__bg-gray{
  background-color: rgba(246, 246, 246, 0.5);
}
.SOLUTION-PAGE .box__bg-white{
  background-color: #fff
}
.SOLUTION-PAGE .flex-box .flex-right-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.SOLUTION-PAGE .flex-box .flex-right-box .right-box {
  flex: 1;
  padding: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
}
.SOLUTION-PAGE .flex-box .box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
}
.SOLUTION-PAGE .flex-box .box_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(180deg, #03b44a 0%, #00c6ae 100%);
}
.SOLUTION-PAGE .flex-box .box_txt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.SOLUTION-PAGE .flex-box ul {
  list-style: outside;
  padding-left: 1.5rem;
}
.SOLUTION-PAGE .flex-box li {
  font-size: 1.2rem;
}
.SOLUTION-PAGE .flex-box li::marker {
  color: #4c4948;
}
.SOLUTION-PAGE .flex-box .grid-table {
  display: grid;
  font-size: 1.2rem;
}
.SOLUTION-PAGE .flex-box .grid-1cols {
  grid-template-columns: 1fr;
}
.SOLUTION-PAGE .flex-box .grid-2cols {
  grid-template-columns: 1fr 2fr;
}
.SOLUTION-PAGE .flex-box .grid-2cols-1-3 {
  grid-template-columns: 1fr 3fr;
}
.SOLUTION-PAGE .flex-box .grid-2cols-1-1 {
  grid-template-columns: 1fr 1fr;
}
.SOLUTION-PAGE .flex-box .grid-2cols-s {
  grid-template-columns: 1fr 6fr;
}
.SOLUTION-PAGE .flex-box .grid-3cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.SOLUTION-PAGE .flex-box .grid-4cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.SOLUTION-PAGE .flex-box .grid-5cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.SOLUTION-PAGE .flex-box .grid-6cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.SOLUTION-PAGE .flex-box .grid-cell {
  padding: 5px;
}
.SOLUTION-PAGE .bg-camera_flow {
  position: relative;
  padding-bottom: 0;
  background-image: url("/images/development/camera_flow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  max-width: 1200px; 
  min-height: 480px; 
  height: 480px; 
  display: block;
  margin: 1.0rem auto 0 auto; /* 下に余白追加 */
}
@media only screen and (max-width: 768px) {
  .SOLUTION-PAGE#top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .SOLUTION-PAGE#fst-container {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .SOLUTION-PAGE#snd-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .SOLUTION-PAGE#equip-container, .SOLUTION-PAGE#stock-parts-list {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .SOLUTION-PAGE .lead {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .SOLUTION-PAGE .lead .lead__ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .SOLUTION-PAGE .lead .lead__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .SOLUTION-PAGE .box {
    padding: 20px 15px;
    padding-bottom: 20px;
  }
  .SOLUTION-PAGE .box .box_ttl {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-left: 1.2rem;
  }
  .SOLUTION-PAGE .box .box_txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .SOLUTION-PAGE .flex-box {
    display: block;
    padding: 20px 15px;
    padding-bottom: 0;
  }
  .SOLUTION-PAGE .flex-box:not(:last-child) {
    margin-bottom: 20px;
  }
  .SOLUTION-PAGE .flex-box .left-box {
    margin-bottom: 30px !important;
    padding: 15px;
  }
  .SOLUTION-PAGE .flex-box .flex-right-box {
    margin-bottom: 0;
  }
  .SOLUTION-PAGE .flex-box .flex-right-box .right-box {
    margin-bottom: 0 !important;
    padding: 15px;
  }
  .SOLUTION-PAGE .flex-box .box_ttl {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 1.0rem;
  }
  .SOLUTION-PAGE .flex-box .box_txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .SOLUTION-PAGE .box_ttl .line {
    font-size: 12px !important;
  }
  .SOLUTION-PAGE .box ul {
    padding-left: 20px;
  }
  .SOLUTION-PAGE .box li {
    font-size: 14px;
    line-height: 1.5;
  }
  .SOLUTION-PAGE .flex-box ul {
    padding-left: 15px;
  }
  .SOLUTION-PAGE .flex-box li {
    font-size: 14px;
    line-height: 1.5;
  }
  .SOLUTION-PAGE .flex-box .grid-table {
    font-size: 13px;
  }
  .SOLUTION-PAGE .bg-camera_flow {
    background-size: 100% auto;
    max-width: 100%;
    min-height: 300px;
    height: 300px;
    background-position: center 5.0rem; /* スマホ時も少し下に */
  }
}
/* ===================================================================
 file name  :style.css
 author     :STARKID
=================================================================== */
/*# sourceMappingURL=style.css.map */