@charset "UTF-8";

/************************************************************
SLIDER
************************************************************/

.mainvisual {
  display: flex;
  max-width: 1080px;
  margin: 0 auto 56px;
}
.mv-search {
  position: relative;
  /*width: 370px;
  min-width: 370px;*/
  width: 470px;
  min-width: 470px;
  /*padding: 29px 16px 12px 0;*/
  padding: 12px 16px 12px 0;
  background: #FFFAE8;
  z-index: 1;
}
/*.slick-initialized .slick-slide{
  height: 430px;
}*/
/*.slick-initialized .slick-slide img{
  height: 100%;
}*/
.slick-slider {
  width: 100%;
  /*padding-left: 369px;
  margin-left: -369px;*/
  padding-left: 467px;
  margin-left: -469px;
  margin-bottom: 0;
  background: #FFFAE8;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  width: auto;
  bottom: 16px;
  right: 96px;
  font-size: 0;
  text-align: right;
}
.slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 10px;
  background: #fff;
}
.slick-dots li.slick-active {
  background: #006948;
}
.slick-dots li button {
  padding: 0;
  width: 0;
  height: 0;
}
.slick-dots li button:before {
  content: none;
}
.slick-prev, .slick-next {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  transform: none;
  background: rgba(0, 105, 72, 0.5) !important;
  z-index: 1;
}
.slick-prev {
  right: 42px;
}
.slick-prev:before {
  content: "<";
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  color: #fff;
  opacity: 1;
}
.slick-next:before {
  content: ">";
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  color: #fff;
  opacity: 1;
}
.slick-prev:hover, .slick-next:hover {
  background: rgba(0, 105, 72, 0.5) !important;
}
.gry-tit {
  display: block;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #006948;
  border-radius: 0 20px 0 0;
  border-bottom: 3px solid #FFDB4F;
}
.mv-search .gry-tit{
  margin-bottom: 12px;
  line-height: 1.5;
}
.search-btns {
  padding-left: 15px;
  /*margin-bottom: 20px;*/
  font-size: 0;
}
.search-btns a {
  display: inline-flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 16px;
  padding: 14px 8px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  border: solid;
  border-width: 4px 4px 2px 2px;
  border-color: #fff #B2B2B2 #B2B2B2 #fff;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.search-btns a:nth-child(3n) {
  margin-right: 0;
}
.search-btns a:hover {
  color: #fff;
  background: #2c6a48;
  border-color: #2c6a48;
}
.mv-search form {
  display: flex;
  padding-left: 15px;
}
.mv-search form input {
  width: 90%;
  height: 45px;
  padding: 0 16px;
  font-size: 18px;
}
.mv-search form button {
  display: flex;
  width: 45px;
  min-width: 45px;
  padding: 0 0 2px 2px;
  font-size: 20px;
  background: #F4A452;
  border: solid;
  border-width: 4px 4px 2px 2px;
  border-color: #F4A452 #EB7526 #EB7526 #F4A452;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.mv-search form button i {
  color: #fff;
}
@media screen and (max-width: 1080px){
  .slick-initialized .slick-slide{
    height: auto;
  }
}
@media screen and (max-width: 970px) {
  .mainvisual {
    flex-wrap: wrap;
  }
  .mv-search {
    width: 100%;
    min-width: auto;
    padding-bottom: 24px;
    order: 1;
  }
  .slick-slider {
    padding: 0;
    margin: 0;
  }
  .slick-slider img {
    width: 100%;
  }
}

@media screen and (max-width: 869px) {
  .mainvisual {
    margin-bottom: 32px;
  }
  .search-btns a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 8px;
    right: 86px;
  }
  .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 6px;
  }
  .mv-search {
    padding: 20px 10px 16px 0;
  }
  .gry-tit {
    padding: 10px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .search-btns {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .search-btns a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .mv-search form {
    padding-left: 10px;
  }
}

/************************************************************
main content
************************************************************/
.mian-content {
  overflow: hidden;
}

/************************************************************
reason
************************************************************/
.home-reasonbox {
  display: flex;
  margin-bottom: 56px;
  font-size: 0;
}
.home-reasonbox > div {
  width: 100%;
  margin-right: 48px;
}
.home-reasonbox > div:last-child {
  margin-right: 0;
}
.home-reasonbox a:hover{
  opacity: .8;
}
.home-reasonbox h3 {
  padding: 7px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #006948;
  margin-bottom: 10px;
}
.cap{
  font-size: 1.4rem;
}
.cap.sp {
  display: none;
}
.home-reasonbox h3 sup {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}
.home-reasonbox img {
  width: 100%;
}
.home-reasontxt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.home-reasontxt span {
  display: block;
  font-size: 14px;
}
.home-reason {
  padding-bottom: 54px;
}

@media all and (-ms-high-contrast: none) {
  .home-reasonbox > div {
    display: block;
    width: 30.4%;
    margin-right: 4.4%;
  }
  .home-reasonbox > div:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 869px) {
  .mv-search form input {
    font-size: 16px;
  }
  .home-reasonbox > div {
    margin-right: 24px;
  }
  .home-reasonbox h3 {
    padding: 8px;
    font-size: 16px;
  }
  .home-reasonbox h3 sup {
    font-size: 12px;
  }
  .home-reasonbox {
    margin-bottom: 32px;
  }
  .home-reasontxt {
    font-size: 18px;
  }
  .home-reasontxt span {
    font-size: 12px;
  }
  .home-reason {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .home-reasonbox {
    display: block;
    margin-bottom: 24px;
  }
  .home-reasonbox > div {
    margin-bottom: 12px;
  }
  .home-reasonbox > div:last-child {
    margin-bottom: 0;
  }
  .home-reasonbox img{
    display: none;
  }
  .home-reasonbox h3{
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  
  .cap.pc {
    display: none;
  }
  .cap.sp {
    display: inline-block;
  }
}


/************************************************************
find
************************************************************/
.home-find {
  padding: 54px 0;
  background: url(../img/home/find-bg.png) 0 0 / cover no-repeat;
}
.home-findbox {
  display: flex;
  margin-bottom: 48px;
  font-size: 0;
}
.home-findbox > div {
  width: 100%;
  margin-right: 24px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.home-findbox > div:last-child {
  margin-right: 0;
}
.home-findbox > div a {
  display: block;
  padding: 24px 10px;
}
.home-findbox > div a:hover{
  opacity: .8;
}
.home-findbox h3 {
  display: flex;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.page-link {
  text-align: right;
}
.page-link a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.page-link i {
  display: inline-block;
  margin-left: 14px;
  font-size: 10px;
  font-weight: bold;
  color: #00ACA0;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(-1px);
}
@media screen and (max-width: 869px) {
  .home-find {
    padding: 32px 0;
  }
  .home-findbox h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .home-findbox > div {
    margin-right: 20px;
  }
  .home-findbox > div a {
    padding: 12px 8px;
  }
  .home-findbox {
    margin-bottom: 32px;
  }
  .page-link a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home-findbox {
    margin-bottom: 24px;
  }
  .home-findbox h3 {
    font-size: 14px;
  }
  .home-findbox > div img:last-child {
    max-width: 80%;
  }
  .home-findbox{
    justify-content: space-between;
  }
  .home-findbox > div {
    margin: 0 0 12px;
    width: 30%;
  }
  .home-findbox > div:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 600px){
  .home-findbox {
    justify-content: space-between;
    flex-direction: column;
  }
  .home-findbox > div{
    width: 100%;
  }
  .home-findbox > div a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
  }
  .home-findbox h3 {
    order: 2;
    margin: 0 0 0 18px;
  }
  .home-findbox > div .find-titline{
    display: none;
  }
  .home-findbox > div img:last-child {
    max-width: 34%;
  }

}
/************************************************************
battery
************************************************************/
.home-battery {
  padding: 54px 0 80px;
}
.battery-txtbox {
  position: relative;
  margin-bottom: 80px;
}
.battery-txtbox:last-child {
  margin-bottom: 0;
}
.batterybox-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 64%;
}
.home-batterybox:nth-child(2n) .batterybox-img {
  left: 0;
  right: auto;
}
.batterybox-txt {
  position: relative;
  width: 42%;
  padding-top: 48px;
  font-size: 18px;
}
.home-batterybox:nth-child(2n) .batterybox-txt {
  margin-left: auto;
}
.batterybox-txt p {
  min-height: 100px;
  font-weight: bold;
}
.batterybox-txt .point {
  min-height: auto;
  margin-top: 22px;
  font-size: 10px;
  font-weight: normal;
}
.batterybox-txt a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 38px auto 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 1px solid #F0F0F0;
}
.batterybox-txt a span {
  position: relative;
  display: block;
  padding: 18px 40px;
  font-weight: bold;
  transition: 0.3s;
}
.batterybox-txt a span i {
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 10px;
  font-weight: bold;
  color: #006948;
  line-height: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}
.batterybox-txt a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(../img/home/battery-btn.png) 0 0 / 100% 100% no-repeat;
}
.batterybox-txt a:before {
  content: "";
}
.batterybox-txt a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2c6a48;
  border-radius: 0 100% 0 0;
  transition: 0.3s;
}
.batterybox-txt a:hover:before {
  width: 100%;
  border-radius: 0;
}
.batterybox-txt a:hover span,
.batterybox-txt a:hover i {
  color: #fff;
}
.home-batterybox:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 869px) {
  .home-battery {
    padding: 32px 0 48px;
  }
  .batterybox-img {
    max-width: 56%;
  }
  .batterybox-txt {
    width: 52%;
    padding-top: 24px;
    font-size: 16px;
  }
  .batterybox-txt .point {
    margin-top: 20px;
  }
  .batterybox-txt a {
    margin-top: 56px;
  }
  .home-batterybox:not(:last-child) {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .batterybox-img {
    position: unset;
    width: 100%;
    max-width: none;
  }
  .batterybox-txt {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
  }
  .batterybox-txt p {
    min-height: auto;
  }
  .batterybox-txt .point {
    margin-top: 12px;
  }
  .batterybox-txt a {
    margin-top: 24px;
    font-size: 14px;
  }
  .batterybox-txt a span {
    padding: 16px 40px;
  }
}


/************************************************************
bikebattery
************************************************************/
.home-bikebattery {
  padding: 54px 0 56px;
  background: url(../img/home/bike-bg.png) 0 0 / cover no-repeat;
}
.home-bikebattery .green-line {
  color: #fff;
}
.bikebatterybox {
  display: flex;
  max-width: 916px;
  margin: 0 auto;
  justify-content: space-between;
}
.bikebatterybox > div {
  padding-right: 40px;
}
.bikebatterybox > div:first-child {
  margin-right: 40px;
}
.bikebattery-txt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 282px;
  margin-top: -28px;
  margin-left: auto;
  padding: 8px 8px 16px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(40px);
}
.bikebatterybox a:hover .bikebattery-txt{
  background: #fff;
}
.bikebattery-txt h3 {
  display: block;
  padding: 3px 8px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  border: solid #006948;
  border-width: 0 0 2px 6px;
}
.bikebattery-txt p {
  padding: 0 14px;
}
.bikebattery-txt p span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.home-bikebattery .left-green,
.home-bikebattery .batterybox-txt p {
  color: #fff;
}
.home-bikebattery .left-green {
  border-color: #CCC #fff;
}


@media screen and (max-width: 869px) {
  .home-bikebattery {
    padding: 32px 0;
  }
  .bikebatterybox > div {
    padding-right: 32px;
  }
  .bikebattery-txt {
    font-size: 16px;
    transform: translateX(32px);
  }
  .bikebattery-txt h3 {
    font-size: 18px;
  }
  .bikebattery-txt p span {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .bikebatterybox {
    display: block;
  }
  .bikebatterybox > div {
    padding-right: 24px;
  }
  .bikebatterybox > div:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .bikebattery-txt {
    max-width: 90%;
    font-size: 14px;
    transform: translateX(24px);
  }
  .bikebattery-txt h3 {
    padding: 2px 6px;
    font-size: 16px;
    border-width: 0 0 1px 4px;
  }
}
@media screen and (max-width: 480px){
  .bikebattery-img{
    width: 50%;
  }
  .bikebattery-txt{
    max-width: 70%;
  }
}



/************************************************************
news
************************************************************/
.home-newsbox {
  display: flex;
  align-items: flex-start;
}
.home-newsbox .green-line {
  width: 215px;
  min-width: 215px;
  height: 215px;
  display: flex;
  margin-right: 86px;
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
  color: #fff;
  background: #006948;
  text-shadow: none;
  align-items: center;
  justify-content: center;
}
.home-newsbox .green-line:before {
  content: none;
}
.home-newsbox .green-line:after {
  top: 50%;
  width: 60px;
  transform: translateX(-50%)translateY(32px);
}
.home-newslist {
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  border-top: 1px solid #B8B9BA;
}
.home-newsitem {
  width: 100%;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #B8B9BA;
  align-items: flex-start;
}
.home-newsitem time {
  width: 138px;
  min-width: 138px;
  padding: 0 16px;
  margin-right: 38px;
  text-align: center;
}
.home-newsitem a{
  color: #00aca0;
  cursor: pointer;
}
.home-newsitem a:hover{
  color: #000;
}
.home-newsitem a span {
  /*display: none;
  margin-left: 4px;
  font-size: 12px;
  color: red;*/
  margin-right: 10px;
}
.home-newsitem a span .new_mark {
  display: inline;
  font-size: 12px;
}
.home-newsitem a span .cp-end {
  display: inline;
  font-size: 14px;
  color: #333;
}
.news-link {
  max-width: 250px;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}
.news-link a {
  display: block;
  padding: 18px 12px;
  color: #fff;
  font-weight: bold;
  background: #006948;
}
.news-link a:hover{
  opacity: .8;
}
.home-news {
  padding: 48px 0;
}

@media screen and (max-width: 970px) {
  .home-newsbox .green-line {
    margin-right: 40px;
  }
  .home-newsitem time {
    margin-right: 24px;
  }
}

@media screen and (max-width: 869px) {
  .home-news {
    padding: 32px 0;
  }
  .home-newsbox .green-line {
    width: 180px;
    min-width: 180px;
    height: 180px;
    margin-right: 24px;
  }
  .home-newsbox .green-line:after {
    height: 4px;
    transform: translateX(-50%)translateY(24px);
  }
  .home-newslist {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .home-newsitem time {
    width: 110px;
    min-width: 110px;
    padding: 0 8px;
    margin-right: 12px;
  }
  .home-newsitem {
    padding: 12px 0;
  }
  .news-link {
    max-width: 220px;
    font-size: 14px;
  }
  .news-link a {
    padding: 14px;
  }
}

@media screen and (max-width: 767px) {
  .home-newsbox {
    display: block;
  }
  .home-newsbox .green-line {
    width: 100%;
    height: 48px;
    margin: 0 0 16px;
    font-size: 16px;
  }
  .home-newsbox .green-line:after {
    width: 100%;
    height: 3px;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
  }
  .home-newsitem {
    display: block;
  }
  .home-newsitem time {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 0 8px;
    margin-bottom: 4px;
    font-size: 12px;
    text-align: left;
  }
  .home-newsitem a {
    display: block;
    padding: 0 8px;
  }
  .news-link {
    margin: 0 auto;
  }
  .news-link a {
    padding: 12px;
  }
}


/************************************************************
others
************************************************************/
.home-important {
  padding: 32px 0 24px;
  background: #FFFAE8;
}
.home-important h2 {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #DE0000;
  text-align: center;
  z-index: 1;
}
.home-important h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 64px;
  background: url(../img/home/important-icon.png) 50% 50% / 100% 100% no-repeat;
  transform: translateY(-50%)translateX(-50%);
  z-index: -1;
}
.home-important h3 {
  position: relative;
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #DE0000;
  text-align: center;
  z-index: 1;
}
.home-important h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 64px;
  background: url(../img/home/important-icon.png) 50% 50% / 100% 100% no-repeat;
  transform: translateY(-50%)translateX(-50%);
  z-index: -1;
}
.important-box {
  display: block;
}
.home-important a:hover{
  opacity: .8;
}
.important-box > div {
  position: relative;
  display: flex;
  padding-bottom: 12px;
  font-size: 22px;
  align-items: center;
  margin-bottom: 20px;
}
.important-img {
  width: 120px;
  min-width: 120px;
  margin-right: 40px;
}
.important-box > div:after {
  content: "詳しくはこちら";
  position: absolute;
  bottom: 4px;
  right: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #2c6a48;
  border: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent transparent #2c6a48;
}

@media screen and (max-width: 869px) {
  .home-important h2 {
    font-size: 18px;
  }
  .important-box > div {
    font-size: 18px;
  }
  .important-img {
    margin-right: 24px;
  }
  .important-box > div:after {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .home-important h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .home-important h2:after {
    width: 40px;
    height: 36px;
  }
  .important-box > div {
    display: block;
    padding-bottom: 24px;
    font-size: 14px;
    border-width: 0 4px 4px 0;
  }
  .important-img {
    margin: 0 auto 8px;
  }
  .important-box > div:after {
    right: 0;
  }
}


/************************************************************
others
************************************************************/
.home-others {
  padding-top: 40px;
}
.other-links {
  font-size: 0;
}
.other-box {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  font-size: 16px;
  background: #fff;
  border-radius: 0 20px 0 0;
  vertical-align: top;
}
.other-box:nth-child(3n) {
  margin-bottom: 22px;
  margin-right: 0;
}
.other-box {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  font-size: 16px;
  vertical-align: top;
}
.other-box a {
  position: relative;
  display: flex;
  padding: 8px;
  background: #fff;
  border-radius: 0 20px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  align-items: center;
  transition: 0.2s;
}
.other-box a:hover {
  background: #1d4a30;
}
.other-box h2 {
  font-size: 22px;
  font-weight: bold;
  color: #004A30;
  line-height: 1.4;
  margin-bottom: 8px;
}
.other-box h2 .tm{
  font-size: 1.2rem;
  vertical-align: top;
  color: #004A30;
  font-weight: bold;
}
.other-box .other-box-tit {
  font-size: 22px;
  font-weight: bold;
  color: #004A30;
  line-height: 1.4;
  margin-bottom: 8px;
}
.other-box .other-box-tit .tm{
  font-size: 1.2rem;
  vertical-align: top;
  color: #004A30;
  font-weight: bold;
}
.other-box a:hover p {
  color: #fff;
}
.other-box a p .tm{
  font-size: 10px;
  vertical-align: top;
}
.other-box a:hover p .tm{
  color: #fff;
}
.other-img {
  width: 140px;
  min-width: 140px;
  margin-right: 8px;
}
.other-box .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.other-box.box-video a {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.other-video {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other-video img {
  width: 100%;
  height: 100%;
  max-height: 201px;
}
.other-video iframe {
  width: 100%;
  height: 100%;
}
.other-video iframe:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

@media screen and (max-width: 970px) {
  .other-box h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 869px) {
  .home-others {
    padding-top: 32px;
  }
  .other-box, .other-box:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .other-box:nth-child(2n) {
    margin-right: 0;
  }
  .other-box .arrow {
    width: 34px;
  }
}

@media screen and (max-width: 767px) {
  .other-box h2 {
    font-size: 16px;
  }
  .other-box, .other-box:nth-child(3n) {
    width: 100%;
    margin: 0 0 20px;
  }
  .other-box:last-child {
    margin-bottom: 0;
  }
  .other-video {
    height: 52vw;
    font-size: 0;
  }
}
@media screen and (max-width: 480px){
  .other-img {
    width: 90px;
    min-width: 90px;
  }
}