.become-main {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.become-main:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #FFE6CC 0%, rgba(113, 149, 109, 0.3) 70%, rgba(113, 149, 109, 0) 100%);
  z-index: -3;
}
.become-main:before {
  content: "";
  display: block;
  position: absolute;
  width: calc((100vw - 1100px) / 2 + 125px);
  height: 195px;
  top: 35px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(to bottom, #EB8383 0%, rgba(235, 131, 131, 0) 100%);
}
.become-main__inner {
  width: 1100px;
  margin: auto;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .become-main__inner {
    width: 90%;
  }
}
.become-main__inner .en-title {
  margin-bottom: 50px;
  width: 450px;
}
.become-main__inner .en-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.become-main__inner .jp-title {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  align-items: end;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.become-main__inner .jp-title h1 {
  writing-mode: vertical-rl;
  font-size: 2.1rem;
}
.become-main__inner .jp-title h1 span {
  display: block;
  padding-top: 35px;
}
.become-main__image01 {
  width: 417px;
  height: 264px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.become-main__image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.become-main__image01:after {
  content: "";
  display: block;
  width: 205px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  transform: rotate(180deg);
  background: linear-gradient(to right, #80AA7B 0%, rgba(128, 170, 123, 0) 100%);
}
.become-main__image02 {
  position: absolute;
  width: 522px;
  height: 330px;
  border-radius: 10px;
  overflow: hidden;
  z-index: -4;
  left: calc((100vw - 1100px) / 2 + 650px);
  top: 135px;
}
.become-main__image02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.become-main__image02:after {
  content: "";
  display: block;
  width: 205px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(to right, #80AA7B 0%, rgba(128, 170, 123, 0) 100%);
}
.become-main__line01 {
  position: absolute;
  width: 260px;
  top: 150px;
  left: 430px;
}
.become-main__line01 svg {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  -o-object-position: center bottom;
     object-position: center bottom;
}
.become-main__line02 {
  position: absolute;
  width: 115%;
  left: -7.5%;
  bottom: 100px;
  z-index: -2;
}
.become-main__line02 svg {
  width: 100%;
  height: 100%;
  /* object-fit: contain; */
  -o-object-position: center bottom;
     object-position: center bottom;
}
.become-main__triangle {
  position: absolute;
  left: calc((100vw - 1100px) / 2 + 650px);
  bottom: 10px;
  width: 160px;
  z-index: -1;
}

.become-nav {
  width: 100%;
  border-radius: 10px;
  background-color: #F0EDD6;
  margin-bottom: 50px;
  margin-top: -20px;
}
.become-nav ul {
  justify-content: center;
  padding: 17px 0;
}
.become-nav ul li {
  position: relative;
}
.become-nav ul li a {
  display: block;
  padding: 5px 11px 3px;
  font-size: 0.85rem;
}
.become-nav ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 22px);
  height: 2px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.become-nav ul li:first-child {
  margin-right: 22px;
}
.become-nav ul li:first-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  right: -11px;
  top: 0;
}
.become-nav ul li.active:before {
  transform: scale(1, 1);
}
.become-nav ul li:hover a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .become-nav ul li:hover:before {
    transform: scale(1, 1);
  }
}

.become-archive {
  margin-bottom: 100px;
}
.become-archive__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
}
.become-archive__item {
  width: 344px;
  transition: all 0.3s ease;
}
.become-archive__item:hover a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .become-archive__item:hover {
    opacity: 0.7;
  }
}
.become-archive__item:nth-child(3n+2) {
  margin-top: 47px;
}
.become-archive__thumb {
  width: 100%;
  height: 195px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.become-archive__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.become-archive__thumb svg {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.become-archive__text {
  padding: 0 7%;
}
.become-archive__text h3 {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.become-archive__text p {
  font-weight: bold;
  font-size: 0.8rem;
  opacity: 0.5;
  margin: 0;
}/*# sourceMappingURL=import_cando.css.map */