@font-face {
  font-family: "NotoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "NotoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.top-mainVisual {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .top-mainVisual {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 960px) {
  .top-mainVisual {
    height: calc(100vh - 75px);
  }
}

.top-mainVisual__catchWrap {
  margin-right: 20px;
  position: absolute;
  opacity: 0;
  -webkit-transition: left 0.8s, opacity 0.3s;
  transition: left 0.8s, opacity 0.3s;
  left: -35%;
  background-color: #fff;
}
.top-mainVisual__catchWrap.is-anime {
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-mainVisual__catchWrap {
    padding: 50px 100px;
    bottom: 10vh;
    border-radius: 0 20px 20px 0;
  }
}
@media screen and (max-width: 960px) {
  .top-mainVisual__catchWrap {
    padding: 25px;
    top: 17vh;
    border-radius: 0 10px 10px 0;
  }
}

.top-mainVisual__catch {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  line-height: 2;
}
.top-mainVisual__catch.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .top-mainVisual__catch {
    font-size: 35px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-mainVisual__catch {
    font-size: 23px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

.top-mainVisual__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-please {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-please {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .top-please {
    padding: 40px 0;
    position: relative;
    z-index: 0;
  }
  .top-please:before {
    content: "";
    width: 150px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #F0F9F1;
  }
}

.top-please__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .top-please__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-please__desc {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}
.top-please__desc.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 961px) {
  .top-please__desc {
    max-width: 445px;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.top-please__imageWrap {
  max-width: 570px;
}
@media screen and (min-width: 961px) {
  .top-please__imageWrap {
    margin-right: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .top-please__imageWrap.is-anime {
    opacity: 1;
  }
}
@media screen and (max-width: 960px) {
  .top-please__imageWrap {
    margin: 30px auto 0;
  }
}

.top-please__comment {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .top-please__comment {
    font-size: 25px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-please__comment {
    font-size: 20px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 961px) {
  .top-please__text {
    margin-top: 45px;
    font-size: 20px;
    line-height: 2.55;
  }
}
@media screen and (max-width: 960px) {
  .top-please__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.18;
  }
}

@media screen and (min-width: 961px) {
  .top-please__buttonWrap {
    max-width: 362px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .top-please__buttonWrap {
    max-width: 390px;
    margin: 30px auto 0;
  }
}

.top-please__button {
  height: 60px;
}

.top-reason {
  overflow: hidden;
  background-color: #008000;
}

.top-reason__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-reason__inner {
    padding: 60px 0 90px;
  }
  .top-reason__inner:after {
    content: "";
    width: 260px;
    height: 316px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -180px;
    background: url("../img/top/illust02.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .top-reason__inner {
    padding: 60px 0;
  }
}

.top-reason__heading {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.top-reason__heading.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .top-reason__heading {
    padding-right: 70px;
  }
}

.top-reason__box {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
.top-reason__box:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: url("../img/top/illust01.png") no-repeat center/contain;
}
.top-reason__box.is-anime:before {
  opacity: 1;
  -webkit-animation: shake 1s 1 forwards;
          animation: shake 1s 1 forwards;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (min-width: 961px) {
  .top-reason__box {
    margin-top: 40px;
    padding: 0 90px;
  }
  .top-reason__box:before {
    width: 163px;
    height: 204px;
    top: -110px;
    right: -90px;
  }
}
@media screen and (max-width: 960px) {
  .top-reason__box {
    margin-top: 20px;
    padding: 0 20px;
  }
  .top-reason__box:before {
    width: 95px;
    height: 115px;
    top: -70px;
    right: -10px;
  }
}

.top-reason__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s;
  transition: opacity 0.3s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.3s;
  transition: transform 0.7s, opacity 0.3s, -webkit-transform 0.7s;
  line-height: 1.87;
}
.top-reason__item:nth-child(n+2) {
  border-top: 1px solid #72543D;
}
.top-reason__item.is-anime {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.top-reason__item.is-anime:first-child {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-reason__item.is-anime:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.top-reason__item.is-anime:last-child {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (min-width: 961px) {
  .top-reason__item {
    padding: 50px 0;
    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;
  }
}
@media screen and (max-width: 960px) {
  .top-reason__item {
    padding: 30px 0;
  }
}

.top-reason__itemTitle {
  color: #008000;
}
@media screen and (min-width: 961px) {
  .top-reason__itemTitle {
    width: 222px;
    font-size: 20px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-reason__itemTitle {
    font-size: 18px;
    line-height: 1.5;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 961px) {
  .top-reason__itemData {
    width: calc(97% - 222px);
  }
}
@media screen and (max-width: 960px) {
  .top-reason__itemData {
    margin-top: 5px;
    font-size: 16px;
  }
}

.top-service {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-service {
    padding: 80px 0;
  }
}
@media screen and (max-width: 960px) {
  .top-service {
    padding: 40px 0;
  }
}

.top-service__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .top-service__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .top-service__list {
    margin-top: 30px;
  }
}

@media screen and (min-width: 961px) {
  .top-service__item {
    width: 24%;
  }
  .top-service__item:not(:nth-child(4n+1)) {
    margin-left: 1.3333333333%;
  }
  .top-service__item:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .top-service__item {
    width: 49.5%;
  }
  .top-service__item:nth-child(2n) {
    margin-left: 1%;
  }
  .top-service__item:nth-child(n+3) {
    margin-top: 8px;
  }
}

.top-service__anchor {
  width: 100%;
  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;
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 1.5;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.7);
}
.top-service__anchor:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: rgba(51, 51, 51, 0.7);
}
@media screen and (min-width: 961px) {
  .top-service__anchor {
    height: 260px;
    font-size: 20px;
  }
  .top-service__anchor:hover {
    color: #008000;
    border: 1px solid #008000;
  }
  .top-service__anchor:hover:before {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .top-service__anchor:hover .top-service__guide {
    color: #008000;
    background-color: #fff;
  }
  .top-service__anchor:hover .top-service__guide:after {
    right: -15px;
    background-color: #008000;
  }
  .top-service__anchor:hover .top-service__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 960px) {
  .top-service__anchor {
    height: 190px;
    font-size: 18px;
  }
}

.top-service__image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-service__image.--color1 {
  background-color: rgba(0, 128, 0, 0.5);
}

.top-service__guide {
  width: 100%;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
}
.top-service__guide.--arrow2 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .top-service__guide {
    max-width: 180px;
    height: 25px;
    font-size: 14px;
  }
  .top-service__guide.--arrow2:after {
    right: 2px;
  }
}
@media screen and (max-width: 960px) {
  .top-service__guide {
    max-width: 140px;
    height: 20px;
    font-size: 13px;
  }
  .top-service__guide.--mainColor {
    color: #008000;
    background-color: #fff;
  }
  .top-service__guide.--arrow2:after {
    display: none;
  }
}

.top-flow {
  background-color: #F0F9F1;
}
@media screen and (min-width: 961px) {
  .top-flow {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 960px) {
  .top-flow {
    padding: 40px 0;
  }
}

.top-flow__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-flow__list {
  margin-top: 32px;
}

.top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .top-flow__item {
    padding: 15px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #72543D;
    border-radius: 10px;
    background-color: #fff;
  }
  .top-flow__item:nth-child(n+2) {
    margin-top: 40px;
    position: relative;
    z-index: 0;
  }
  .top-flow__item:nth-child(n+2):before {
    content: "";
    top: -25px;
    left: 95px;
    position: absolute;
    border-width: 11px 9.5px 0 9.5px;
    border-style: solid;
    border-color: #008000 transparent transparent transparent;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .top-flow__item:not(:last-child) {
    position: relative;
  }
  .top-flow__item:not(:last-child):before {
    content: "";
    width: 2px;
    height: calc(94% - 90px);
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 38px;
    z-index: 0;
    border-left: 2px dashed #008000;
  }
  .top-flow__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 29.5px;
    border-style: solid;
    border-width: 11px 9.5px 0 9.5px;
    border-color: #008000 transparent transparent transparent;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__iconWrap {
    width: 110px;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__iconWrap {
    width: 80px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__desc {
    width: calc(97% - 110px);
  }
}
@media screen and (max-width: 960px) {
  .top-flow__desc {
    width: calc(98% - 80px);
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media screen and (min-width: 961px) {
  .top-flow__itemTitle {
    font-size: 22px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__itemTitle {
    font-size: 17px;
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

.top-flow__itemText {
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .top-flow__itemText {
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .top-flow__itemText {
    font-size: 16px;
    line-height: 1.7;
  }
}

.top-case {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-case {
    padding: 60px 0;
  }
}
@media screen and (max-width: 960px) {
  .top-case {
    padding: 40px 0;
  }
}

.top-case__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .top-case__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .top-case__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 961px) {
  .top-case__anchor:hover .top-case__guide {
    color: #008000;
    background-color: #fff;
  }
}

.top-case__item {
  border-bottom: 1px solid #72543D;
}
.top-case__item:first-child {
  border-top: 1px solid #72543D;
}

.top-case__anchor {
  display: block;
}
@media screen and (min-width: 961px) {
  .top-case__anchor {
    padding: 30px;
  }
  .top-case__anchor:hover .top-case__guide {
    background-color: #fff;
  }
  .top-case__anchor:hover .top-case__guide:after {
    right: -15px;
    background-color: #008000;
  }
}
@media screen and (max-width: 960px) {
  .top-case__anchor {
    padding: 20px 0;
  }
}

.top-case__itemTitle {
  line-height: 1.66;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .top-case__itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .top-case__itemTitle {
    font-size: 18px;
  }
}

.top-case__itemText {
  margin-top: 16px;
  line-height: 1.87;
}
@media screen and (max-width: 960px) {
  .top-case__itemText {
    font-size: 16px;
  }
}

.top-case__guide {
  pointer-events: none;
  font-size: 14px;
}
@media screen and (min-width: 961px) {
  .top-case__guide {
    width: 180px;
    height: 25px;
    margin: 10px 0 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .top-case__guide {
    width: 120px;
    height: 30px;
    margin: 20px 0 0 auto;
  }
  .top-case__guide.--arrow2:after {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .top-case__buttonWrap {
    max-width: 362px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .top-case__buttonWrap {
    max-width: 390px;
    margin: 30px auto 0;
  }
}

.top-case__button {
  height: 60px;
}

.top-knowledge {
  background-color: #008000;
}

.top-knowledge__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-knowledge__inner {
    padding: 60px 0;
  }
  .top-knowledge__inner:after {
    content: "";
    width: 169px;
    height: 357px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
    background: url("../img/top/illust03.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__inner {
    padding: 40px 0;
  }
}

.top-knowledge__box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-knowledge__box {
    margin-top: 40px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__box {
    margin-top: 30px;
    padding-bottom: 40px;
  }
}

.top-knowledge__item {
  position: relative;
}
.top-knowledge__item:after {
  content: "";
  max-width: 900px;
  width: 92%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #72543D;
}

.top-knowledge__anchor {
  display: block;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 961px) {
  .top-knowledge__anchor {
    padding: 50px 90px;
  }
  .top-knowledge__anchor:hover {
    background-color: #F0F9F1;
  }
  .top-knowledge__anchor:hover .top-knowledge__guide {
    color: #008000;
    background-color: #fff;
  }
  .top-knowledge__anchor:hover .top-knowledge__guide:after {
    right: -15px;
    background-color: #008000;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__anchor {
    padding: 30px 20px;
  }
}

.top-knowledge__itemTitle {
  font-size: 20px;
  line-height: 1.5;
  color: #008000;
}
@media screen and (min-width: 961px) {
  .top-knowledge__itemTitle {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__itemTitle {
    font-family: NotoSans500, sans-serif;
    font-weight: 500;
  }
}

.top-knowledge__itemText {
  margin-top: 18px;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .top-knowledge__itemText {
    line-height: 1.87;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__itemText {
    font-size: 16px;
    line-height: 1.75;
  }
}

.top-knowledge__guide {
  margin: 30px 0 0 auto;
  pointer-events: none;
  font-size: 14px;
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .top-knowledge__guide {
    width: 180px;
    height: 25px;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__guide {
    width: 120px;
    height: 30px;
  }
  .top-knowledge__guide.--arrow2:after {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .top-knowledge__buttonWrap {
    max-width: 362px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .top-knowledge__buttonWrap {
    max-width: 330px;
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}

.top-knowledge__button {
  height: 60px;
}

.top-search {
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-search {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  .top-search {
    padding: 40px 0;
  }
}

.top-search__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.top-search__heading {
  font-family: NotoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .top-search__heading {
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .top-search__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .top-search__selectWrap {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    padding: 0 35px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border: 1px solid #008000;
    background-color: #F0F9F1;
  }
  .top-search__selectWrap:after {
    content: "";
    width: 15px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-mask: url("../img/common/icon-arrow4.svg") no-repeat center/contain;
            mask: url("../img/common/icon-arrow4.svg") no-repeat center/contain;
    background-color: #008000;
  }
}

@media screen and (min-width: 961px) {
  .top-search__tabGroup {
    margin: 30px 0 -20px;
    padding: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 10px;
    background-color: #008000;
  }
}
@media screen and (max-width: 960px) {
  .top-search__tabGroup {
    width: 100%;
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    border: 1px solid #008000;
    -webkit-box-shadow: 0 1px 0 rgba(51, 51, 51, 0.2);
            box-shadow: 0 1px 0 rgba(51, 51, 51, 0.2);
    background-color: #fff;
  }
  .top-search__tabGroup.is-active {
    display: block;
  }
}

.top-search__tab {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .top-search__tab {
    margin-right: 20px;
    padding: 14px;
    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-family: NotoSans500, sans-serif;
    font-weight: 500;
    color: #008000;
    border: 2px solid #fff;
    border-radius: 100px;
    background-color: #fff;
  }
  .top-search__tab.is-active {
    position: relative;
    color: #fff;
    background-color: #008000;
  }
  .top-search__tab.is-active:after {
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    border-radius: 100px;
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .top-search__tab {
    padding: 12px;
    display: block;
  }
}

@media screen and (min-width: 961px) {
  .top-search__box {
    padding: 50px 20px 30px;
    border: 2px solid #008000;
    background-color: #F0F9F1;
  }
}

.top-search__tagGroup {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-search__tagGroup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .top-search__tagGroup {
    margin-top: 20px;
  }
}

.top-search__tag.--large {
  padding: 15px 10px;
  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;
}
.top-search__tag.--white {
  border: 1px solid #333;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .top-search__tag.--large {
    width: 32.6666666667%;
  }
  .top-search__tag.--large:not(:nth-child(3n+1)) {
    margin-left: 1%;
  }
  .top-search__tag.--large:nth-child(n+4) {
    margin-top: 10px;
  }
  .top-search__tag:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .top-search__tag.--large {
    width: 49%;
  }
  .top-search__tag.--large:nth-child(2n) {
    margin-left: 2%;
  }
  .top-search__tag.--large:nth-child(n+3) {
    margin-top: 10px;
  }
}