/* CSS Document */

@charset "UTF-8";
.top .sec_hero .slick-slider {
  padding-top: 0;
  background: #E6F2FF;
  box-sizing: border-box;
  height: 402px;
}

.top .sec_hero .slick-slider .item {
  width: 590px;
  margin: 20px 33px 40px;
  /* margin: 20px 10px 40px; */
  transition: 0.5s;
  display: block;
}

.slick-slide img {
  border-radius: 10px;
}

.slick-slider {
  opacity: 0;
  transition: opacity .5s;
}

.slick-initialized {
  opacity: 1;
}

.top .sec_hero .slick-slider .item img {
  width: 100%;
  transition: .5s;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.top .sec_hero .slick-slider .item {
  position: relative;
}

.top .sec_hero .slick-slider .slick-current .item::after,
.top .sec_hero .slick-slider .is-active-next .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #14559E;
  box-sizing: border-box;
  border-radius: 10px;
  transition: .4s;
}

/* @media(min-width:1050px) {
  .top .sec_hero .slick-slider .item {
    transform: scale(0.85);
  }
} */

.top .sec_hero .slick-slider .slick-current,
.top .sec_hero .slick-slider .is-active-next {
  transition: .5s;
  overflow: visible;
}

.top .sec_hero .slick-slider .slick-current .item,
.top .sec_hero .slick-slider .is-active-next .item {
  transform: scale(1);
}

.top .slick-prev, .top .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 5;
  opacity: 1;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #FFF !important;
  opacity: .7;
}

.top .slick-prev {
  left: calc(50% - 345px);
}

.top .slick-next {
  right: calc(50% - 345px);
}

.top .slick-prev:before, .slick-next:before {
  font-size: 35px;
  line-height: 1;
  opacity: 1;
}

.top .slick-prev::before, .top .slick-next::before {
  content: "";
  width: 35px;
  height: 35px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: calc(50% - -1px);
  transform: translate(50%, -50%);
}

.top .slick-next::before {
  right: calc(50% - 1px);
}

.top .slick-prev:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI2MiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkuMjYyIDE1Ij48cGF0aCBkPSJNMS43NjIsMTUsMCwxMy4yMzgsNS43MjUsNy41LDAsMS43NjIsMS43NjIsMGw3LjUsNy41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4yNjIgMTUpIHJvdGF0ZSgxODApIiBmaWxsPSIjMTQ1NTllIi8+PC9zdmc+");
}

.top .slick-next:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjI2MiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDkuMjYyIDE1Ij48cGF0aCBkPSJNMS43NjIsMTUsMCwxMy4yMzgsNS43MjUsNy41LDAsMS43NjIsMS43NjIsMGw3LjUsNy41WiIgZmlsbD0iIzE0NTU5ZSIvPjwvc3ZnPg==");
}

.top .slick-dots li {
  margin: 0;
}

.top .slick-dots li button::before {
  color: #14559E;
  font-size: 14px;
  opacity: 1;
}

.top .slick-dots li.slick-active button:before {
  color: #14559E;
  opacity: 1;
}

.top .slick-dots li.slick-active button:after {
  opacity: 0;
}

.top .slick-dots li:not(.slick-active) button::before {
  opacity: 0.3;
  ;
}

.top .slick-dots {
  bottom: 10px;
}

.top .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top .sec_hero .news {
  display: flex;
  justify-content: center;
  padding: 13px 0 10px;
  border-bottom: 2px solid #E6F2FF;
  align-items: center;
}
@media(min-width:1050px) {
  .top .sec_hero .news {
    padding-left: 35px;
  }
}

.top .sec_hero .news .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #14559E;
}

.top .sec_hero .news .news-list {
  font-size: 14px;
  line-height: 25px;
  padding: 0 35px;
  margin: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #DCE0E2;
  border-right: 1px solid #DCE0E2;
  background-color: transparent;
  max-width: 490px;
  height: inherit;
}

.top .sec_hero .news .news-list-item {
  width: 490px !important;
  display: block !important;
}

.top .sec_hero .news .text {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: .3s;
}

.top .sec_hero .news .text:hover {
  color: #14559E;
}

.top .sec_hero .news .text time {
  position: relative;
  padding-right: 25px;
}

.top .sec_hero .news .text time::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.top .sec_hero .news .news-list .news-list-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 330px;
  display: block;
  font-weight: 500;
}

.top .sec_hero .news .link {
  font-size: 14px;
  line-height: 25px;
}

.top .sec_hero .news .link span {
  position: relative;
  padding-right: 20px;
  transition: 0.5s;
}

.top .sec_hero .news .link span:hover {
  color: #14559E;
  text-decoration: underline;
}

.top .sec_hero .news .link span::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.top .sec_hero .news .img {
  width: 5px;
  display: inline-block;
}

.top .sec01 {
  padding: 40px 0;
}

.top .sec01 .wrap {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;

}

.top .sec01 .mainarea {
  width: 100%;
}
@media(min-width: 1050px) {
  .top .sec01 .mainarea {
    max-width: 700px;
    width: 60%;
  }
}

.top .sec01 .mainarea .sercharea {
  margin-bottom: 60px
}

.top .sec01 .mainarea .sercharea .title {
  font-size: 20px;
  font-weight: 700;
  color: #14559E;
  margin-bottom: 20px;
  line-height: 1.45;
}

.top .sec01 .mainarea .sercharea form {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.top .sec01 .mainarea .sercharea input {
  font-size: 16px;
  line-height: 53px;
  width: calc(100% - 90px);
  padding: 0 15px;
  box-sizing: border-box;
  border: 2px solid #14559E;
  border-right:none;
  border-radius: 0;
}

.top .sec01 .mainarea .sercharea button {
  font-size: 16px;
  line-height: 53px;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  background: #14559E;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #14559E;
  border-left:none;
}

.top .sec01 .mainarea .sercharea button .img {
  width: 15px;
  line-height: 100%;
  margin-right: 5px;
}

.top .sec01 .mainarea .catearea {
  margin-bottom: 50px
}

.top .sec01 .mainarea .catearea .title {
  font-size: 20px;
  font-weight: 700;
  color: #14559E;
  margin-bottom: 15px;
}

.top .sec01 .mainarea .catearea .title .small {
  color: #111;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
}
@media(max-width: 834px) {
  .top .sec01 .mainarea .catearea .title .small {
    display: block;
    margin-left: 0;
  }
}

.top .sec01 .mainarea .catearea .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.top .sec01 .mainarea .catearea .items .item {
  font-size: 14px;
  width: calc(100% / 3);
  box-sizing: border-box;
  display: flex;
  padding: 7px 20px 7px 5px;
  position: relative;
  background: #FFF;
  overflow: visible;
  transition: .3s;
}

.top .sec01 .mainarea .catearea .items .item::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(50%, -50%);
}

.top .sec01 .mainarea .catearea .items .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media(min-width:1050px) {
  .top .sec01 .mainarea .catearea .items .item:hover {
    background: #E6F2FF;
  }
  .top .sec01 .mainarea .catearea .items .item:hover::after {
    content: "";
    border: 2px solid #455EC3;
    box-sizing: border-box;
    box-shadow: none;
    z-index: 2;
  }
}


.top .sec01 .mainarea .catearea .items .item:nth-child(3n), .top .sec01 .mainarea .catearea .items .item:nth-child(3n+2) {
  border-left: 1px solid #DCE0E2;
}

.top .sec01 .mainarea .catearea .items .item:nth-child(n+4) {
  border-top: 1px solid #DCE0E2;
}

.top .sec01 .mainarea .catearea .items .item .img {
  width: 46px;
  margin-right: 10px;
}

.top .sec01 .mainarea .catearea .items .item .img img {
  width: 100%;
  height: auto;
}

.top .sec01 .mainarea .catearea .items .item .name {
  align-self: center;
}

.top .sec01 .mainarea .purposearea {
  margin-bottom: 50px
}

.top .sec01 .mainarea .purposearea .title {
  font-size: 20px;
  font-weight: 700;
  color: #14559E;
  margin-bottom: 15px;
}

.top .sec01 .mainarea .purposearea .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.top .sec01 .mainarea .purposearea .items .item {
  font-size: 14px;
  width: calc(100% / 3);
  box-sizing: border-box;
  display: flex;
  padding: 7px 20px 7px 5px;
  position: relative;
  background: #FFF;
  overflow: visible;
  transition: .3s;
}

.top .sec01 .mainarea .purposearea .items .item::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.top .sec01 .mainarea .purposearea .items .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
}

@media(min-width: 1050px) {
  .top .sec01 .mainarea .purposearea .items .item:hover {
    background: #E6F2FF;
  }
}

.top .sec01 .mainarea .purposearea .items .item:hover::after {
  content: "";
  border: 2px solid #455EC3;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 2;
}
@media(min-width: 1050px) {
  .top .sec01 .mainarea .purposearea .items .item:hover::after {
    transition: .3s;
  }
}

.top .sec01 .mainarea .purposearea .items .item:nth-child(3n), .top .sec01 .mainarea .purposearea .items .item:nth-child(3n+2) {
  border-left: 1px solid #DCE0E2;
}

.top .sec01 .mainarea .purposearea .items .item:nth-child(n+4) {
  border-top: 1px solid #DCE0E2;
}

.top .sec01 .mainarea .purposearea .items .item .img {
  width: 100px;
  margin-right: 10px;
}
.top .sec01 .mainarea .purposearea .items .item .img img {
  width: 100%;
  height: auto;
}

.top .sec01 .mainarea .purposearea .items .item .name {
  align-self: center;
}

.top .sec01 .subarea {
  box-sizing: border-box;
}
@media(min-width: 1050px) {
  .top .sec01 .subarea {
    max-width: 420px;
    width: 40%;
    padding-left: 20px;
  }
}


.top .sec01 .subarea .contactarea {
  padding: 5px 5px 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
@media(max-width: 834px) {
  .top .sec01 .subarea .contactarea {
    display: none;
  }
}

.top .sec01 .subarea .contactarea .title {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: #14559E;
  background: #E6F2FF;
}

.top .sec01 .subarea .contactarea .tel {
  width: 350px;
  max-width: 100%;
  margin: 30px auto 0;
  text-align: center;
  border: 1px solid #DCE0E2;
  box-sizing: border-box;
  padding: 15px 19px;
  border-radius: 10px;
}

.top .sec01 .subarea .contactarea .tel .text {
  font-size: 16px;
  color: #111;
  line-height: 1.3;
}

.top .sec01 .subarea .contactarea .tel .link {
  font-size: 40px;
  font-weight: 300;
  color: #14559E;
  display: flex;
  justify-content: center;
  line-height: 1.1;
  font-weight: bold;
}

.top .sec01 .subarea .contactarea .tel .img {
  width: 33px;
  height: 38px;
  align-self: center;
  margin-right: 5px;
}

.top .sec01 .subarea .contactarea .tel .caption {
  font-size: 12px;
  color: #111;
  margin-top: 10px;
  font-weight: 400;
}

.top .sec01 .subarea .contactarea .mail {
  max-width: 350px;
  margin: 17px auto 0;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
}

.top .sec01 .subarea .contactarea .mail .text {
  font-size: 16px;
  color: #111;
  margin-bottom: 15px;
}

.top .sec01 .subarea .contactarea .mail .link {
  font-size: 17px;
  line-height: 55px;
  font-weight: 700;
  color: #FFF;
  background: #14559E;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  transition: .5s;
  letter-spacing: .02em;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
}

.top .sec01 .subarea .contactarea .mail .link:hover {
  background: #455EC3;
}

.top .sec01 .subarea .contactarea .mail .link::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_white.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
}

.top .sec01 .subarea .catalogarea {
  padding: 5px 5px 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-top: 40px;
}
@media(max-width: 834px) {
  .top .sec01 .subarea .catalogarea {
    display: none;
  }
}

.top .sec01 .subarea .catalogarea .title {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: #14559E;
  background: #E6F2FF;
}

.top .sec01 .subarea .catalogarea .area {
  width: 350px;
  max-width: 100%;
  margin: 30px auto 0;
}

.top .sec01 .subarea .catalogarea .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.top .sec01 .subarea .catalogarea .imgs .img {
  width: 150px
}

.top .sec01 .subarea .catalogarea .imgs .text {
  font-size: 16px;
  line-height: 1.875;
  width: 170px;
  margin-top: 0;
}

.top .sec01 .subarea .catalogarea .download {
  font-size: 17px;
  line-height: 55px;
  font-weight: 700;
  color: #FFF;
  background: #FF4B59;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  transition: 0.5s;
}

.top .sec01 .subarea .catalogarea .download:hover {
  background: #FF8646;
}

.top .sec01 .subarea .catalogarea .download::before {
  content: "";
  width: 19px;
  height: 23px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_document.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

.top .sec01 .subarea .catalogarea .download::after {
  content: "";
  width: 14px;
  height: 13px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon-material-download.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
}

.top .sec01 .subarea .newarea {
  padding: 5px 5px 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-top: 40px;
}

.top .sec01 .subarea .newarea .title {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: #14559E;
  background: #E6F2FF;
  position: relative;
}

.top .sec01 .subarea .newarea .title::before {
  content: "";
  width: 33px;
  height: 22px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/top/Icon_tag_new.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: calc(50% - 100px);
  transform: translateY(-50%);
}

.top .sec01 .subarea .newarea .area {
  width: 370px;
  max-width: 100%;
  margin: 15px auto 0;
  padding: 0 10px;
}

.top .sec01 .subarea .newarea .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .sec01 .subarea .newarea .imgs .img {
  width: 108px
}

.top .sec01 .subarea .newarea .imgs .texts {
  width: calc(100% - 128px);
}

.top .sec01 .subarea .newarea .imgs .text {
  font-size: 18px;
}

.top .sec01 .subarea .newarea .imgs .name {
  font-size: 20px;
  line-height: 28px;
  color: #14559E;
  font-weight: bold;
}

.top .sec01 .subarea .newarea .caption {
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
  min-height: 90px;
  background: #F5F5F5;
  border-radius: 10px;
  margin: 15px auto 24px auto;
  font-weight: 400;
}

.top .sec01 .subarea .newarea .linkwrap {
  width: 100%;
  margin-top: 20px;
}

.top .sec01 .subarea .newarea .link {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  transition: .5s;
}

.top .sec01 .subarea .newarea .link::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.top .sec01 .subarea .newarea .wrapper:hover .link {
  color: #14559E;
  text-decoration: underline;
}

.top .sec01 .subarea .pickarea {
  padding: 5px 5px 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-top: 40px;
}

.top .sec01 .subarea .pickarea .title {
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: #14559E;
  background: #E6F2FF;
  position: relative;
}

.top .sec01 .subarea .pickarea .area {
  width: 370px;
  max-width: 100%;
  margin: 15px auto 0;
}

.top .sec01 .subarea .pickarea .imgs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .sec01 .subarea .pickarea .imgs .img {
  width: 108px
}

.top .sec01 .subarea .pickarea .imgs .img img {
  width: 100%;
  height: auto;
}

.top .sec01 .subarea .pickarea .imgs .texts {
  width: calc(100% - 128px);
}

.top .sec01 .subarea .pickarea .imgs .text {
  font-size: 18px;
}

.top .sec01 .subarea .pickarea .imgs .name {
  font-size: 20px;
  line-height: 28px;
  color: #14559E;
  font-weight: bold;
}

.top .sec01 .subarea .pickarea .caption {
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
  min-height: 90px;
  background: #F5F5F5;
  border-radius: 10px;
  margin: 15px auto 24px auto;
  font-weight: 400;
}

.top .sec01 .subarea .pickarea .linkwrap {
  width: 100%;
  margin-top: 20px;
}

.top .sec01 .subarea .pickarea .link {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  transition: .5s;
}

.top .sec01 .subarea .pickarea .link::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

.top .sec01 .subarea .pickarea .wrapper:hover .link {
  color: #14559E;
  text-decoration: underline;
}


.top .sec02 {
  background: #E6F2FF;
  position: relative;
  padding: 45px 0 60px;
  background-image: url("/wp-content/themes/meijidori-theme/assets/images/common/bg_deco_logo.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  .top .sec02 {
    background-image: none;
  }
}

.top .sec02 .bg {
  width: 330px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.top .sec02 .wrap {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  box-sizing: border-box;
}

.top .sec02 .title {
  font-size: 20px;
  font-weight: 700;
  color: #14559E;
  margin-bottom: 15px;
}

.top .sec02 .links {
  display: flex;
  justify-content: space-between;
}

.top .sec02 .link {
  width: calc(50% - 10px);
  max-width: 100%;
  display: flex;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: .3s;
}
@media screen and (min-width: 1050px) {
  .top .sec02 .link:nth-child(odd) {
    margin-right: 60px;
  }
}

.top .sec02 .link::after {
  content: "";
  border: 2px solid transparent;
  box-sizing: border-box;
  box-shadow: none;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
}

@media screen and (min-width: 1050px) {
  .top .sec02 .link:hover {
    background: #E6F2FF;
  }
  .top .sec02 .link:hover::after {
    border: 2px solid #455EC3;
    z-index: 2;
  }
}

.top .sec02 .link .img {
  width: 160px;
  overflow: hidden;
  transition: .3s;
  transition-timing-function: ease-in;
}

.top .sec02 .link .img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1050px) {
  .top .sec02 .link:hover .img {
    transform: scale(1.04);
  }
}

.top .sec02 .link .texts {
  padding: 20px 0 0 35px;
  width: calc(100% - 160px);
  box-sizing: border-box;
  position: relative;
}

.top .sec02 .link .text01 {
  font-size: 14px;
}

.top .sec02 .link .text02 {
  font-size: 20px;
}

.top .sec02 .link .text03 {
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 10px;
  padding-right: 20px;
}

.top .sec02 .link .text03::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
}

@media(max-width:1050px) {
  .top .sec01 .wrap {
    margin: 0 auto;
  }
  .top .sec01 .subarea {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top .sec01 .subarea>* {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .top .sec01 .subarea .contactarea {
    padding-bottom: 15px;
  }
  .top .sec01 .subarea .catalogarea {
    margin-top: 0;
  }
  .top .sec02 {
    padding: 30px 0 60px
  }

  .top .sec02 .bg {
    display: none;
  }
  .top .sec02 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top .sec02 .links {
    margin: 0 auto;
  }
  .top .sec02 .link {
    width: calc(50% - 10px);
  }
  .top .sec02 .link .img {
    width: 115px;
    height: 100px;
  }
  .top .sec02 .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top .sec02 .link .texts {
    padding: 10px 8px;
    width: calc(100% - 120px);
  }
  .top .sec02 .link .text01 {
    font-size: 10px;
  }
  .top .sec02 .link .text02 {
    font-size: 16px;
  }
  .top .sec02 .link .text03 {
    font-size: 14px;
    right: 0;
  }
}

@media(max-width:834px) {
  .top .sec_hero {
    overflow: hidden;
  }
  .top .sec_hero .slick-slider {
    height: 260px;
    min-height: 260px;
  }
  .top .sec_hero .slick-slider .item {
    width: 345px;
    margin-top: 15px;
  }
  .top .sec_hero .slick-slider .slick-current {
    transform: scale(1);
  }
  .top .slick-prev, .top .slick-next {
    width: 28px;
    height: 28px;
  }
  .top .slick-prev:before {
    width: 28px;
    height: 28px;
  }
  .top .slick-next:before {
    width: 28px;
    height: 28px;
  }
  .top .slick-prev {
    left: calc(50% - 90px);
    top: calc(100% - 23px);
  }
  .top .slick-next {
    right: calc(50% - 90px);
    top: calc(100% - 23px);
  }
  .top .slick-dots {
    bottom: 12px;
  }
  .top .sec_hero .news {
    flex-wrap: wrap;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .top .sec_hero .news .title {
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #DCE0E2;
  }
  .top .sec_hero .news .news-list {
    font-size: 12px;
    width: 100%;
    padding: 0;
    margin: 5px 0;
    border: none;
    order: 2;
    height: inherit;
    min-height: inherit;
  }
  .top .sec_hero .news .link {
    font-size: 12px;
    line-height: 18px;
  }
  .top .sec01 {
    padding: 15px 0;
  }
  .top .sec01 .mainarea .sercharea {
    margin-bottom: 30px
  }
  .top .sec01 .mainarea .sercharea .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top .sec01 .mainarea .sercharea input {
    font-size: 12px;
    line-height: 36px;
    width: calc(100% - 80px);
    padding: 0 5px;
  }
  .top .sec01 .mainarea .sercharea button {
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    width: 80px;
  }
  .top .sec01 .mainarea .catearea {
    margin-bottom: 30px
  }
  .top .sec01 .mainarea .catearea .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top .sec01 .mainarea .catearea .items .item {
    font-size: 12px;
    width: 25%;
    padding: 2px 5px;
    display: block;
  }
  .top .sec01 .mainarea .catearea .items .item::before {
    display: none;
  }
  .top .sec01 .mainarea .catearea .items .item:nth-child(4n+1) {
    border-left: none;
  }
  .top .sec01 .mainarea .catearea .items .item:nth-child(4n), .top .sec01 .mainarea .catearea .items .item:nth-child(4n+2), .top .sec01 .mainarea .catearea .items .item:nth-child(4n+3) {
    border-left: 1px solid #DCE0E2;
  }
  .top .sec01 .mainarea .catearea .items .item:nth-child(4) {
    border-top: none;
  }
  .top .sec01 .mainarea .catearea .items .item:nth-child(n+5) {
    border-top: 1px solid #DCE0E2;
  }
  .top .sec01 .mainarea .catearea .items .item .img {
    width: 100%;
    margin-right: 0;
  }
  .top .sec01 .mainarea .catearea .items .item .name {
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
  }
  .top .sec01 .mainarea .purposearea {
    margin-bottom: 0;
  }
  .top .sec01 .mainarea .purposearea .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top .sec01 .mainarea .purposearea .items .item {
    font-size: 12px;
    width: 33.33%;
    padding: 7px;
    display: block;
  }
  .top .sec01 .mainarea .purposearea .items .item::before {
    display: none;
  }
  .top .sec01 .mainarea .purposearea .items .item .img {
    width: 100%;
    margin-right: 0;
  }
  .top .sec01 .mainarea .purposearea .items .item .name {
    width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
  }
  .top .sec02 .links {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .top .sec02 .link {
    width: 100%;
  }
  .top .sec02 .link+.link {
    margin-top: 20px;
  }
}
@media(max-width: 834px) {
  .top .sec01 .subarea {
    display: block;
    width: 100%;
  }
  .top .sec01 .subarea .newarea {
    width: 100%;
    margin-top: 30px;
  }
  .top .sec01 .subarea .newarea .title {
    font-size: 18px;
  }
  .top .sec01 .subarea .newarea .title::before {
    left: calc(50% - 90px);
  }
  .top .sec01 .subarea .newarea .imgs .text {
    font-size: 16px;
  }
  .top .sec01 .subarea .newarea .imgs .name {
    font-size: 18px;
  }
  .top .sec01 .subarea .newarea .caption {
    font-size: 14px;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
  .top .sec01 .subarea .newarea .link {
    font-size: 14px;
  }
  .top .sec01 .subarea .pickarea {
    width: 100%;
    margin-top: 30px;
  }
  .top .sec01 .subarea .pickarea .title {
    font-size: 18px;
  }
  .top .sec01 .subarea .pickarea .imgs .text {
    font-size: 16px;
  }
  .top .sec01 .subarea .pickarea .imgs .name {
    font-size: 18px;
  }
  .top .sec01 .subarea .pickarea .caption {
    font-size: 14px;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
  .top .sec01 .subarea .pickarea .link {
    font-size: 14px;
  }
  .top .sec02 {
    margin-top: 35px;
  }
  .top .sec_hero .news .news-list .news-list-item-title {
    max-width: 270px;
  }
  footer .sec_footer .totop {
    padding: 17.5px 10px;
  }
}

.slick-dots > li:first-child:last-child {
  display: none;
}

.top .sec01 .subarea .slick-dots {
  position: static;
}

.top .sec01 .subarea .newarea .area .slick-slide:not(:last-child),
.top .sec01 .subarea .pickarea .area .slick-slide:not(:last-child) {
  border-bottom: 2px solid #F5FAFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.top .sec01 .subarea .newarea .area .slick-dots li,
.top .sec01 .subarea .pickarea .area .slick-dots li {
  vertical-align: middle;
}

.top .sec01 .subarea .newarea .area .slick-prev,
.top .sec01 .subarea .pickarea .area .slick-prev {
  left: 0;
  top: calc(100% - 29.5px);
  transform: inherit;
}
@media screen and (max-width: 767px) {
  .top .sec01 .subarea .newarea .area .slick-prev,
  .top .sec01 .subarea .pickarea .area .slick-prev {
    left: 10px;
  }
}

.top .sec01 .subarea .newarea .area .slick-next,
.top .sec01 .subarea .pickarea .area .slick-next {
  right: 0;
  top: calc(100% - 29.5px);
  transform: inherit;
}
@media screen and (max-width: 767px) {
  .top .sec01 .subarea .newarea .area .slick-next,
  .top .sec01 .subarea .pickarea .area .slick-next {
    right: 10px;
  }
}
