/* Scss Document */
.example {
  border: 1px solid #000;
  position: relative;
  margin-top: 50px;
  padding: 30px 0;
}

.example__head {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
}

.example__head::after {
  content: "";
  background: #66b734;
  width: 80%;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.example__list {
  text-align: center;
}

.example__list p {
  text-align: left;
  padding: 0 2em;
  position: relative;
}

.example__list p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #66b734;
  border-radius: 2px;
}

.example__list p:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .example__head::after {
    width: 350px;
  }
  .example__list {
    text-align: center;
  }
  .example__list p {
    margin: 0 1em;
  }
}

.sec01list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec01list__item {
  width: 31%;
}

.sec01list__item h4 {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec01list__item {
    width: 80%;
    margin: 0 10% 50px;
  }
}

.c-icon {
  text-align: center;
  margin-bottom: 20px;
}

.c-icon .svg-inline--fa {
  color: #66b734;
  font-size: 50px;
}

.service .c-row__col {
  padding: 30px 20px;
}

.service .c-row__col .smb-items__item__title {
  text-align: center;
}

.service .c-row__col .smb-items__item__title span {
  display: block;
  color: #66b734;
}

.case {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.case__item {
  width: 48%;
  margin-bottom: 20px;
  background: #f0faeb;
  padding: 20px;
}

.case__item span {
  display: block;
  font-size: 1.2;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #66b734;
}

@media screen and (max-width: 640px) {
  .case__item {
    width: 100%;
  }
}

.price {
  background: #66b734;
  padding: 50px 100px 50px;
}

.price .has-vivid-red-color {
  color: #fff;
}

.price .c-head01 {
  color: #fff;
}

.price .c-head01:first-letter {
  color: #eeff00;
}

.price .c-head01:before {
  background: #fff;
}

.price p {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .price {
    padding: 50px 20px 50px;
  }
}

.c-head01 {
  margin-bottom: 30px;
}

.c-head01:first-letter {
  font-size: 1.4em;
  color: #66b734;
}

.c-head01 span {
  display: block;
  font-size: 0.6em;
}

.companyTable tr {
  width: 100%;
}

.companyTable tr td {
  border: none !important;
}

.companyTable tr td:first-child {
  width: 8em;
}

.companyTable tr td:nth-child(2) {
  width: calc(100% - 8em);
}

.banner {
  text-align: center;
  margin-bottom: 30px;
}

.u-tac {
  text-align: center;
}

.smb-accordion__item__title {
  padding-left: 4em;
  position: relative;
}

.smb-accordion__item__title .q {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: #66b734;
  color: #fff;
  width: 3em;
  padding: 0.5em 1em;
}

.smb-accordion__item__body {
  padding-left: 4em;
  position: relative;
}

.smb-accordion__item__body .a {
  left: 0;
  top: 0;
  position: absolute;
  background: #eeeeee;
  width: 3em;
  padding: 0.5em 1em;
}

@media screen and (max-width: 640px) {
  .service-01 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .service-02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.smb-container__body .flow {
  margin: 50px 0 0;
}

.smb-container__body .flow .head {
  margin-bottom: 20px;
}

.smb-container__body .flow__item {
  padding: 30px 100px;
  position: relative;
  background: #eff8ea;
}

.smb-container__body .flow__item:after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px dotted #66b734;
  position: absolute;
  top: 0;
  left: 51px;
}

.smb-container__body .flow__item .num {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 30px;
  border: 1px solid;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0.8em 1em;
  line-height: 1;
  color: #66b734;
  background: #eff8ea;
  z-index: 1;
  font-weight: bold;
}

.smb-container__body .flow__item h4 {
  color: #66b734;
  margin-bottom: 10px;
}

.smb-container__body .flow__item:nth-child(odd) {
  background: #fafff7;
}

.smb-container__body .flow__item:nth-child(odd) .num {
  background: #66b734;
  color: #fff;
}

.smb-container__body .flow__item:nth-child(2):before {
  content: "";
  width: 90px;
  height: calc(50% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  background: #eff8ea;
  z-index: 1;
}

.smb-container__body .flow__item:last-child:before {
  content: "";
  width: 90px;
  height: calc(50% - 20px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fafff7;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .smb-container__body .flow__item {
    padding: 30px 20px 30px;
    position: relative;
    background: #eff8ea;
  }
  .smb-container__body .flow__item:after {
    display: none;
  }
  .smb-container__body .flow__item .num {
    position: absolute;
    top: 20px;
    margin: 0;
    left: 20px;
  }
  .smb-container__body .flow__item:nth-child(2):before {
    display: none;
  }
  .smb-container__body .flow__item:last-child:before {
    display: none;
  }
}

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 9999;
  width: 280px;
  -webkit-animation: fadein-anim 1s linear forwards;
          animation: fadein-anim 1s linear forwards;
}

@-webkit-keyframes fadein-anim {
  100% {
    opacity: 1;
  }
}

@keyframes fadein-anim {
  100% {
    opacity: 1;
  }
}

.fv-txt {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
  padding: 0 30px;
  max-width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.fv-txt:before, .fv-txt:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 2px;
  background: #fff;
}

.fv-txt:before {
  top: -30px;
  left: -40px;
}

.fv-txt:after {
  bottom: -30px;
  left: 400px;
}

@media screen and (max-width: 640px) {
  .fv-txt:after {
    left: auto;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  #n2-ss-3 {
    height: 600px !important;
  }
}

#post-grid-441 .grid-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-columns: auto;
          columns: auto;
}

#post-grid-441 .grid-items .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#post-grid-441 .grid-items .item p {
  text-align: left;
}

#post-grid-441 .grid-items .item a {
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.policy-media {
  float: right;
  padding: 0 0 20px 20px;
}

.policy-txt .line {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 251, 0, 0.685)));
  background-image: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.685) 60%);
}

@media screen and (max-width: 640px) {
  .policy-media {
    float: none;
    padding: 0 0 20px 0;
    text-align: center;
  }
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-wrap p,
.form-wrap .form-txt {
  width: calc(100% - 15em);
}

.form-head {
  width: 15em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .form-wrap {
    display: block;
  }
  .form-wrap p,
  .form-wrap .form-txt {
    width: 100%;
  }
  .form-head {
    width: 100%;
  }
}

#post-grid-476 .item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

#post-grid-476 .item:first-child {
  border-top: 1px solid #e6e6e6;
}

#post-grid-476 .item a {
  color: #000;
  font-size: inherit;
  padding: 0.3em 0;
}

.message {
  background: url(https://gmm.tokyo/homepage/wp/wp-content/uploads/2021/08/message-2.jpg) bottom right no-repeat;
  background-size: auto;
}

.message-txt {
  padding: 60px 300px 50px 0;
  text-shadow: 0 0 1px #fff, 0 1px 1px #fff, 1px 0 1px #fff;
}

@media screen and (max-width: 640px) {
  .message-txt {
    padding: 30px 20px 80px;
  }
}

.wa_chpcs_image_carousel li .item-content {
  height: 400px !important;
}

.wa_chpcs_image_carousel li img {
  height: 160px !important;
}

.wa_chpcs_image_carousel li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wa_chpcs_image_carousel li .wa_chpcs_slider_title a {
  text-decoration: none !important;
  font-size: 1.2em !important;
  margin: 1em 0 !important;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #66b734;
}

.caroufredsel_wrapper a {
  pointer-events: none;
}

.sp-pcp-title {
  border-bottom: 1px solid #66b734;
  text-align: left !important;
  padding: 10px 0;
  margin-bottom: 15px !important;
}

.sp-pcp-title:before {
  display: none !important;
}

.sp-pcp-title a {
  pointer-events: none !important;
}

.news-list {
  border-top: 1px solid #eee;
  list-style: none;
}

.news-list li {
  border-bottom: 1px solid #eee;
}

.news-list li a {
  color: #333;
  font-size: 16px;
  padding: 0.8em 0;
  display: block;
  text-decoration: none;
}

.more-btn {
  text-align: center;
  margin-top: 2em;
}

.more-btn a {
  display: inline-block;
  background: #66b734;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 2em;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */