/* mixin */
.nowrap {
  white-space: nowrap;
  display: inline-block;
}

input:not([type="checkbox"]):not([type="radio"]),
button {
  outline: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  height: auto !important;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  --header-height: 100px;
  overflow-x: hidden !important;
}

.add-title {
  line-height: 1;
}
.add-title h3 {
  font-size: clamp(30px, -50.1676px + 7.8212vw, 100px);
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.add-title span {
  font-size: clamp(16px, 13.7095px + 0.2235vw, 18px);
  padding-left: 20px;
  position: relative;
}
.add-title span::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #E10012;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  visibility: inherit;
}
@media (max-width: 1199px) {
  .add-title h3 {
    padding-bottom: 10px;
  }
  .add-title span {
    padding-left: 10px;
  }
}

.add-more {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 30px 10px 55px;
  font-size: 30px;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-more::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%) rotate(15deg);
      -ms-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
  visibility: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-more:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.add-more:hover::before {
  background-color: #fff;
}
@media (max-width: 1024px) {
  .add-more {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
  .add-more:before {
    width: 2px;
    height: 16px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .add-more {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
  }
  .add-more::before {
    left: 40%;
  }
}

.inner {
  max-width: 78.8%;
  margin: auto;
}
@media (max-width: 1500px) {
  .inner {
    max-width: 1480px;
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

.header .headAddNav {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9019607843);
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.header .headAddNav.no {
  background: #C8CCCD;
  height: auto;
}
.header .headAddNav .wrap {
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 30px 0 100px;
}
.header .headAddNav .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .headAddNav .wrap ul li {
  width: 19%;
  background-color: #e3e4e6;
  padding: 25px 15px;
}
.header .headAddNav .wrap ul li a {
  text-align: left;
}
.header .headAddNav .wrap ul li h3 {
  text-align: center;
  font-size: clamp(16px, 6.0222px + 0.8322vw, 18.5px);
  line-height: 1.5;
  padding-top: clamp(25px, 8.3703px + 1.387vw, 35px);
  padding-bottom: 3px;
  margin-bottom: 0;
  border: none;
}
.header .headAddNav .wrap ul li .bor {
  width: 100%;
  height: 179px;
  background-color: #C8CCCD;
}
.header .headAddNav .wrap ul li .tit {
  display: block;
}
.header .headAddNav .wrap ul li .tit:hover {
  text-decoration: none;
}
.header .headAddNav .wrap ul li a.tit {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .headAddNav .wrap ul li a.tit:hover {
  opacity: 0.5;
}
.header .headAddNav .wrap ul li span {
  display: block;
  text-align: center;
  font-size: clamp(14px, 4.0222px + 0.8322vw, 18px);
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .headAddNav .wrap ul li img {
  display: block;
  width: 100%;
}
.header .headAddNav .wrap ul li .txt {
  padding-top: 20px;
}
.header .headAddNav .wrap ul li .txt a {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
  padding-left: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .headAddNav .wrap ul li .txt a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header .headAddNav .wrap ul li .txt a::before {
  content: "/";
  color: #D8271C;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .header .headAddNav .inner {
    max-width: 100%;
  }
  .header .headAddNav .wrap {
    padding: 30px 40px;
  }
  .header .headAddNav .wrap ul li {
    padding: 15px;
  }
  .header .headAddNav .wrap ul li .bor {
    width: 100%;
  }
}
.header .headAddNav.online .inner {
  max-width: 1320px;
}
.header .headAddNav.online .wrap ul li {
  width: 24%;
  height: 200px;
  background-color: none;
  padding: 0;
}
.header .headAddNav.online .wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #C8CCCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .headAddNav.online .wrap ul li a:hover {
  background-color: #000;
  opacity: 1;
}
.header .headAddNav.online .wrap ul li a:hover img {
  opacity: 1;
}
.header .headAddNav.online .wrap ul li a img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.header .headAddNav.three .inner {
  max-width: 88%;
}
@media (max-width: 1600px) {
  .header .headAddNav.three .inner {
    max-width: 100%;
    padding: 0;
  }
}
.header .headAddNav.three .wrap ul li {
  width: 15%;
}
.header .headAddNav.four .inner {
  max-width: 1320px;
}
.header .headAddNav.four a {
  display: block;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .headAddNav.four a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.header .headAddNav.four .wrap ul li {
  width: 24%;
}
.header .headAddNav.four .wrap ul li .bor {
  width: auto;
}
.header .headAdd {
  padding: 0 55px 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.0509803922);
}
@media (max-width: 1600px) {
  .header .headAdd {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header .headAdd {
    padding: 0 20px;
  }
}
.header .headAdd .headwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .headAdd .siteLogo {
  width: 300px;
  margin: 22.5px 0;
}
.header .headAdd .siteLogo img {
  max-width: 195.5px;
}
@media (max-width: 1400px) {
  .header .headAdd .siteLogo {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .header .headAdd .siteLogo {
    margin: 13px 0;
  }
}
@media (max-width: 767px) {
  .header .headAdd .siteLogo {
    width: 200px;
  }
}
.header .headAdd .gNav {
  font-size: 16px;
  padding-top: 0;
}
.header .headAdd .gNav > ul > li {
  font-weight: 600;
}
.header .headAdd .gNav > ul > li:hover .headAddNav {
  visibility: inherit;
  opacity: 1;
}
.header .headAdd .gNav > ul > li:hover > a::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header .headAdd .gNav > ul > li > a {
  padding: 43px clamp(10px, -14.9445px + 2.0804vw, 25px);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateZ(0.03deg);
      -ms-transform: rotate(0.03deg);
          transform: rotateZ(0.03deg);
}
@media (max-width: 1250px) {
  .header .headAdd .gNav > ul > li > a {
    padding: 43px 8px;
  }
}
.header .headAdd .gNav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.header .headAdd .gNav > ul > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header .headAdd .gNav > ul > li.think {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
}
.header .headAdd .gNav > ul > li.think > a {
  padding: 35px clamp(10px, -14.9445px + 2.0804vw, 25px);
}
.header .headAdd .gNav > ul > li.think > a::after {
  bottom: -4px;
}
.header .headAdd .subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  font-size: 16px;
  padding-top: 0;
}
.header .headAdd .subNav .sub .headAddNav ul {
  width: 100%;
  float: none;
}
.header .headAdd .subNav .sub li:first-of-type {
  border: none;
}
.header .headAdd .subNav .sub > a {
  position: relative;
}
.header .headAdd .subNav .sub > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.header .headAdd .subNav .sub:hover .headAddNav {
  visibility: inherit;
  opacity: 1;
}
.header .headAdd .subNav .sub:hover > a:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header .headAdd .subNav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .headAdd .subNav a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.header .headAdd .subNav > a:first-child {
  margin-right: 45px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .header .headAdd .subNav > a:first-child {
    margin-right: 15px;
  }
}
.header .headAdd .subNav > div:nth-child(2) > a {
  font-size: 22px;
  padding: 32px 0;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .headAdd .subNav > ul {
  padding-top: 0;
  padding-left: 30px;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header .headAdd .subNav > ul > li:first-of-type {
  padding-right: 5px;
}
.header .headAdd .subNav > ul > li:last-child {
  padding-left: 5px;
}
.header .headAdd .subNav > ul > li:last-child > a {
  color: #A6A6A6;
}
.header .search {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #000;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.header .search img {
  display: block;
  width: 15px;
  margin: 0 auto;
  -webkit-transition: 0;
  transition: 0;
}
.header .search .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.header .search svg {
  width: 15px;
  height: 15px;
}
.header .search-box .search_btn .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.header .search-box .none {
  position: absolute;
  width: 100%;
  padding: 50px clamp(25px, -16.5742px + 3.4674vw, 50px);
  background: #C8CCCD;
  position: absolute;
  top: 100px;
  right: 0;
  width: 22%;
  color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .search-box .none .close {
  position: absolute;
  right: clamp(20px, 3.3703px + 1.387vw, 30px);
  top: clamp(20px, 3.3703px + 1.387vw, 30px);
  cursor: pointer;
}
.header .search-box .none .close span {
  display: block;
}
.header .search-box .none .close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 2px;
  top: 2px;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .search-box .none .close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 2px;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .search-box .none.open {
  pointer-events: unset;
  z-index: 2;
  opacity: 1;
}
.header .search-box .none .inner {
  max-width: 800px;
}
.header .search-box .none input {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1em;
  margin-left: 0;
  outline: none;
}
.header .search-box .none input:focus {
  outline: none;
}
.header .search-box .none input::-webkit-input-placeholder {
  color: #fff;
}
.header .search-box .none input::-moz-placeholder {
  color: #fff;
}
.header .search-box .none input:-ms-input-placeholder {
  color: #fff;
}
.header .search-box .none input::-ms-input-placeholder {
  color: #fff;
}
.header .search-box .none input::placeholder {
  color: #fff;
}
.header .search-box .none .box {
  border-bottom: 1px solid #fff;
  position: relative;
}
.header .search-box .none .box .search_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header .search-box .none .box .search_btn svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 1199px) {
  .header .search-box .none {
    padding: 40px;
  }
  .header .search-box .none .box {
    position: relative;
  }
  .header .search-box .none .box svg {
    top: 8px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header .headAdd .gNav {
    display: none;
  }
  .header .headAdd .subNav > ul {
    padding-left: 0;
    padding-right: 30px;
  }
  .header .headAdd .subNav > a,
  .header .headAdd .subNav .sub,
  .header .headAdd .subNav .search-box {
    display: none;
  }
}

.index-content {
  height: calc(var(--height) * 2);
  --value: 0;
}
.index-content .ss-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index-content .ss-content .flex {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
      -ms-transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
          transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
  padding-top: var(--header-height);
}
@media (max-width: 1199px) {
  .index-content .ss-content .flex {
    padding-top: 60px;
  }
}
.index-content a {
  display: block;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-content a:hover {
  opacity: 0.8;
}
.index-content a img {
  display: block;
  width: auto;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .index-content a img {
    width: auto;
    height: calc(100vh - 60px);
  }
}

.addnewsArea {
  background-color: #e3e4e6;
  padding: clamp(50px, 16.6667px + 4.3403vw, 100px) 0;
  margin-bottom: 0;
}
.addnewsArea h2 {
  font-size: 55px;
  text-align: left !important;
  line-height: 1;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .addnewsArea h2 {
    font-size: 30px;
  }
}
.addnewsArea .title {
  font-size: 15px;
}
.addnewsArea .date {
  font-size: 12px;
}
.addnewsArea .date .category {
  font-size: 13px;
}
.addnewsArea .date {
  width: auto;
  margin-right: 20px;
}
.addnewsArea .add-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.addnewsArea .add-content ul {
  width: 100%;
  margin: 0;
  border: none;
}
.addnewsArea .add-content ul li:first-child {
  margin-top: 0;
}
.addnewsArea .add-content ul li {
  background-color: #fff;
  margin-top: 10px;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  padding: 0;
}
.addnewsArea .add-content ul li a[href] .more::after {
  display: block;
}
.addnewsArea .add-content ul li a[href]:hover .more span {
  opacity: 1;
}
.addnewsArea .add-content ul li a[href]:hover .more::after {
  -webkit-transform: translate(-55px, 0) rotate(20deg);
      -ms-transform: translate(-55px, 0) rotate(20deg);
          transform: translate(-55px, 0) rotate(20deg);
}
.addnewsArea .add-content ul li a ,
.addnewsArea .add-content ul li>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px 15px 15px;
  text-decoration: none !important;
}



.addnewsArea .add-content ul li a .more::after {
  display: none;
}
@media (max-width: 767px) {
  .addnewsArea .add-content ul li a ,
  .addnewsArea .add-content ul li>div {
    display: block;
  }
}
.addnewsArea .add-content ul li .date {
  min-width: 180px;
}
@media (max-width: 1199px) {
  .addnewsArea .add-content ul li .date {
    min-width: 145px;
  }
}
.addnewsArea .add-right {
  margin-left: 35px;
  background-color: #C8CCCD;
  border-radius: 5px;
  min-width: 360px;
}

.addnewsArea .add-right h3 {
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 25px;
}
.addnewsArea .add-right .add-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addnewsArea .add-right .add-box a {
  width: 50%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addnewsArea .add-right .add-box a:hover {
  background-color: #000;
}
.addnewsArea .add-right .add-box a:nth-child(even) img {
  max-width: 120px;
}
.addnewsArea .add-right .add-box a:nth-child(1),
.addnewsArea .add-right .add-box a:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.addnewsArea .add-right .add-box a:nth-child(odd) {
  border-right: 1px solid #fff;
}
.addnewsArea .add-right .add-box a:nth-child(odd) img {
  max-width: 105px;
}

/*250131追記*/

.addnewsArea .add-content.content_b ul li a ,
.addnewsArea .add-content.content_b ul li>div {
  padding: 20px 50px 20px 15px;
}


.addnewsArea .add-right.right_b {
  background-color: #e3e4e6;
	width: 600px;
}
.addnewsArea .add-right.right_b h3 {
	border-radius: 5px 5px 0 0;
}
.addnewsArea .add-right.right_b .add-box {
  background-color: #C8CCCD;
	border-radius: 0 0 5px 5px;
}
.addnewsArea .add-right.right_b .add-box a {
	height: 69px;
}

.addnewsArea .add-right.right_b .add-support {
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 12px 30px;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	align-items: center;
}
.addnewsArea .add-right.right_b .add-support figure {
	width: 28%;
	margin: 0 20px 0 0;
}
.addnewsArea .add-right.right_b .add-support figure img {
	width: 100%;
	height: auto;
}

.addnewsArea .add-right.right_b .add-support p {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 600;
	margin-top: 3px;
	text-align: left;
}

@media (max-width: 768px) {
	.addnewsArea .add-right.right_b {
		width: 100%;
	}
}



.addnewsArea .more {
  position: relative;
  text-decoration: none;
  min-width: 75px;
}
.addnewsArea .more span {
  position: absolute;
  right: -30px;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.addnewsArea .more::after {
  content: "";
  width: 3px;
  height: 13px;
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: translate(20px, 0) rotate(20deg);
      -ms-transform: translate(20px, 0) rotate(20deg);
          transform: translate(20px, 0) rotate(20deg);
  visibility: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .addnewsArea .add-content {
    display: block;
  }
  .addnewsArea .add-right {
    min-width: auto;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .addnewsArea .title {
    font-size: 14px;
  }
  .addnewsArea .add-content ul li {
    display: block;
  }
  .addnewsArea .add-content ul li a{
    padding: 15px 50px 25px 15px;
  }


  .addnewsArea .add-content ul li a[href] .more span {
    opacity: 1;
  }
  .addnewsArea .add-content ul li a[href] .more::after {
    -webkit-transform: translate(-55px, 0) rotate(20deg);
        -ms-transform: translate(-55px, 0) rotate(20deg);
            transform: translate(-55px, 0) rotate(20deg);
  }
  .addnewsArea .more {
    position: absolute;
    right: 35px;
    bottom: 25px;
  }
}

.addProducts-flex {
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addProducts-flex p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .addProducts-flex {
    padding: 30px 0;
  }
  .addProducts-flex p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .addProducts-flex {
    display: block;
  }
  .addProducts-flex p {
    padding-bottom: 30px;
  }
}

.addProducts {
  margin: clamp(50px, -3.3333px + 6.9444vw, 130px) auto 28px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: clamp(50px, -3.3333px + 6.9444vw, 130px);
}
.addProducts .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.addProducts .inner > ul > li {
  width: 46%;
  margin-top: 120px;
}
.addProducts .inner > ul > li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding-top: 40px;
}
.addProducts .inner > ul > li .txt h4 {
  font-size: clamp(20px, -31.5363px + 5.0279vw, 65px);
  padding-bottom: 15px;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.addProducts .inner > ul > li .txt span {
  font-size: clamp(16px, 13.7095px + 0.2235vw, 18px);
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .addProducts .inner > ul > li .txt span {
    padding-left: 10px;
  }
}
.addProducts .inner > ul > li .txt span::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #E10012;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  visibility: inherit;
}
.addProducts .inner > ul > li .img {
  position: relative;
}
.addProducts .inner > ul > li .img figure {
  position: absolute;
  margin: 0;
}
.addProducts .inner > ul > li .img figure img {
  display: block;
  width: 100%;
}
.addProducts .inner > ul > li .img > img {
  display: block;
  width: 100%;
}
.addProducts .inner > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.addProducts .inner > ul > li ul li {
  width: 23.5%;
  margin-right: 17px;
}
.addProducts .inner > ul > li ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addProducts .inner > ul > li ul li a .rotate img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.addProducts .inner > ul > li ul li a.add-jakob img {
  width: auto;
  height: 100%;
}
.addProducts .inner > ul > li ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.addProducts .inner > ul > li ul li span {
  display: block;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .addProducts .inner > ul > li ul li span {
    font-size: 12px;
    padding-top: 5px;
  }
}
.addProducts .inner > ul > li ul li div {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: clamp(100px, -5.7164px + 8.817vw, 220px);
}
@media (max-width: 1500px) {
  .addProducts .inner > ul > li ul li div {
    height: 150px;
  }
}
@media (max-width: 1400px) {
  .addProducts .inner > ul > li ul li div {
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .addProducts .inner > ul > li ul li div {
    height: 120px;
  }
}
@media (max-width: 2300px) {
  .addProducts .inner > ul > li ul li {
    width: 22%;
  }
}
.addProducts .inner > ul > li ul li.a-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.addProducts .inner > ul > li ul li.a-bot {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.addProducts .inner > ul > li ul li.a-h img {
  width: auto;
  height: 90%;
}
.addProducts .inner > ul > li ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.addProducts .inner > ul > li ul li:last-child {
  margin-right: 0;
}
.addProducts .inner > ul > li:first-child, .addProducts .inner > ul > li:nth-child(2) {
  margin-top: 80px;
}
.addProducts .inner > ul > li:first-child .img figure {
  width: calc(100% + 16px);
  top: -60px;
  left: 0;
}
.addProducts .inner > ul > li:nth-child(2) .img figure {
  width: calc(100% + 32px);
  bottom: 0;
  left: -32px;
}
.addProducts .inner > ul > li:nth-child(3) .img figure {
  width: 100%;
  height: calc(100% + 35px);
  bottom: -35px;
  left: 0;
}
.addProducts .inner > ul > li:nth-child(4) .img figure {
  width: calc(100% + 15px);
  height: auto;
  bottom: -37px;
  right: -18px;
}
.addProducts .inner > ul > li:nth-child(5) .img figure {
  width: 100%;
  top: -40px;
  left: 0;
}
@media (max-width: 1024px) {
  .addProducts .inner > ul > li {
    position: relative;
  }
  .addProducts .inner > ul > li ul {
    margin-top: 30px;
  }
  .addProducts .inner > ul > li ul li {
    width: 21%;
  }
  .addProducts .inner > ul > li ul li div {
    height: 90px;
  }
}
@media (max-width: 768px) {
  .addProducts {
    margin: 50px auto;
  }
  .addProducts .addProducts-flex {
    display: block;
  }
  .addProducts .addProducts-flex p {
    padding-bottom: 30px;
  }
  .addProducts .inner > ul > li:first-child {
    margin-top: 50px;
  }
  .addProducts .inner > ul > li:first-child .img figure {
    top: -40px;
  }
  .addProducts .inner > ul > li:nth-child(2) {
    margin-top: 40px;
  }
  .addProducts .inner > ul > li {
    width: 100%;
    margin-top: 40px;
  }
  .addProducts .inner > ul > li .txt h4 {
    font-size: clamp(30px, -50.1676px + 7.8212vw, 100px);
  }
  .addProducts .inner > ul > li .add-more {
    max-width: 105px;
  }
  .addProducts .inner > ul > li .add-more::before {
    left: 15px;
  }
  .addProducts .inner > ul > li ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .addProducts .inner > ul > li ul li {
    margin-right: 0;
    width: 32%;
  }
  .addProducts .inner > ul > li ul li div {
    height: 150px;
    padding: 10px;
  }
  .addProducts .inner > ul > li ul li div img {
    height: 100%;
    width: auto;
  }
  .addProducts .inner > ul > li ul li a.add-wid div img {
    width: 100%;
    height: auto;
  }
  .addProducts .inner > ul > li ul li:last-child {
    display: none;
  }
  .addProducts .inner > ul > li:nth-child(2) ul li:last-child {
    display: block;
  }
  .addProducts .inner > ul > li:nth-child(4) ul li:last-child {
    display: block;
  }
  .addProducts .inner > ul > li:nth-child(5) .img figure {
    top: -20px;
  }
}
@media (max-width: 500px) {
  .addProducts .inner > ul > li ul li div {
    height: 90px;
  }
}

.mission .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mission .list .lawyer-num {
  font-size: 60px;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mission .list .lawyer-tit {
  font-size: 35px;
  line-height: 1.3;
}
.mission .list .lawyer-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #464646;
  color: #fff;
  padding: 0 50px;
  min-width: 415px;
}
@media (max-width: 767px) {
  .mission .list .lawyer-txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mission .list .lawyer-txt ul li {
  font-size: 15px;
}
.mission .list .lawyer-txt ul li a {
  position: relative;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mission .list .lawyer-txt ul li a:before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #E10012;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  visibility: inherit;
}
.mission .list .lawyer-txt ul li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.mission .list .lawyer-txt ul li:first-child {
  margin-top: 10px;
}
.mission .list .lawyer-txt a {
  color: #fff;
}
.mission .list .img {
  min-width: 400px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.mission .list .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.231372549);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.mission .list .img .more {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-decoration: none;
  min-width: 110px;
  color: #fff;
  font-size: 24px;
  z-index: 3;
}
.mission .list .img .more span {
  position: absolute;
  right: -30px;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mission .list .img .more:after {
  content: "";
  width: 5px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: translate(20px, 0) rotate(20deg);
      -ms-transform: translate(20px, 0) rotate(20deg);
          transform: translate(20px, 0) rotate(20deg);
  visibility: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .mission .list .img .more {
    display: none;
  }
}
.mission .list .img:hover {
  opacity: 0.8;
}
.mission .list .img:hover .more::after {
  -webkit-transform: translate(-75px, 0) rotate(20deg);
      -ms-transform: translate(-75px, 0) rotate(20deg);
          transform: translate(-75px, 0) rotate(20deg);
}
.mission .list .img:hover .more span {
  opacity: 1;
}
.mission .list .img img {
  display: block;
  width: 100%;
}
.mission .mission-content {
  top: 80px;
}
@media (max-width: 600px) and (orientation: portrait) {
  .mission .mission-content {
    top: 40px;
  }
}
.mission .mission-images {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mission .mission-img-content {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  -webkit-transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
      -ms-transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
          transform: translateX(calc(var(--value, 0) * -1 * (100% - 100vw)));
  margin-bottom: 30px;
}
.mission .mission-img-content figure {
  display: block;
}
.mission .mission-img-content figure img {
  width: auto;
  height: 40vh;
}
@media (max-width: 1400px) {
  .mission .list .lawyer-num {
    font-size: 40px;
  }
  .mission .list .lawyer-tit {
    font-size: 20px;
  }
  .mission .list .img {
    min-width: 400px;
  }
}
@media (max-width: 768px) {
  .mission .mission-img-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    gap: 20px;
  }
  .mission .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mission .list .img {
    min-width: 330px;
  }
  .mission .list .lawyer-txt {
    padding: 20px;
    min-width: 330px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 242px;
  }
  .mission .list .lawyer-txt ul li {
    font-size: 14px;
    margin-top: 3px;
  }
  .mission .list .lawyer-num {
    font-size: 20px;
  }
  .mission .list .lawyer-tit {
    font-size: 16px;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.sticky-items {
  position: sticky;
  top: 0;
  --value-coming: 0;
  --value-going: 1;
}

.addCase {
  height: calc(var(--height) * 3);
}
.addCase .pc {
  display: block !important;
}
.addCase .pc .add-title {
  padding-top: 102px;
}
@media (max-width: 767px) {
  .addCase .sticky-items {
    top: 60px;
  }
  .addCase .pc {
    display: none !important;
  }
}

.addCase-sp {
  display: none;
}
@media (max-width: 767px) {
  .addCase-sp {
    display: block;
  }
}

.addThinking {
  background-color: #eeeff0;
  padding: clamp(50px, 16.6667px + 4.3403vw, 100px) 0;
  margin: clamp(50px, -3.3333px + 6.9444vw, 130px) auto;
}
.addThinking .swiper-wrap {
  padding-left: max(40px, 10.6%);
}
@media (max-width: 1500px) {
  .addThinking .swiper-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .addThinking .swiper-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .addThinking .swiper-wrap {
    margin-top: 30px;
    padding-left: 20px;
  }
}
.addThinking .swiper {
  margin-top: clamp(30px, -3.3333px + 4.3403vw, 60px);
}
.addThinking .swiper img {
  display: block;
  width: 100%;
}
.addThinking .swiper figure {
  margin: 0;
}
.addThinking .swiper h3 {
  font-size: 25px;
  padding: 20px 0 25px;
}
.addThinking .swiper p {
  font-size: 15px;
  padding-bottom: clamp(30px, 16.6667px + 1.7361vw, 40px);
}
.addThinking .swiper .add-more {
  padding: 5px 20px;
  height: 42px;
  display: inline-block;
}
.addThinking .swiper .add-more:hover div {
  display: block;
}
.addThinking .swiper .add-more div {
  padding-left: 20px;
  display: none;
}
@media (max-width: 768px) {
  .addThinking .swiper .add-more div {
    display: block;
  }
}
.addThinking .swiper .add-more::before {
  left: 18px;
}
@media (max-width: 1500px) {
  .addThinking .swiper {
    padding-left: 0;
  }
}
.addThinking .add-think-flex {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}
.addThinking .add-think-flex .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.addThinking .add-think-flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.addThinking .add-think-flex .left h3 {
  font-size: clamp(30px, -3.3333px + 4.3403vw, 80px);
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.addThinking .add-think-flex .left span {
  font-size: clamp(16px, 13.7095px + 0.2235vw, 18px);
  padding-left: 20px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .addThinking .add-think-flex .left span {
    padding-left: 10px;
  }
}
.addThinking .add-think-flex .left span::before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #E10012;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  visibility: inherit;
}
@media (max-width: 1024px) {
  .addThinking {
    position: relative;
  }
  .addThinking .swiper .add-more div {
    padding-top: 7px;
  }
  .addThinking .add-think-flex {
    padding-bottom: 15px;
  }
  .addThinking .add-think-flex .left {
    display: block;
  }
  .addThinking .add-think-flex .left h3 {
    padding-bottom: 10px;
  }
  .addThinking .add-think-flex .left span {
    margin-left: 0;
  }
  .addThinking .swiper h3 {
    font-size: 16px;
    padding: 15px 0;
  }
  .addThinking .swiper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .addThinking .swiper {
    margin: 0 10px;
  }
  .addThinking .swiper .add-more {
    display: inline-block;
    width: auto;
  }
  .addThinking .add-think-flex {
    padding-bottom: 30px;
  }
  .addThinking .add-think-flex .inner {
    display: block;
  }
  .addThinking .add-think-flex .inner .left {
    padding-bottom: 30px;
  }
}

.add-common {
  padding-left: max(40px, 10.6%);
}
.add-common .add-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #C8CCCD;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.add-common .add-wrap img {
  display: block;
}
.add-common a {
  width: 50%;
  aspect-ratio: 852/698;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-top: 65px;
  padding-left: 60px;
}
.add-common a {
  text-decoration: none !important;
}
.add-common .bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.add-common .bg-box img {
  display: block;
  width: 100%;
}
.add-common .bg-box .col {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.add-common .bg-box .show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
}
.add-common .bg-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.add-common .bg-box .col-bg {
  width: 50%;
  position: relative;
}
.add-common .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.add-common .hasbg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
  background-color: #000;
  opacity: 0.4;
}
.add-common .item {
  position: relative;
  z-index: 3;
}
.add-common .item.hide {
  display: none;
}
@media (max-width: 768px) {
  .add-common .item.hide {
    display: block;
  }
}
.add-common .bg-box .show img {
  display: block;
  width: 100%;
}
.add-common .bg-box .bg img {
  display: block;
  height: 100%;
  width: auto;
}
.add-common .add-company:hover ~ .bg-box .company-bg {
  opacity: 1;
}
.add-common .add-sustain.op {
  opacity: 0.5;
}
.add-common .add-sustain:hover ~ .bg-box .sustain-bg {
  opacity: 1;
}
.add-common .add-sustain:hover ~ .add-company {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .add-common {
    padding-left: 0;
  }
  .add-common .add-wrap {
    display: block;
  }
  .add-common a {
    display: block;
    width: 100%;
    aspect-ratio: 1200/1000;
    padding: 40px 20px 0;
  }
  .add-common .bg-box > img {
    display: none;
  }
  .add-common .bg-box .show {
    display: none;
  }
  .add-common .bg-box .bg {
    display: block;
  }
  .add-common .bg-box .bg img {
    width: 100%;
  }
  .add-common .bg-box .col-bg {
    width: 100%;
    aspect-ratio: 1200/1000;
  }
}

.add-information {
  margin-top: 130px;
}
.add-information .add-information-logo {
  background-color: #C8CCCD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-information .add-information-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  border-right: 1px solid #fff;
  padding: clamp(30px, 23.3333px + 3.4722vw, 50px) 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-information .add-information-logo a:hover {
  background-color: #000;
  border-right: 1px solid #000;
}
.add-information .add-information-logo a img {
  display: block;
  margin: 0 auto;
  width: 40%;
}
.add-information .add-information-logo a:last-child {
  border-right: none;
}
.add-information .add-information-bot {
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 13.3333px + 0.3472vw, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-information .add-information-bot:hover {
  text-decoration: none;
  opacity: 0.5;
}
.add-information .add-information-bot div {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 6.7406px + 2.7739vw, 40px);
  display: block;
  color: #fff;
  padding: 5px 0;
}
@media (max-width: 1024px) {
  .add-information {
    margin-top: clamp(50px, -3.3333px + 6.9444vw, 130px);
  }
  .add-information .add-information-logo a img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .add-information .add-information-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .add-information .add-information-logo a {
    width: 50%;
    padding: 40px 0;
  }
  .add-information .add-information-logo a img {
    width: 80%;
  }
  .add-information .add-information-logo a:nth-child(2) {
    border: none;
  }
  .add-information .add-information-logo a:nth-child(3),
  .add-information .add-information-logo a:nth-child(4) {
    border-top: 1px solid #fff;
  }
  .add-information .add-information-bot {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 14px;
  }
  .add-information .add-information-bot div {
    font-size: 40px;
    padding: 0;
  }
  .add-information .add-information-bot p {
    text-align: center;
  }
}

.addfoot {
  margin-top: -130px;
}
.addfoot .footer .innerBlock {
  max-width: 1200px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addfoot .footer .innerBlock .block {
  float: none;
}
.addfoot .footer .innerBlock .add-super {
  color: #D8271C;
  position: relative;
}
.addfoot .footer .innerBlock .add-super:hover {
  border-bottom: none;
}
.addfoot .footer .innerBlock .add-super::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D8271C;
  position: absolute;
  bottom: 0;
  left: 0;
}
.addfoot .toTop {
  display: none;
}
@media (max-width: 1024px) {
  .addfoot .footerInner .block {
    padding: 20px;
  }
  .addfoot .footerInner .block.-product dl {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .addfoot .footerInner .block {
    padding: 0;
  }
}

.add-rope svg {
  width: 15px;
  height: 15px;
}
.add-rope .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.addProducts .inner > ul > li.normalmove {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.addProducts .inner > ul > li.normalanimate {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.page_home section h2.normalmove,
.addnewsArea .add-content ul li.normalmove,
.add-right.normalmove,
.add-title.normalmove,
.addProducts-flex.normalmove,
.add-think-flex.normalmove,
.add-common .add-wrap.normalmove {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.page_home section h2.normalanimate,
.addnewsArea .add-content ul li.normalanimate,
.add-right.normalanimate,
.add-title.normalanimate,
.addProducts-flex.normalanimate,
.add-think-flex.normalanimate,
.add-common .add-wrap.normalanimate {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

@media (max-width: 1199px) {
  .add-home.drawer-open .drawerSpNavInner {
    background-color: #f4f4f4;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNavInner {
    padding-bottom: 0;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo {
    background-color: #C8CCCD;
    padding: 15px;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li {
    width: 50%;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li a {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li a img {
    display: block;
    width: 40%;
  }
}
@media (max-width: 1199px) and (max-width: 768px) {
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li a img {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li:nth-child(odd) a {
    border-right: 1px solid #fff;
  }
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li:nth-child(1) a,
  .add-home .adddrawerSpNavWrapper .add-supportlogo ul li:nth-child(2) a {
    border-bottom: 1px solid #fff;
  }
  .add-home .adddrawerSpNavWrapper .add-nav {
    background-color: #000;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    text-align: center;
    padding: 30px 15px 40px;
  }
  .add-home .adddrawerSpNavWrapper .add-nav:hover {
    text-decoration: none;
  }
  .add-home .adddrawerSpNavWrapper .add-nav div {
    font-size: 30px;
    font-family: "Akshar", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav {
    overflow: scroll;
    padding-bottom: 30px;
  }
  .add-home .adddrawerSpNavWrapper .add-rope {
    padding: 30px 0;
    position: relative;
  }
  .add-home .adddrawerSpNavWrapper .add-rope input {
    display: block;
    background-color: #f4f4f4;
    border: 1px solid #bfbfbf;
    padding: 10px;
    width: 100%;
    height: 100%;
  }
  .add-home .adddrawerSpNavWrapper .add-rope input::-webkit-input-placeholder {
    color: #000;
  }
  .add-home .adddrawerSpNavWrapper .add-rope .search_btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
  }
  .add-home .adddrawerSpNavWrapper .add-rope svg {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item:nth-child(4)::after, .add-home .adddrawerSpNavWrapper .drawerSpNav-item:nth-child(5)::after {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child {
    border-top: 1px solid #bfbfbf;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child.te .tit:after {
    display: none;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child a:before {
    display: none;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child a {
    padding: 0;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt {
    display: none;
    padding: 0 30px;
    border-bottom: 1px solid #bfbfbf;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt div:last-child {
    padding-bottom: 10px;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt div {
    padding-top: 10px;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt div a {
    position: relative;
    padding-left: 10px;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt div a::before {
    display: block !important;
    content: "";
    width: 2px;
    height: 16px;
    background-color: #E10012;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .txt.open {
    display: block;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child li:last-child .txt {
    padding: 0 15px;
    margin: 0 15px;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child li:last-child .txt.open {
    border-bottom: none;
    border-top: 1px solid #bfbfbf;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .tit {
    border-bottom: 1px solid #bfbfbf;
    margin: 0 15px;
    position: relative;
    padding: 10px 0;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .tit:after {
    position: absolute;
    right: 5px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/arw-down2.svg) center center no-repeat;
    background-size: 100% auto;
    top: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child .tit.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item-child li:last-child .tit {
    border-bottom: none;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item {
    border-bottom: 1px solid #bfbfbf;
    position: relative;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item ul.open {
    display: block;
    height: auto;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item::after {
    position: absolute;
    right: 5px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/arw-down.svg") center center no-repeat;
    background-size: 100% auto;
    top: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item a {
    display: inline-block;
    border-bottom: none;
  }
  .add-home .adddrawerSpNavWrapper .drawerSpNav-item a::after {
    display: none;
  }
  .footer .innerBlock.pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer .innerBlock.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .addfoot {
    margin-top: 0;
  }
  .addfoot .toTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .addfoot .footer .innerBlock {
    width: 100%;
    display: table;
  }
  .addfoot .footer .innerBlock .block {
    float: left;
  }
  .addfoot .footer .innerBlock.pc {
    display: none !important;
  }
  .addfoot .footer .innerBlock.sp {
    display: block !important;
  }
}
.loading-box {
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.loading-box.loadopa {
  opacity: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.loading-box.loadopa img {
  opacity: 0;
}
.loading-box img {
  max-width: 250px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}

.page_download section.add-information,
.page_results section.add-information {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.products_index .add-pageMainImage {
  height: 620px;
}

.addanchorLinkArea li:nth-child(3) a {
  background-image: url(../images/products/anchor-icon02.png) !important;
}
.addanchorLinkArea li:nth-child(4) a {
  background-image: url(../images/products/anchor-icon03.png) !important;
}
.addanchorLinkArea li:nth-child(5) a {
  background: url(../images/products/anchor-icon04.png) no-repeat center top 37px;
  background-size: 126px auto;
}
.addanchorLinkArea > a {
  display: block;
  max-width: 960px;
  margin: 60px auto 0;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.addanchorLinkArea > a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .addanchorLinkArea > a {
    margin: 30px 20px 0;
  }
}
@media (max-width: 1024px) {
  .addanchorLinkArea ul li a {
    font-size: 20px;
  }
  .addanchorLinkArea ul li a span {
    font-size: 14px;
  }
  .addanchorLinkArea > a {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .addanchorLinkArea ul::after {
    display: none;
  }
}

.pages-search {
  margin: 60px auto;
}
@media (max-width: 768px) {
  .pages-search {
    margin: 40px auto;
  }
}

.common_serch_box .wp-pagenavi {
  padding-top: 35px;
}
.common_serch_box .dl_list {
  margin-bottom: 15px;
}
.common_serch_box .dl_list a {
  color: #000;
  text-decoration: underline;
}

.products_childPage .pointsBlock .box.bot {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .products_childPage .pointsBlock .box.bot {
    margin-bottom: 60px;
  }
}

.add-page-product1 {
  max-width: 960px;
  margin: 0 auto 50px;
}
.add-page-product1 .add-page-product1-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-page-product1 .add-page-product1-a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  background-color: #C8CCCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-right: 1px solid #fff;
  padding: 50px 10px;
}
.add-page-product1 .add-page-product1-a a img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.add-page-product1 .add-page-product1-a a:hover {
  background-color: #000;
}
.add-page-product1 .add-page-product1-a a:last-child {
  border: none;
}
@media (max-width: 768px) {
  .add-page-product1 {
    margin: 0 auto 30px;
  }
  .add-page-product1 .add-page-product1-a a {
    width: 50%;
  }
  .add-page-product1 .add-page-product1-a a:first-child,
  .add-page-product1 .add-page-product1-a a:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  .add-page-product1 .add-page-product1-a a:nth-child(2) {
    border-right: none;
  }
}

.add-page-product1-p {
  max-width: 960px;
  margin: 0 auto 30px;
}

.add-page-product1-ul {
  max-width: 960px;
  margin: 0 auto;
}
.add-page-product1-ul h3 {
  font-weight: 400;
  margin-bottom: 20px;
}
.add-page-product1-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.add-page-product1-ul ul li:first-child p::before {
  content: "";
  background: url(../images/common/icn-dl.svg?1480998054) top center no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: -3px;
  background-size: cover;
  border: 0;
}
.add-page-product1-ul ul li {
  width: 22%;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.add-page-product1-ul ul li p {
  padding-left: 25px;
  position: relative;
  line-height: 1.4;
}
.add-page-product1-ul ul li p::before {
  content: "";
  border-left: 12px solid #000;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
}
.add-page-product1-ul ul li div {
  margin-bottom: 20px;
}
.add-page-product1-ul ul li img {
  display: block;
  width: 100%;
}
.add-page-product1-ul ul li:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .add-page-product1-ul ul {
    display: block;
    margin-bottom: 0;
  }
  .add-page-product1-ul ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page_products .header .headAdd {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page_products.products_childPage .article header.add-tops {
  margin-top: 185px;
}
@media (max-width: 768px) {
  .page_products.products_childPage .article header.add-tops {
    margin-top: 100px;
  }
}

.products_index .header .headAdd {
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 10px 16px rgba(0, 0, 0, 0.0509803922);
}

.products_childPage .in-page-link.add-fix {
  background-color: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  max-width: 100%;
  z-index: 11;
}
.products_childPage .in-page-link.add-fix a {
  cursor: pointer;
  opacity: 0.5;
}
.products_childPage .in-page-link.add-fix a:hover {
  text-decoration: none;
  opacity: 1;
}
.products_childPage .in-page-link.add-fix a.active {
  opacity: 1;
}
@media (max-width: 1199px) {
  .products_childPage .in-page-link.add-fix {
    top: 60px;
  }
}

@media (max-width: 1199px) {
  .products_childPage .pointsBlock .box.with-img dd img {
    max-width: 80%;
  }
  .page_products .content {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .products_childPage .in-page-link.add-fix {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products_childPage .in-page-link.add-fix li {
    width: 50%;
  }
  .products_childPage .in-page-link.add-fix li a {
    width: 100% !important;
  }
  .products_childPage .in-page-link.add-fix li a:nth-child(2),
  .products_childPage .in-page-link.add-fix li a:nth-child(4) {
    border: none;
  }
  .products_childPage .form input[type=submit] {
    width: 95%;
    line-height: 50px;
    font-size: 1.65rem;
    margin-bottom: 98px;
  }
  .products_childPage .form h2 {
    line-height: 58px !important;
    margin: 0 0 28px !important;
    padding-left: 9px !important;
  }
  .add-page-product1-p,
  .add-page-product1-a,
  .add-page-product1-ul {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .products_childPage .pointsBlock .box.with-img dd img {
    max-width: 100%;
  }
  .anchorLinkArea ul li:nth-child(4) a {
    border-bottom: 0.13vw solid #bfbfbf;
  }
  .page_products .content {
    padding-top: 100px;
  }
  .products_childPage .in-page-link li a span {
    line-height: 1.8;
  }
  .products_childPage .in-page-link.add-fix {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 10px;
  }
  .products_childPage .in-page-link.add-fix li a span::before {
    width: 10px !important;
    height: 9px !important;
    display: none;
  }
  .products_childPage .in-page-link.add-fix li a {
    font-size: 12px !important;
    text-align: center !important;
    border: none !important;
    line-height: 30px !important;
  }
}
#sec05 {
  background: url(../img/product-icon05.png) no-repeat bottom left 30px;
  background-size: 151px auto;
  margin-top: 176px;
}
@media (max-width: 767px) {
  #sec05 {
    background: url(../img/product-icon05.png) no-repeat bottom left;
    background-size: 32.6822916vw auto;
    margin-top: 0;
  }
}

#sec02 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #sec02 {
    margin-top: 0;
  }
}

.clmn_2_box.float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .clmn_2_box.float {
    display: block;
  }
}

.clmn_2_box.float .box {
  float: none;
}

.bgGray-bot {
  padding-bottom: 100px;
}

.page_insight section.add-information:before {
  display: none;
}

.results_index section.add-information {
  width: 100%;
}

.results_index .article header h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  .results_index .article header h1 {
    font-size: 40px;
  }
}

.company_sdgs .attempt > li .download {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 60px 65px 60px 53px;
}
.company_sdgs .attempt > li .download figure {
  margin: 0;
  margin-right: 100px;
}
.company_sdgs .attempt > li .download .download-content {
  width: 100%;
}
.company_sdgs .attempt > li .download .download-content .big {
  margin-bottom: 50px;
}
.company_sdgs .attempt > li .download .download-content .big span {
  font-size: 18px;
}
.company_sdgs .attempt > li .download .download-content .small a {
  width: 200px;
  margin-right: 40px;
}
.company_sdgs .attempt > li .download .download-content .small a span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .company_sdgs .attempt > li .download .download-content .small a {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.company_sdgs .attempt > li .download .download-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .company_sdgs .attempt > li .download {
    padding: 30px 20px;
  }
  .company_sdgs .attempt > li .download figure {
    margin-right: 20px;
  }
  .company_sdgs .attempt > li .download figure img {
    padding-left: 0;
  }
  .company_sdgs .attempt > li .download a {
    display: inline-block;
  }
  .company_sdgs .attempt > li .download .download-content {
    width: calc(100% - 110px);
  }
  .company_sdgs .attempt > li .download .download-content .big {
    margin-bottom: 30px;
  }
  .company_sdgs .attempt > li .download .download-content .big > span {
    font-size: 14px;
  }
  .company_sdgs .attempt > li .download .download-content div {
    display: block;
  }
  .company_sdgs .attempt > li .download .download-content div > span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .article-search .gsc-control-cse {
    padding: 0;
  }
}

.search-box input:-internal-autofill-selected {
  background-color: transparent !important;
}

.winch {
  max-width: 490px;
  white-space: normal;
  display: block;
}
@media (max-width: 1199px) {
  .winch {
    max-width: 100%;
  }
}

.products_childPage .pointsBlock .box.with-img + dl + dl.last-img {
  width: 100%;
}

@media (max-width: 767px) {
  .products_cranes-wirerope.page_products .clmn_2_box .box p img {
    max-width: 80px;
  }
  .products_cranes-wirerope .article .rope h3 {
    font-size: 1.24rem;
  }
}