.home .features__title .main,
.machine__title .main {
  color: #23b7c3 !important;
}

.features {
  padding: 65px 0;
  position: relative;
}

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

.features__title .main {
  color: #000;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.features__title .sub {
  color: #595656;
  display: block;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.features__title .main {
  letter-spacing: .1em;
  line-height: 1.5;
}

.features__list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}

.features__item {
  width: 320px;
}

.features__item .media {
  width: 100%;
}

.features__item .title {
  color: #000;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.features__item .desc {
  color: #595656;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 12px;
}

.features__scroll_up {
  bottom: 0;
  bottom: auto;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.features__scroll_up .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.features__scroll_up .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-up;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-up;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.features__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.features__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.features__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.machine {
  padding: 60px 0 0;
  position: relative;
}

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

.machine__title .main {
  color: #000;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.5em;
}

.machine__title .sub {
  color: #595656;
  display: block;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.5em;
  margin-top: 13px;
}

.machine__item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.machine__item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.machine__item:nth-of-type(even) .text {
  left: 0;
  padding-right: 45px;
}

.machine__item:nth-of-type(even) .media img {
  margin-left: -100px;
}

.machine__item:nth-of-type(odd) {
  margin-top: 60px;
}

.machine__item:nth-of-type(odd) .text {
  padding-left: 45px;
  right: 0;
}

.machine__item:first-of-type {
  margin-top: 43px;
}

.machine__item .media {
  overflow: visible;
  width: 50%;
}

.machine__item .media img {
  height: auto;
  width: 600px;
}

.machine__item .text {
  background-color: rgba(255, 255, 255, .95);
  height: calc(100% - 50px);
  padding: 70px 0 50px;
  position: absolute;
  top: 50px;
  width: 550px;
}

.machine__item .text .title .main {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
}

.machine__item .text .title .sub {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 15px;
}

.machine__item .text .desc {
  color: #595656;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.75;
  margin-top: 23px;
}

.machine__item:nth-of-type(even) .text .patent {
  left: 0;
}

.machine__item .text {
  padding-top: 30px;
}

.machine__item .text .patent {
  bottom: 35px;
  color: #20b8c3;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  left: 50px;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
}

.machine__item .text .red {
  color: #d11717;
  margin-top: 17px;
}

.machine__item .text h4 {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
}

.machine__item .text ul li {
  color: #595656;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}

.machine__item.text__left {
  flex-direction: row-reverse;
  margin-top: 60px;
}

.machine__item.text__left .text {
  left: 0;
  padding: 30px 45px 0 0;
}

.machine__item.text__left .media img {
  margin-left: -100px;
}

.machine__item .patent__list {
  display: flex;
  margin: 20px 0 10px 0;
}

.machine__item .patent__list dl {
  width: 50%;
}

.machine__item .patent__list dl dt {
  background-color: #f2fbfb;
  border: 1px solid #20b8c3;
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
}

.machine__item .patent__list dl dt span {
  height: 14px;
}

.machine__item .patent__list dl dt span::before,
.machine__item .patent__list dl dt span::after {
  content: '';
  display: block;
  height: 15px;
  width: 100%;
}

.machine__item .patent__list dl dt.patent__list__heading {
  background: #20b8c3;
  border-right: solid 1px #fff;
  color: #fff;
}

.machine__item .patent__list dl + dl dt {
  border-left: none;
}

.machine__item .patent__list dl + dl dt.patent__list__heading {
  border-right: solid 1px #20b8c3;
}

.machine__item .patent__txt {
  font-family: kozuka-mincho-pr6n, serif;
  font-size: 14px;
  letter-spacing: .05em;
}

.machine__list {
  margin-bottom: 80px;
}

.machine__scroll_down {
  bottom: 0;
  height: 45px;
  left: 50%;
  padding: 2px;
  position: absolute;
  transform: translateX(-50%);
  width: 5px;
  z-index: 10;
}

.machine__scroll_down .line {
  background-color: transparent;
  bottom: 0;
  height: 45px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 10;
}

.machine__scroll_down .line::before {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrollBar-down;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-name: scrollBar-down;
  background-color: #595656;
  content: '';
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .machine__title .sub {
    margin-top: 2px;
  }

  .features__title .sub {
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  .features__title .main {
    font-size: 20px;
    letter-spacing: .05em;
  }

  .features__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .features__scroll_up {
    height: 15px;
  }

  .features__scroll_up .line {
    height: 15px;
  }

  .features__scroll_up .line::before {
    height: 15px;
  }

  .features__scroll_down {
    height: 15px;
  }

  .features__scroll_down .line {
    height: 15px;
  }

  .features__scroll_down .line::before {
    height: 15px;
  }

  .machine__title .main {
    font-size: 20px;
    letter-spacing: .05em;
    }

  .machine__title .sub {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .machine__item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 25px;
  }

  .machine__item:nth-of-type(even) .text {
    padding-right: 0;
  }

  .machine__item:nth-of-type(even) .media img {
    margin-left: 0;
  }

  .machine__item:nth-of-type(odd) {
    margin-top: 25px;
  }

  .machine__item:nth-of-type(odd) .text {
    padding-left: 0;
  }

  .machine__item:first-of-type {
    margin-top: 25px;
  }

  .machine__item .media {
    overflow: hidden;
    width: 100%;
  }

  .machine__item .media img {
    width: 100%;
  }

  .machine__item .text {
    background-color: rgba(255, 255, 255, .95);
    height: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }

  .machine__item .text .title {
    margin-top: 15px;
    text-align: center;
  }

  .machine__item .text .title .main {
    font-size: 17px;
    letter-spacing: .02em;
  }

  .machine__item .text .title .sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .machine__item .text .desc {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 10px;
  }

  .machine__scroll_down {
    height: 15px;
  }

  .machine__scroll_down .line {
    height: 15px;
  }

  .machine__scroll_down .line::before {
    height: 15px;
  }

  .features {
    padding: 25px 0;
  }

  .features__title .main {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .features__list {
    margin-top: 20px;
  }

  .features__item {
    width: 100%;
  }

  .features__item:not(:first-of-type) {
    margin-top: 25px;
  }

  .features__item .title {
    font-size: 17px;
    letter-spacing: .02em;
    margin-top: 15px;
  }

  .features__item .desc {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 9px;
  }

  .features {
    padding: 25px 0;
  }

  .features__title .main {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.5;
  }

  .features__list {
    margin-top: 20px;
  }

  .features__item {
    width: 100%;
  }

  .features__item:not(:first-of-type) {
    margin-top: 25px;
  }

  .features__item .title {
    font-size: 17px;
    letter-spacing: .02em;
    margin-top: 15px;
  }

  .features__item .desc {
    font-size: 15px;
    letter-spacing: .02em;
    margin-top: 9px;
  }

  .machine {
    padding: 30px 0;
  }

  .machine__title .sub {
    line-height: 1.7;
  }

  .machine__item:first-of-type {
    margin-top: 20px;
  }

  .machine__item .text .patent {
    bottom: auto;
    left: 0;
    margin-top: 10px;
    position: relative;
  }

  .machine__item .text .red {
    margin-top: 10px;
  }

  .machine__item.text__left .text {
    padding: 0;
  }

  .machine__item.text__left .media img {
    margin: 0;
  }

  .machine__item .patent__list {
    display: block;
  }

  .machine__item .patent__list dl {
    width: 100%;
  }

  .machine__item .patent__list dl dt {
    border: 1px solid #20b8c3;
  }

  .machine__item .patent__list dl dt.patent__list__heading {
    border: 1px solid #20b8c3;
  }

  .machine__item .patent__list dl + dl dt {
    border: 1px solid #20b8c3;
  }

  .machine__list:last-child {
    margin-bottom: 0;
  }
}





.fixed-btn {
  position: fixed;
  z-index: 10;
}

.fixed-btn a {
  display: block;
}

.fixed-btn a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .fixed-btn {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 129px;
  }

  .fixed-btn a:nth-child(1n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-btn {
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #62C5D2;
  }

  .fixed-btn a {
    width: 50%;
  }
}


.home .news--top{
	padding-top: 0;
	margin-top: -50px;
}
.news .news__container--top{
	width: 1100px;
	max-width: 92%;
	border-top: 6px solid #C90C1A;
	padding-bottom: 30px;
}

.news .news__container--top:before{
	display: none;
}

.en-top-feature__item__ttl--new{
	font-weight: bold;
	font-size:33px;
	margin-top: 0;
}

@media screen and (max-width: 768px){
	.en-top-feature__item__ttl--new{
		font-size: 22px;
	}
}

.news__more_btn{
	text-align: right;
	margin-top: 30px;
}
.news__more_btn__a{
	display: inline-block;
	padding-left: 2em;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	transition: all ease .3s;
}
.news__more_btn__a:hover{
	opacity: 0.8;
}
.news__more_btn__a:before{
	display: block;
	content: "";
	position: absolute;
	width: 1.5em;
	aspect-ratio:1;
	background: center/32% url("../img/en/icon-arrow-right-white.svg") no-repeat #C90C1A;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	border-radius: 50%;
}

.en-kv{
	border-bottom: 6px solid #C90C1A;
}




.download {
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: auto;
  padding: 48px 0 70px;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
}
.download__h2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download__h2 {
    font-size: 1.25rem;
    margin: 20px 0;
  }
}
.download__txt01 {
  margin-bottom: 4em;
}
.download__ul {
  display: flex;
  justify-content: center;
  column-gap: 2%;
}
@media screen and (max-width: 1000px) {
  .download__ul {
    flex-direction: column;
    grid-row-gap: 30px;
    align-items: center;
  }
}
.download__ul--en {
  column-gap: 10%;
}
.download__li {
  width: 32%;
  display: block !important;
  padding: 0 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 1000px) {
  .download__li {
    width: 500px;
    max-width: 100%;
  }
}
.download__li__ttl {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.download__li__txt {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .download__li__img {
    width: 80%;
    margin: 0 auto;
  }
}
.download__btn__a {
  background: #20b8c3;
  border: none;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  height: inherit;
  margin: 2em auto;
  padding: 30px 0;
  width: 300px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .download__btn__a {
    margin: 1em auto;
  }
}

