@charset "UTF-8";
/*
Theme Name: キャッシュビー_LP
Theme URL: 
Description: キャッシュビーのLPサイト
Author: KOZAKIKAKU
Version: β
Tags: cashb,キャッシュビー,
License: 
License URI: 
*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 2px;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

svg {
  width: auto;
  height: auto;
}

/*****************************************
******************mixin*******************
******************************************/
/*****************************************
******************mixin*******************
******************************************/
@media (min-width: 1200px) {
  .pc {
    display: block;
  }
}
@media (max-width: 1199px) {
  .pc {
    display: none;
  }
}
@media (max-width: 932px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .tb {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tb {
    display: block;
  }
}
@media (max-width: 932px) {
  .tb {
    display: block;
  }
}

@media (min-width: 1200px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sp {
    display: none;
  }
}
@media (max-width: 932px) {
  .sp {
    display: block;
  }
}

/*sp用メニュー*/
.sp_menu {
  display: block;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  color: black;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  background: #00833E;
  /*ul_end*/
}
.sp_menu ul {
  padding: 0;
  width: 100%;
  padding-top: 30px;
  /*li_end*/
}
@media (max-width: 932px) {
  .sp_menu ul {
    padding-top: 25px;
  }
}
.sp_menu ul li {
  width: 80%;
  margin: 0px auto;
  text-align: left;
  list-style-type: none;
  border-bottom: 1px solid white;
  padding: 0;
}
.sp_menu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sp_menu ul li:last-child a {
  position: relative;
  display: inline-block;
}
.sp_menu ul li a {
  display: block;
  color: white;
  padding: 14px 0px;
  margin: 0;
  font-size: 14px;
}
.sp_menu .bnr_box {
  width: 90%;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 932px) {
  .sp_menu .bnr_box {
    margin-top: 16.6666666667px;
  }
}
.sp_menu .bnr_box .btn {
  display: block;
  margin: 0px auto;
  width: 180px;
  background: #23AC39;
  color: #00833E;
  padding: 11px 19px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #00833E), color-stop(50%, white));
  background-image: linear-gradient(to left, #00833E 50%, white 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #23AC39;
  background: white;
  color: #00833E;
}
.sp_menu .bnr_box .btn:hover {
  background-position: 100% 0;
  color: white;
  border: 1px solid #00833E;
  font-weight: 700;
  font-size: 14.2px;
}
@media (max-width: 1199px) {
  .sp_menu .bnr_box .btn {
    width: 14vw;
    font-size: 1vw;
  }
  .sp_menu .bnr_box .btn:hover {
    font-size: 1.04vw !important;
  }
}
@media (max-width: 932px) {
  .sp_menu .bnr_box .btn {
    width: 160px;
    font-size: 12px;
  }
  .sp_menu .bnr_box .btn:hover {
    font-size: 12.5px !important;
  }
}

/*.sp_menu_end*/
.navToggle {
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  top: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 999;
  background: #00833E;
  text-align: center;
}
@media (min-width: 1200px) {
  .navToggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navToggle {
    display: none;
  }
}
@media (max-width: 932px) {
  .navToggle {
    display: block;
  }
}
.navToggle span {
  display: block;
  width: 36px;
  border-bottom: solid 2px white;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: auto;
  left: 0px;
  margin: auto;
}
.navToggle span:nth-child(1) {
  top: 20px;
}
.navToggle span:nth-child(2) {
  top: 28px;
}
.navToggle span:nth-child(3) {
  top: 36px;
}
.navToggle span:nth-child(4) {
  border: none;
  font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", "Meiryo", verdana, Osaka, "lr oSVbN", "MS PGothic", Sans-Serif;
  font-weight: bold;
  color: white;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
  top: 46px;
}

/*.navToggle_end*/
.sp_menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.navToggle.active {
  background: none;
}

.navToggle.active span:nth-child(1) {
  top: 38.3px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px white;
}
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 38.3px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px white;
}
.navToggle.active span:nth-child(4) {
  display: none;
}

/*sp用メニュー_End*/
img {
  display: block;
}

a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}

.parallax {
  width: 100%;
  height: auto;
  background: url(img/bg.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center top;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-delay: 0.001s;
          transition-delay: 0.001s;
}

.pagination_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 932px) {
  .pagination_cover {
    margin-top: 16px;
  }
}
.pagination_cover .pagination {
  margin: 0px auto;
}
.pagination_cover .pagination .current {
  background: #00833E;
  color: white;
  border: 1px solid #00833E;
}
.pagination_cover .pagination a:hover {
  color: #00833E;
}
.pagination_cover .pagination .page-numbers {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}

.fadein {
  opacity: 0.06;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms !important;
  transition: all 800ms !important;
}

.fadein2 {
  opacity: 0.06;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.fadein3 {
  opacity: 0.06;
  -webkit-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
  -webkit-transition: all 700ms !important;
  transition: all 700ms !important;
}

.fadein4 {
  opacity: 0.06;
  -webkit-transform: translate(100px, 0px);
          transform: translate(100px, 0px);
  -webkit-transition: all 700ms !important;
  transition: all 700ms !important;
}

.fadein5 {
  opacity: 0.06;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.fadein6 {
  opacity: 0.06;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.fadein7 {
  opacity: 0.06;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms !important;
  transition: all 800ms !important;
}

.fadein8 {
  opacity: 0.06;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 800ms !important;
  transition: all 800ms !important;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein2.scrollin2 {
  opacity: 1;
}

.fadein3.scrollin3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein4.scrollin4 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein5.scrollin5 {
  -webkit-animation: bounds 1000ms linear;
          animation: bounds 1000ms linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadein6.scrollin6 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein7.scrollin7 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein8.scrollin8 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadetext {
  opacity: 0;
}
.fadetext span {
  opacity: 0;
  font-weight: 500 !important;
}

.sd {
  /*描画位置※位置は適宜調整してください*/
  width: 40px;
  background: gray;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 10px;
  left: auto;
  margin: auto;
  z-index: 30;
  /*上から下にかけて丸が透過→不透明→透過する*/
}
.sd span {
  /*描画位置*/
  position: absolute;
  left: 12px;
  top: -120px;
  /*テキストの形状*/
  color: white;
  font-size: 14px;
  letter-spacing: 4px;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.sd:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.sd:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 120px;
  background: white;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 115px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 115px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

#inst_box {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  #inst_box {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #inst_box {
    width: 94%;
  }
}
#inst_box .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (max-width: 932px) {
  #inst_box .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #inst_box .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #inst_box .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #inst_box .title {
    font-size: 20px;
  }
}
#inst_box .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#inst_box .title span:before {
  content: "-";
}
#inst_box .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #inst_box .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #inst_box .title span {
    font-size: 14px;
  }
}
#inst_box .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
@media (max-width: 932px) {
  #inst_box {
    padding-top: 83.3333333333px;
  }
}
#inst_box .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#inst_box .instagram li:nth-of-type(n+7) {
  margin-top: 16px;
}
@media (max-width: 932px) {
  #inst_box .instagram li:nth-of-type(n+7) {
    margin-top: 13.3333333333px;
  }
}
@media (max-width: 932px) {
  #inst_box .instagram li:nth-of-type(n+7) {
    margin-top: 0px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #inst_box .instagram li:nth-of-type(n+7) {
    margin-top: 0px;
  }
}
@media (max-width: 932px) {
  #inst_box .instagram li:nth-of-type(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #inst_box .instagram li:nth-of-type(n+5) {
    margin-top: 8.3333333333px;
  }
}
#inst_box .instagram li a img {
  width: 190px;
  max-height: 190px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  #inst_box .instagram li a img {
    width: 14vw;
    height: 14vw;
    border-radius: 1vw !important;
  }
}
@media (max-width: 932px) {
  #inst_box .instagram li a img {
    width: 22vw;
    height: 22vw;
    border: 2px solid #23AC39 !important;
    border-radius: 6px !important;
  }
}

/***ここから共通部分**********************************************/
header {
  width: 100%;
  height: auto;
  background: #23AC39;
  position: fixed;
  z-index: 9999;
  /*.wrap_end*/
}
header .wrap {
  width: 98%;
  height: 70px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*nav_end*/
}
@media (max-width: 932px) {
  header .wrap {
    width: 94%;
  }
}
header .wrap .logo {
  width: 200px;
  height: auto;
}
@media (max-width: 1199px) {
  header .wrap .logo {
    width: 16vw;
  }
}
@media (max-width: 932px) {
  header .wrap .logo {
    width: 180px;
  }
}
header .wrap nav {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  header .wrap nav {
    width: 76vw;
  }
}
@media (max-width: 932px) {
  header .wrap nav {
    display: none;
  }
}
header .wrap nav div:first-child {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  header .wrap nav div:first-child {
    width: 60vw;
  }
}
header .wrap nav div:first-child a {
  font-size: 14px;
  color: white;
}
@media (max-width: 1199px) {
  header .wrap nav div:first-child a {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  header .wrap nav div:nth-child(2) {
    width: 40vw;
    margin-left: 3vw;
  }
}
header .wrap nav div:nth-child(2) .btn {
  display: block;
  margin: 0px auto;
  width: 180px;
  background: #23AC39;
  color: #00833E;
  padding: 11px 19px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #00833E), color-stop(50%, white));
  background-image: linear-gradient(to left, #00833E 50%, white 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #23AC39;
  display: inline-block;
}
header .wrap nav div:nth-child(2) .btn:hover {
  background-position: 100% 0;
  color: white;
  border: 1px solid #00833E;
  font-weight: 700;
  font-size: 14.2px;
}
@media (max-width: 1199px) {
  header .wrap nav div:nth-child(2) .btn {
    width: 14vw;
    font-size: 1vw;
  }
  header .wrap nav div:nth-child(2) .btn:hover {
    font-size: 1.04vw !important;
  }
}
@media (max-width: 932px) {
  header .wrap nav div:nth-child(2) .btn {
    width: 160px;
    font-size: 12px;
  }
  header .wrap nav div:nth-child(2) .btn:hover {
    font-size: 12.5px !important;
  }
}

footer {
  width: 100%;
  height: auto;
}
@media (max-width: 932px) {
  footer {
    margin: 0px auto;
  }
}
footer .arch {
  height: 90px;
  width: 100%;
  background: url(../img/common/arch.svg) center;
  background-size: auto;
  position: relative;
  z-index: -1;
}
footer .contain {
  background: #00833E;
}
footer .contain .wrap .sns {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto;
}
footer .contain .wrap .sns a:hover img {
  opacity: 0.6;
}
footer .contain .wrap .sns a img {
  width: auto;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .contain ul {
  width: 600px;
  margin: 0px auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 932px) {
  footer .contain ul {
    margin-top: 41.6666666667px;
  }
}
@media (max-width: 932px) {
  footer .contain ul {
    width: 90%;
    display: none;
  }
}
footer .contain ul a {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  color: white;
}
footer .contain ul a:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
footer .contain ul a:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  footer .contain ul a {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  footer .contain ul a {
    font-size: 12px;
  }
}
footer .contain .f_logo {
  width: 200px;
  margin: 0px auto;
  margin-top: 50px;
}
@media (max-width: 932px) {
  footer .contain .f_logo {
    margin-top: 41.6666666667px;
  }
}
footer .contain .under {
  width: 300px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 932px) {
  footer .contain .under {
    padding-top: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  footer .contain .under {
    padding-bottom: 16.6666666667px;
  }
}
footer .contain .under a {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  color: white;
}
footer .contain .under a:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
footer .contain .under a:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  footer .contain .under a {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  footer .contain .under a {
    font-size: 12px;
  }
}
footer .contain .under span {
  font-size: 12px;
  color: white;
}

#sub_main {
  width: 100%;
  height: 280px;
  background: #00833E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 932px) {
  #sub_main {
    height: 200px;
  }
}
#sub_main h1 {
  position: relative;
  top: 35px;
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
@media (max-width: 932px) {
  #sub_main h1 {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #sub_main h1 {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #sub_main h1 {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #sub_main h1 {
    font-size: 20px;
  }
}
#sub_main h1 span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#sub_main h1 span:before {
  content: "-";
}
#sub_main h1 span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #sub_main h1 span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #sub_main h1 span {
    font-size: 14px;
  }
}
#sub_main h1 img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#sub_main h1 span {
  color: white;
}

/*top_main_end*/
/***ここまで共通部分**********************************************/
/***ここからトップページ**********************************************/
#top_main {
  width: 100%;
  height: 700px;
  background: #23AC39;
  position: relative;
  z-index: 120;
  overflow: hidden;
  margin: 0px auto;
}
#top_main #particles-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 100;
  /*描画を一番下に*/
  width: 100%;
  height: 100%;
}
@media (max-width: 932px) {
  #top_main {
    height: 100vh;
  }
}
#top_main .main_v {
  width: 960px;
  height: 960px;
  background: url(../img/top/main_v.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: -450px;
  left: -200px;
  margin: auto;
  z-index: 2 !important;
}
@media (max-width: 932px) {
  #top_main .main_v {
    width: 100%;
    height: 100vh;
    border-radius: 0px;
    position: static;
  }
}
#top_main .xyz {
  position: absolute;
  top: 200px;
  right: auto;
  bottom: 0;
  left: 240px;
  margin: auto;
  z-index: 3000;
  height: 376px;
  /*article*/
}
@media (max-width: 932px) {
  #top_main .xyz {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5vw;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 20px;
  }
}
#top_main .xyz h1 {
  margin: auto;
  text-align: left;
  font-size: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  line-height: 68px;
  color: #00833E;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, 0px -3px 0px #ffffff, 6px 8px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 932px) {
  #top_main .xyz h1 {
    font-size: 31px;
    line-height: 50px;
    text-align: center;
  }
}
#top_main .xyz article {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 932px) {
  #top_main .xyz article {
    margin-top: 25px;
  }
}
#top_main .xyz article p {
  color: #00833E;
  display: block;
  width: 420px;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-align: center;
  background: white;
  border-radius: 4px;
}
@media (max-width: 932px) {
  #top_main .xyz article p {
    width: 100%;
    font-size: 24px;
  }
}
#top_main .xyz article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 360px;
  margin: 0px auto;
  margin-top: 20px;
}
[data-agent="ios"] #top_main .xyz article div,
[data-agent="android"] #top_main .xyz article div {
  justify-content: center;
}
@media (max-width: 932px) {
  #top_main .xyz article div {
    margin-top: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_main .xyz article div {
    width: 100%;
    max-width: 500px;
  }
}
#top_main .xyz article div a img {
  height: 56px;
}
@media (max-width: 932px) {
  #top_main .xyz article div a img {
    height: 12vw;
    max-height: 60px;
  }
}
#top_main .hand {
  width: 500px;
  position: absolute;
  top: 300px;
  right: auto;
  bottom: 0;
  left: -180px;
  margin: auto;
  z-index: 3;
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
  -webkit-animation: slide-in 0.8s;
          animation: slide-in 0.8s;
}
@media (max-width: 932px) {
  #top_main .hand {
    position: relative;
    width: 100vw;
    max-width: 500px;
    position: absolute;
    top: 10vw;
    right: auto;
    bottom: 0;
    left: -120px;
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw);
  }
  76% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: rotateZ(20deg);
            transform: rotateZ(20deg);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw);
  }
  76% {
    -webkit-transform: translateX(-90vw);
            transform: translateX(-90vw);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: rotateZ(20deg);
            transform: rotateZ(20deg);
  }
}
@-webkit-keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: -10%;
    -webkit-transform: scale(1, 1.04);
            transform: scale(1, 1.04);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.15, 0.9);
            transform: scale(1.15, 0.9);
  }
}
@keyframes bound-anim {
  0%, 100% {
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: -10%;
    -webkit-transform: scale(1, 1.04);
            transform: scale(1, 1.04);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    top: 0;
    -webkit-transform: scale(1.15, 0.9);
            transform: scale(1.15, 0.9);
  }
}
@-webkit-keyframes return {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    left: 0px;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 160px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  70% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: 0px;
  }
}
@keyframes return {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    left: 0px;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    left: 160px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  70% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes return2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    right: 0px;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    right: 160px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  70% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    right: 0px;
  }
}
@keyframes return2 {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    right: 0px;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    right: 160px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  70% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  100% {
    right: 0px;
  }
}
#top_main .wrap {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px auto;
  height: 100% !important;
  z-index: 1;
  /*ul{
      @include flex;
      animation: loop-slide 20s infinite linear 0s both;
      img{
          width:150px!important;
          height:150px!important;
          object-fit:cover;
          @include mr(20px);
          border:4px solid white;
          border-radius:5px;
      }
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }*/
}
@media (max-width: 932px) {
  #top_main .wrap {
    opacity: 0;
  }
}
#top_main .wrap .slider {
  width: 1920px !important;
  margin: 0px auto !important;
  position: relative;
  top: 60px;
}
#top_main .wrap .slider li {
  width: 220px !important;
  height: 300px !important;
  position: relative;
  top: 40px;
}
#top_main .wrap .slider li .bird {
  width: 62px !important;
  height: auto;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  padding: 0 !important;
  -webkit-animation: bound-anim 1s infinite;
          animation: bound-anim 1s infinite;
}
#top_main .wrap .slider li .bird2 {
  width: 62px !important;
  height: auto;
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 0px;
  padding: 0 !important;
  -webkit-animation: return 6s infinite;
          animation: return 6s infinite;
}
@media (max-width: 1199px) {
  #top_main .wrap .slider li {
    width: 10vw;
  }
}
#top_main .wrap .slider li img {
  width: 100%;
  height: auto;
  padding: 10px;
}
#top_main .wrap2 {
  position: absolute;
  top: 330px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px auto;
  width: 1920px !important;
  z-index: 1;
  /*ul{
      @include flex;
      animation: loop-slide2 20s infinite linear 0s both;
      img{
          width:240px!important;
          height:240px!important;
          object-fit:cover;
          @include mr(20px);
          border:4px solid white;
          border-radius:5px;
      }
  }*/
  /*@keyframes loop-slide2 {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }*/
}
@media (max-width: 932px) {
  #top_main .wrap2 {
    opacity: 0;
  }
}
#top_main .wrap2 .slider2 {
  width: 1920px !important;
  margin: 0px auto !important;
  position: relative;
  top: 60px;
}
#top_main .wrap2 .slider2 li {
  width: 220px !important;
  height: 300px !important;
  position: relative;
  top: 40px;
}
#top_main .wrap2 .slider2 li .bird {
  width: 62px !important;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
  z-index: 100;
  padding: 0 !important;
  -webkit-animation: bound-anim 1s infinite;
          animation: bound-anim 1s infinite;
}
#top_main .wrap2 .slider2 li .bird2 {
  width: 62px !important;
  height: auto;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: auto;
  left: auto;
  padding: 0 !important;
  -webkit-animation: return2 6s infinite;
          animation: return2 6s infinite;
}
#top_main .wrap2 .slider2 li img {
  width: 100%;
  height: auto;
  padding: 10px;
}

/*top_main_end*/
#top_1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: white;
}
@media (max-width: 932px) {
  #top_1 {
    padding-top: 83.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_1 {
    padding-bottom: 83.3333333333px;
  }
}
#top_1 .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 932px) {
  #top_1 .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_1 .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_1 .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_1 .title {
    font-size: 20px;
  }
}
#top_1 .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_1 .title span:before {
  content: "-";
}
#top_1 .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_1 .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_1 .title span {
    font-size: 14px;
  }
}
#top_1 .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_1 .wrap {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  /*article_end*/
}
@media (max-width: 1199px) {
  #top_1 .wrap {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap {
    width: 94%;
  }
}
#top_1 .wrap h3 {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #00833E;
  position: relative;
  padding-bottom: 14px;
  margin-top: 50px;
}
#top_1 .wrap h3:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  #top_1 .wrap h3 {
    font-size: 1.4vw;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap h3 {
    font-size: 16px;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap h3 {
    margin-top: 41.6666666667px;
  }
}
#top_1 .wrap article {
  margin-top: 50px;
  /*first-of-type_end*/
  /*last-of-type_end*/
}
@media (max-width: 932px) {
  #top_1 .wrap article {
    margin-top: 41.6666666667px;
  }
}
#top_1 .wrap article:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type {
    display: block;
  }
}
#top_1 .wrap article:first-of-type img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  #top_1 .wrap article:first-of-type img {
    width: 30vw;
    height: auto;
    margin: 0px auto;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type img {
    width: 50%;
    height: auto;
  }
}
#top_1 .wrap article:first-of-type p {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
}
#top_1 .wrap article:first-of-type p:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_1 .wrap article:first-of-type p:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_1 .wrap article:first-of-type p {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type p {
    font-size: 12px;
  }
}
#top_1 .wrap article:first-of-type p span {
  font-size: 24px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  color: #00833E;
}
#top_1 .wrap article:first-of-type p span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_1 .wrap article:first-of-type p span:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_1 .wrap article:first-of-type p span {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type p span {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type p span {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #top_1 .wrap article:first-of-type p {
    margin-left: 30px;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:first-of-type p {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_1 .wrap article:first-of-type p {
    margin-top: 25px;
  }
}
#top_1 .wrap article:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 932px) {
  #top_1 .wrap article:last-of-type {
    display: block;
  }
}
#top_1 .wrap article:last-of-type div {
  width: 340px;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 932px) {
  #top_1 .wrap article:last-of-type div {
    width: 100%;
  }
}
#top_1 .wrap article:last-of-type div img {
  width: 340px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
  border: 1px dashed #00833E;
}
@media (max-width: 1199px) {
  #top_1 .wrap article:last-of-type div img {
    width: 26vw;
    height: auto;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:last-of-type div img {
    width: 50%;
    height: auto;
    margin: 0px auto;
  }
  #top_1 .wrap article:last-of-type div img:last-of-type {
    margin-bottom: 20px;
  }
}
#top_1 .wrap article:last-of-type div p {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
#top_1 .wrap article:last-of-type div p:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_1 .wrap article:last-of-type div p:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_1 .wrap article:last-of-type div p {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:last-of-type div p {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap article:last-of-type div p {
    font-size: 16px;
  }
}
#top_1 .wrap .cmt {
  margin-top: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 932px) {
  #top_1 .wrap .cmt {
    margin-top: 41.6666666667px;
  }
}
#top_1 .wrap .cmt:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_1 .wrap .cmt:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_1 .wrap .cmt {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_1 .wrap .cmt {
    font-size: 12px;
  }
}

/*top_1_end*/
#top_2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #23AC39;
  overflow: hidden;
  /*.wrap_end*/
}
@media (max-width: 932px) {
  #top_2 {
    padding-top: 83.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_2 {
    padding-bottom: 83.3333333333px;
  }
}
#top_2 .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00833E;
  background: white;
}
@media (max-width: 932px) {
  #top_2 .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_2 .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_2 .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_2 .title {
    font-size: 20px;
  }
}
#top_2 .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_2 .title span:before {
  content: "-";
}
#top_2 .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_2 .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_2 .title span {
    font-size: 14px;
  }
}
#top_2 .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_2 .wrap {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 1199px) {
  #top_2 .wrap {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap {
    width: 94%;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap {
    display: block;
  }
}
#top_2 .wrap .box {
  width: 100%;
  background: white;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
          box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 932px) {
  #top_2 .wrap .box {
    margin-top: 41.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box {
    padding-top: 33.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box {
    padding-bottom: 33.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
            box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_2 .wrap .box {
    padding-top: 16.6666666667px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_2 .wrap .box {
    padding-bottom: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box:last-of-type {
    margin-bottom: 0px;
  }
}
#top_2 .wrap .box img {
  width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 50px;
}
@media (max-width: 932px) {
  #top_2 .wrap .box img {
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin: 0px auto;
  }
}
@media (max-width: 1199px) {
  #top_2 .wrap .box img.aaa {
    display: block;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box img.aaa {
    display: none;
  }
}
@media (min-width: 1200px) {
  #top_2 .wrap .box img.aaa {
    display: none;
  }
}
#top_2 .wrap .box p {
  font-size: 16px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 800px;
}
#top_2 .wrap .box p:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_2 .wrap .box p:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_2 .wrap .box p {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box p {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box p {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_2 .wrap .box p {
    margin-top: 8.3333333333px;
  }
}
#top_2 .wrap .box p span {
  display: block;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 932px) {
  #top_2 .wrap .box p span {
    font-size: 18px;
    text-align: center;
  }
}
#top_2 .wrap .box .btn {
  display: block;
  margin: 0px auto;
  width: 180px;
  background: #23AC39;
  color: #00833E;
  padding: 11px 19px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #00833E), color-stop(50%, white));
  background-image: linear-gradient(to left, #00833E 50%, white 50%);
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #23AC39;
  margin-top: 30px;
}
#top_2 .wrap .box .btn:hover {
  background-position: 100% 0;
  color: white;
  border: 1px solid #00833E;
  font-weight: 700;
  font-size: 14.2px;
}
@media (max-width: 1199px) {
  #top_2 .wrap .box .btn {
    width: 14vw;
    font-size: 1vw;
  }
  #top_2 .wrap .box .btn:hover {
    font-size: 1.04vw !important;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box .btn {
    width: 160px;
    font-size: 12px;
  }
  #top_2 .wrap .box .btn:hover {
    font-size: 12.5px !important;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap .box .btn {
    margin-top: 25px;
  }
}
#top_2 .wrap2 {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
  width: 100%;
  background: white;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
          box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  #top_2 .wrap2 {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap2 {
    width: 94%;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap2 {
    margin-top: 41.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap2 {
    padding-top: 33.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap2 {
    padding-bottom: 33.3333333333px;
  }
}
#top_2 .wrap2 h2 {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #00833E;
  position: relative;
  padding-bottom: 14px;
}
#top_2 .wrap2 h2:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  #top_2 .wrap2 h2 {
    font-size: 1.4vw;
  }
}
@media (max-width: 932px) {
  #top_2 .wrap2 h2 {
    font-size: 16px;
  }
}
#top_2 .wrap2 .movie {
  margin-top: 30px;
  width: 100%;
  position: relative;
  padding-top: 56.25% !important;
}
@media (max-width: 932px) {
  #top_2 .wrap2 .movie {
    margin-top: 25px;
  }
}
#top_2 .wrap2 .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 86%;
  height: 86%;
}
#top_2 .app {
  display: block;
  margin: 0px auto;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
          box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 6px;
  width: 400px;
}
@media (max-width: 932px) {
  #top_2 .app {
    margin-top: 41.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .app {
    padding-top: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .app {
    padding-bottom: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_2 .app {
    width: 96%;
  }
}
#top_2 .app img {
  width: 80px;
  height: auto;
  margin: 0px auto;
}
#top_2 .app p {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 400;
  text-align: center;
  color: #00833E;
}
#top_2 .app p:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_2 .app p:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_2 .app p {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_2 .app p {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  #top_2 .app p {
    margin-top: 25px;
  }
}

/*top_2_end*/
#top_3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: white;
  /*.wrap_end*/
}
@media (max-width: 932px) {
  #top_3 {
    padding-top: 83.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_3 {
    padding-bottom: 83.3333333333px;
  }
}
#top_3 .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 932px) {
  #top_3 .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_3 .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_3 .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_3 .title {
    font-size: 20px;
  }
}
#top_3 .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_3 .title span:before {
  content: "-";
}
#top_3 .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_3 .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_3 .title span {
    font-size: 14px;
  }
}
#top_3 .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_3 .wrap {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 1199px) {
  #top_3 .wrap {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap {
    width: 94%;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap {
    display: block;
  }
}
#top_3 .wrap article {
  margin-top: 50px;
}
@media (max-width: 932px) {
  #top_3 .wrap article {
    margin-top: 41.6666666667px;
  }
}
#top_3 .wrap article:nth-of-type(n+2) {
  margin-top: 50px;
}
@media (max-width: 932px) {
  #top_3 .wrap article:nth-of-type(n+2) {
    margin-top: 41.6666666667px;
  }
}
#top_3 .wrap article:nth-of-type(2) {
  /*div{
      &:after{ //要素詰めの設定。これがないと最下段のスペースが均等に割り振られる。
          display:block;
          content:"";
          width:350px;//適当。問題があったら調整
          height:0;
          @include tb{
              width:26vw;
          }
          @include sp{
              display:none;
          }
      }
  }*/
}
#top_3 .wrap article:nth-of-type(3) div img {
  height: 140px;
}
#top_3 .wrap article h3 {
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #00833E;
  position: relative;
  padding-bottom: 14px;
  color: rgba(0, 0, 0, 0.8);
}
#top_3 .wrap article h3:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  #top_3 .wrap article h3 {
    font-size: 1.4vw;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap article h3 {
    font-size: 16px;
  }
}
#top_3 .wrap article span {
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#top_3 .wrap article span:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_3 .wrap article span:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_3 .wrap article span {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap article span {
    font-size: 12px;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap article span {
    margin-top: 8.3333333333px;
  }
}
#top_3 .wrap article div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 932px) {
  #top_3 .wrap article div {
    display: block;
  }
}
#top_3 .wrap article div img {
  width: 350px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  border: 1px solid gray;
  margin-top: 30px;
}
@media (max-width: 932px) {
  #top_3 .wrap article div img {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  #top_3 .wrap article div img {
    width: 26vw;
    height: 8vw;
  }
}
@media (max-width: 932px) {
  #top_3 .wrap article div img {
    width: 350px;
    height: 80px;
    margin: 0px auto;
    margin-top: 30px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_3 .wrap article div img {
    margin-top: 25px;
  }
}
#top_3 .wrap article div p {
  text-align: center;
  margin: 0px auto;
  margin-top: 30px;
}
@media (max-width: 932px) {
  #top_3 .wrap article div p {
    margin-top: 25px;
  }
}

/*top_3_end*/
#top_4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #23AC39;
  /*.wrap_end*/
}
@media (max-width: 932px) {
  #top_4 {
    padding-top: 83.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_4 {
    padding-bottom: 83.3333333333px;
  }
}
#top_4 .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00833E;
  background: white;
}
@media (max-width: 932px) {
  #top_4 .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_4 .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_4 .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_4 .title {
    font-size: 20px;
  }
}
#top_4 .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_4 .title span:before {
  content: "-";
}
#top_4 .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_4 .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_4 .title span {
    font-size: 14px;
  }
}
#top_4 .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_4 .wrap {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 1199px) {
  #top_4 .wrap {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap {
    width: 94%;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap {
    display: block;
  }
}
#top_4 .wrap article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top_4 .wrap article:after {
  display: block;
  content: "";
  width: 340px;
  height: 0;
}
@media (max-width: 1199px) {
  #top_4 .wrap article:after {
    width: 26vw;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article {
    display: block;
  }
}
#top_4 .wrap article .box {
  width: 340px;
  height: 160px;
  -webkit-box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
          box-shadow: 0px 0px 10px rgba(35, 172, 56, 0.4);
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 6px;
  background: white;
  position: relative;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 932px) {
  #top_4 .wrap article .box {
    padding-top: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box {
    padding-bottom: 16.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box {
    margin-top: 41.6666666667px;
  }
}
@media (max-width: 1199px) {
  #top_4 .wrap article .box {
    width: 26vw;
    height: 10vw;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box {
    width: 100%;
    height: 100px;
    margin-top: 80px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_4 .wrap article .box {
    margin-top: 66.6666666667px;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box:first-of-type {
    margin-top: 50px;
  }
}
@media (max-width: 932px) and (max-width: 932px) {
  #top_4 .wrap article .box:first-of-type {
    margin-top: 41.6666666667px;
  }
}
#top_4 .wrap article .box:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 100%;
  background: white;
}
#top_4 .wrap article .box h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #00833E;
  margin-top: 10px;
}
@media (max-width: 932px) {
  #top_4 .wrap article .box h4 {
    margin-top: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_4 .wrap article .box h4 {
    font-size: 1.6vw;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box h4 {
    font-size: 16px;
  }
}
#top_4 .wrap article .box h4 span {
  font-size: 14px;
  display: block;
  margin-top: 20px;
  font-weight: 400;
}
@media (max-width: 932px) {
  #top_4 .wrap article .box h4 span {
    margin-top: 16.6666666667px;
  }
}
@media (max-width: 1199px) {
  #top_4 .wrap article .box h4 span {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box h4 span {
    font-size: 12px;
  }
}
#top_4 .wrap article .box .num {
  width: 100%;
  position: absolute;
  top: -10px;
  right: -2px;
  bottom: auto;
  left: 0;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  color: #00833E;
  text-align: center;
  z-index: 10;
}
#top_4 .wrap article .box .text {
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8;
  line-height: 24px;
  color: black;
}
@media (max-width: 932px) {
  #top_4 .wrap article .box .text {
    margin-top: 25px;
  }
}
#top_4 .wrap article .box .text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  content: "";
}
#top_4 .wrap article .box .text:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  content: "";
}
@media (max-width: 1199px) {
  #top_4 .wrap article .box .text {
    font-size: 1.2vw;
  }
}
@media (max-width: 932px) {
  #top_4 .wrap article .box .text {
    font-size: 12px;
  }
}

/*top_4_end*/
#top_5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 932px) {
  #top_5 {
    padding-top: 83.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_5 {
    padding-bottom: 83.3333333333px;
  }
}
#top_5 .wrap {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 1199px) {
  #top_5 .wrap {
    width: 90%;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap {
    width: 94%;
  }
}
#top_5 .wrap .title {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 40px;
  background: none;
  color: #00833E;
}
@media (max-width: 932px) {
  #top_5 .wrap .title {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap .title {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap .title {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap .title {
    font-size: 20px;
  }
}
#top_5 .wrap .title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_5 .wrap .title span:before {
  content: "-";
}
#top_5 .wrap .title span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_5 .wrap .title span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap .title span {
    font-size: 14px;
  }
}
#top_5 .wrap .title img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_5 .wrap .title span {
  line-height: 40px;
  background: none !important;
  display: inline;
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00833E;
}
@media (max-width: 932px) {
  #top_5 .wrap .title span {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap .title span {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap .title span {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap .title span {
    font-size: 20px;
  }
}
#top_5 .wrap .title span span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_5 .wrap .title span span:before {
  content: "-";
}
#top_5 .wrap .title span span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_5 .wrap .title span span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap .title span span {
    font-size: 14px;
  }
}
#top_5 .wrap .title span img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
#top_5 .wrap .title span:before {
  content: "";
}
#top_5 .wrap .title span:after {
  content: "";
}
@media (max-width: 932px) {
  #top_5 .wrap .title {
    line-height: 32px;
  }
}
#top_5 .wrap .icon {
  width: 100px;
  height: auto;
  margin: 0px auto;
  margin-top: 30px;
}
@media (max-width: 932px) {
  #top_5 .wrap .icon {
    margin-top: 25px;
  }
}
#top_5 .wrap p {
  font-size: 30px;
  letter-spacing: 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-align: center;
  color: white;
  background: #23AC39;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
  color: #00833E;
  margin-top: 30px;
}
@media (max-width: 932px) {
  #top_5 .wrap p {
    padding-top: 8.3333333333px;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap p {
    padding-bottom: 8.3333333333px;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap p {
    font-size: 3vw;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap p {
    font-size: 20px;
  }
}
#top_5 .wrap p span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
}
#top_5 .wrap p span:before {
  content: "-";
}
#top_5 .wrap p span:after {
  content: "-";
}
@media (max-width: 1199px) {
  #top_5 .wrap p span {
    font-size: 1vw;
  }
}
@media (max-width: 1199px) {
  #top_5 .wrap p span {
    font-size: 14px;
  }
}
#top_5 .wrap p img {
  display: block;
  width: 70px;
  margin: 0px auto;
  margin-bottom: 4px;
  position: relative;
  right: 10px;
  padding: 2px;
}
@media (max-width: 932px) {
  #top_5 .wrap p {
    margin-top: 25px;
  }
}
#top_5 .wrap div {
  width: 400px;
  margin: 0px auto;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-agent="ios"] #top_5 .wrap div,
[data-agent="android"] #top_5 .wrap div {
  justify-content: center;
}
@media (max-width: 932px) {
  #top_5 .wrap div {
    margin-top: 0px;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap div {
    width: 100%;
    max-width: 400px;
  }
}
#top_5 .wrap div a img {
  height: 60px;
  margin: 0px auto;
  margin-top: 30px;
}
@media (max-width: 932px) {
  #top_5 .wrap div a img {
    margin-top: 25px;
  }
}
@media (max-width: 932px) {
  #top_5 .wrap div a img {
    height: 56px;
  }
}

/*top_5_end*/
/***ここまでトップページ**********************************************/
:root[data-agent="android"] .ios {
  display: none;
}

:root[data-agent="ios"] .android {
  display: none;
}
/*# sourceMappingURL=style.css.map */