html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.66666667vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  min-width: 104rem;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    min-width: auto;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.5;
}

small, em {
  font-style: normal;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

section {
  width: auto;
  margin: 0;
  padding: 0;
}

.contactWrap {
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1040px;
  width: 100%;
  background-color: transparent;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 50px 16px;
    margin: auto;
    /* width: 95%; */
    text-align: center;
  }
}

.contactWrap h2 {
  padding: 10px 0 20px;
  margin: 0 auto;
  font-family: 'Abel', sans-serif;
}

@media screen and (max-width: 767px) {
  .contactWrap h3 {
    font-size: 2.1rem;
  }
}

.borderdBtn {
  background: #fff;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.bg {
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 5rem 0;
  }
}

.bg--fv {
  padding: 13.5rem 0 7.5rem;
  background-image: url(../images/envelope/bg_fv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg--fv {
    padding: 13rem 0 19rem;
    background-image: url(../images/envelope/bg_fv_sp.jpg);
  }
}

.bg--color1 {
  background-color: rgba(30, 202, 168, 0.1);
}

.bg--color2 {
  background-color: #1ecaa8;
}

.bg--color3 {
  background-color: rgba(30, 202, 168, 0.1);
}

.container {
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 104rem;
}

.container--small {
  max-width: 84rem;
}

.fv__image {
  position: relative;
  margin: auto;
  width: 46.7%;
}
@media screen and (max-width: 767px) {
  .fv__image {
    width: 100%;
  }
}

.fv__balloon {
  position: absolute;
  left: -22rem;
  bottom: 7rem;
  padding: 4.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__balloon {
    left: 1rem;
    bottom: -12rem;
    padding: 3.5rem 1.5rem;
    font-size: 1.35rem;
  }
}

.fv__balloon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: -4rem;
  width: 24.7rem;
  height: 49.3rem;
  background-image: url(../images/envelope/img_balloon.png?220427);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__balloon::after {
    top: -0.5rem;
    left: -3.5rem;
    width: 18.5rem;
    height: 22.5rem;
  }
}

.fv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  right: 7rem;
  bottom: 2.5rem;
  background-color: #1cb4ce;
  border-radius: 50%;
  width: 18.6rem;
  height: 18.6rem;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.7);
  transition: .3s ease;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__link {
    right: 4.5rem;
    bottom: 3rem;
    width: 13.3rem;
    height: 13.3rem;
  }
}

.fv__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fv__link span {
  margin-top: -1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 #1cb4ce, -1px 1px 0 #1cb4ce, 1px -1px 0 #1cb4ce, -1px -1px 0 #1cb4ce;
}
@media screen and (max-width: 767px) {
  .fv__link span {
    font-size: 1.2rem;
  }
}

.fv__link small {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1.5rem;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv__link small {
    font-size: 1rem;
  }
}

.fv__link em {
  color: #ebff00;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .fv__link em {
    font-size: 4rem;
  }
}

.fv__link-image {
  position: absolute;
  right: -4rem;
  bottom: 0.5rem;
  width: 8.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__link-image {
    right: -3rem;
    bottom: 0.3rem;
    width: 6rem;
  }
}

.fv__link-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  right: 1.1rem;
  width: 5.3rem;
  height: 9rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.7);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv__link-image::after {
    top: 0.5rem;
    right: 0.7rem;
    width: 4.5rem;
    height: 6.4rem;
  }
}

.fv__text {
  margin: 9rem 0 3rem !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__text {
    margin: 14rem 0 1rem !important;
    font-size: 1.6rem;
  }
}

.title-wrapper {
  text-align: center;
}

.title {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.title--white {
  color: #fff;
}

.title--clearfile {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.title--clearfile::before, .title--clearfile::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 4.5rem;
  height: 0.9rem;
  background: radial-gradient(circle farthest-side, #1ecaa8, #1ecaa8 60%, transparent 60%, transparent);
  background-size: 0.9rem 0.9rem;
}
@media screen and (max-width: 767px) {
  .title--clearfile::before, .title--clearfile::after {
    width: 3rem;
    height: 0.5rem;
    background-size: 0.5rem 0.5rem;
  }
}

.title--clearfile::before {
  left: -7.5rem;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (max-width: 767px) {
  .title--clearfile::before {
    left: -4.5rem;
  }
}

.title--clearfile::after {
  right: -7.5rem;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .title--clearfile::after {
    right: -4.5rem;
  }
}

.title small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .title small {
    font-size: 1.1rem;
  }
}

.products {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .products {
    margin: 3rem 0 0;
  }
}

.products__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .products__item:not(:first-child) {
    margin-top: 6.5rem;
  }
}

.products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 0 auto;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .products__wrapper {
    width: calc(100% - 2rem);
  }
}

.products__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
}

.products__number {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .products__number {
    width: 5rem;
  }
}

.products__bg {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/envelope/bg_rice.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .products__bg {
    width: 84%;
  }
}

.products__bg--bamboo {
  background-image: url(../images/envelope/bg_bamboo.jpg);
}

.products__inner {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .products__inner {
    width: calc(100% - 2rem);
  }
}

.products__wrapper--reverse .products__inner {
  margin-left: auto;
}

.products__copy-wrapper {
  padding-top: 5rem;
  margin: 0 0 0 auto !important;
  width: 12%;
  min-height: 54rem;
}
@media screen and (max-width: 767px) {
  .products__copy-wrapper {
    padding-top: 2rem;
    width: 37%;
    min-height: 34rem;
  }
}

.products__copy {
  color: #c29115;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .products__copy {
    font-size: 1.4rem;
  }
}

.products__copy--green {
  color: #1ecaa8;
}

.products__copy span {
  padding: 0.5em 0;
  background-color: #fff;
}

@-moz-document url-prefix() {
  .products__copy span {
    padding: 0.5em 0.2em;
  }
}

.products__wrapper--reverse .products__copy-wrapper {
  margin: 0 auto 0 0 !important;
}

.products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  position: relative;
  margin-top: -17.5rem;
}
@media screen and (max-width: 767px) {
  .products__content {
    display: block;
    margin-top: 3rem;
  }
}

.products__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.products__text {
  padding: 5rem;
  margin: 0 0 0 5rem;
  width: 52.5%;
  background: linear-gradient(225deg, transparent 40px, #fff 40px);
}
@media screen and (max-width: 767px) {
  .products__text {
    padding: 0;
    margin-left: 0;
    width: 100%;
    background: transparent;
  }
}

@media screen and (min-width: 768px) {
  .products__content--reverse .products__text {
    margin: 0 5rem 0 0;
    background: linear-gradient(-225deg, transparent 40px, #fff 40px);
  }
}

.products__caption {
  margin-bottom: 2rem !important;
  color: #c29115;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .products__caption {
    margin-bottom: 1rem !important;
    font-size: 1.6rem;
  }
}

.products__caption--green {
  color: #1ecaa8;
}

.products__name {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .products__name {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}

.products__description {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .products__description {
    font-size: 1.4rem;
  }
}

.products__sdgs {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin: 3.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .products__sdgs {
    margin: 2.5rem 0 2rem;
  }
}

.products__sdgs li {
  margin-right: 1rem;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .products__sdgs li {
    margin-right: 0.9rem;
    width: 9rem;
  }
}

.products__link {
  display: inline-block;
  position: relative;
  padding-left: 2.7rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .products__link {
    padding-left: 2.4rem;
    font-size: 1.2rem;
  }
}

.products__link span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .products__link span {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.products__image {
  margin-top: 12.5rem;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .products__image {
    margin-top: 2rem;
    width: 100%;
  }
}

.products__image img {
  width: 100%;
}

.tab {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .tab {
    margin-top: 2.5rem;
  }
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 49%;
  height: 7rem;
  background-color: #c29115;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab__item {
    height: 6rem;
    font-size: 1.6rem;
  }
}

.tab__item em {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .tab__item em {
    font-size: 2rem;
  }
}

.tab__item--green {
  background-color: #1ecaa8;
}

.tab__image {
  margin-left: 1rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .tab__image {
    margin-left: 0.5rem;
    width: 3.5rem;
  }
}

.tab__content {
  display: none;
  position: relative;
  padding: 6rem 10rem 10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tab__content {
    padding: 4rem 3rem 3rem;
  }
}

.tab__content.show {
  display: block;
}

.tab__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #c29115;
}

.tab__border--green {
  background-color: #1ecaa8;
}

.supplies__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  max-width: 840px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .supplies__overview {
    display: block;
      padding: 0;
  }
}

.supplies__info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .supplies__info {
    width: 100%;
  }
}

.supplies__description {
  min-height: 12rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .supplies__description {
    min-height: initial;
    min-height: auto;
    font-size: 1.4rem;
  }
}

.supplies__head {
  margin-top: 2rem !important;
  color: #c29115;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .supplies__head {
    margin: 3rem 0 1rem !important;
    font-size: 1.2rem;
  }
}

.supplies__head--green {
  color: #1ecaa8;
}

.supplies__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-top: 0.6rem;
}

.supplies__logo dt {
  width: 5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .supplies__logo dt {
    width: 4.5rem;
  }
}

.supplies__logo--bamboo dt {
  margin-right: 1.5rem;
}

.supplies__logo dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .supplies__logo dd {
    font-size: 1.2rem;
  }
}

.supplies__list {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .supplies__list {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.supplies__list li {
  margin-bottom: 0.5rem;
}

.supplies__image {
  width: 46.25%;
}
@media screen and (max-width: 767px) {
  .supplies__image {
    margin-top: 3.5rem;
    width: 100%;
  }
}

.supplies__title {
  margin: 7rem 0 4rem;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supplies__title {
    margin: 4rem 0 2rem;
    font-size: 1.8rem;
  }
}

.supplies__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supplies__table {
    font-size: 1.4rem;
  }

  table {
    display: table;
  }
  
  thead {
    display: table-header-group;
  }

  tbody {
    display: table-row-group;
  }

  tr {
    display: table-row;
  }

  th, td {
    display: table-cell;
  }
}

.supplies__table th {
  background: unset;
  background-color: #c29115;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
}

.supplies__table th:nth-last-of-type(2) {
  border-right: 1px solid #fff;
}

.supplies__table td {
  font-weight: 400;
  line-height: 1;
}

.supplies__table td small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .supplies__table td small {
    font-size: 1rem;
  }
}

.supplies__table th, .supplies__table td {
  padding: 1.5rem;
  width: 37.5%;
  border: 1px solid #c29115;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .supplies__table th, .supplies__table td {
    padding: 1.5rem 0;
    width: 36%;
  }
}

.supplies__table th:first-child, .supplies__table td:first-child {
  width: 25%;
  background-color: rgba(194, 145, 21, 0.2);
  color: #333333;
}
@media screen and (max-width: 767px) {
  .supplies__table th:first-child, .supplies__table td:first-child {
    width: 28%;
  }
}

.supplies__table--green th {
  background-color: #1ecaa8;
}

.supplies__table--green th, .supplies__table--green td {
  border: 1px solid #1ecaa8;
}

.supplies__table--green th:first-child, .supplies__table--green td:first-child {
  background-color: rgba(30, 202, 168, 0.2);
}

.supplies__attention {
  margin-top: 1.5rem !important;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .supplies__attention {
    margin-top: 1rem !important;
    font-size: 1.4rem;
  }
}

.supplies__attention small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .supplies__attention small {
    font-size: 1.2rem;
  }
}

.supplies__text {
  padding: 1rem;
  margin: 3.5rem 0 6rem !important;
  background-color: #808080;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supplies__text {
    margin: 1.5rem 0 4rem !important;
    font-size: 1.4rem;
  }
}

.supplies__sample {
  margin-top: 1rem !important;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supplies__sample {
    font-size: 1.1rem;
  }
}

.supplies__contacttext {
  margin-top: 5rem !important;
  font-size: 2.7rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .supplies__contacttext {
    font-size: 1.4rem;
  }
}

.supplies__contactbtn {
  display: block;
  padding: 2rem;
  margin-top: 3.5rem;
  border: 3px solid #000;
  color: #000 !important;
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  transition: .3s ease;
}
@media screen and (max-width: 767px) {
  .supplies__contactbtn {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}

.supplies__contactbtn:hover {
  color: #fff !important;
  background-color: #000;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .advantages__list {
    display: block;
    margin-top: 6.5rem;
  }
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 28%;
  height: 16rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .advantages__item {
    margin: auto;
    width: 83.6%;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.advantages__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 57%;
  height: 29%;
  background-color: #1ecaa8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.advantages__item:nth-of-type(1)::before {
  background-image: url(../images/envelope/txt_point01.svg);
}

.advantages__item:nth-of-type(2)::before {
  background-image: url(../images/envelope/txt_point02.svg);
}

.advantages__item:nth-of-type(3)::before {
  background-image: url(../images/envelope/txt_point03.svg);
}

.advantages__item span {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
	-ms-flex-align: start;
  align-items: flex-start;
  /* margin-bottom: 7rem; */
}
@media screen and (max-width: 767px) {
  .service__list {
    display: block;
    margin-bottom: 0;
  }
}

.service__item {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .service__item {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.service__image {
  width: 15rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .service__image {
    width: 40%;
  }
}

.service__caption {
  margin: 3rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__caption {
    margin: 2rem 0;
    font-size: 1.8rem;
  }
}

.service__description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .service__description {
    font-size: 1.4rem;
  }
}

.service__text {
  padding: 1rem;
  background-color: #c29115;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__text {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}

.clearfilelink {
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 3rem auto 0;
  transition: .3s ease;
}
@media screen and (max-width: 767px) {
  .clearfilelink {
    margin-top: 2.5rem;
  }
}

.clearfilelink:hover {
  opacity: 0.8;
}

.top-link-wrapper {
  margin: auto;
  width: 26rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-link-wrapper {
    position: absolute;
    bottom: -10.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.top-link-text {
  display: inline-block;
  position: relative;
  margin-top: 1rem !important;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .top-link-text {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .top-link-text {
    text-shadow: 0 0 8.5px rgba(77, 43, 15, 0.8);
  }
}

.top-link-text::before, .top-link-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  .top-link-text::before, .top-link-text::after {
    background-color: #000;
  }
}
@media screen and (min-width: 768px) {
  .top-link-text::before, .top-link-text::after  {
    box-shadow: 0 0 8.5px rgba(77, 43, 15, 0.8);
  }
}

.top-link-text::before {
  left: -1.5rem;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.top-link-text::after {
  right: -1.5rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.top-link {
  display: inline-block;
  position: relative;
  padding: 1.5rem;
  margin-top: 1rem;
  width: 100%;
  background-color: #1ecaa8;
  border-radius: 50px;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  text-indent: -1em;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
@media screen and (min-width: 768px) {
  .top-link {
    box-shadow: 0 0 8.5px rgba(77, 43, 15, 0.8);
  }
}

.top-link:hover {
  opacity: 0.7;
}

.top-link span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
}