@charset "UTF-8";
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 200px;
  }
}

.sec--title {
  display: grid;
  justify-items: center;
  font-weight: bold;
}

.sec--title .en {
  color: var(--color-en, #015bbb);
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec--title .ja {
  color: var(--color-ja, currentcolor);
  letter-spacing: 0.1em;
  line-height: 1.29;
}

.heading-lv3 {
  --line-1: #1f8b57;
  --line-2: #bce6b7;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.285714285714286;
  text-align: center;
}

.heading-lv3::after {
  content: '';
  display: block;
  width: 110px;
  height: 5px;
  margin-top: 24px;
  margin-inline: auto;
  background: linear-gradient(to right, var(--line-1) 0%, var(--line-1) 80px, var(--line-2) 80px, var(--line-2) 100%);
}

.entry-box {
  padding: 33px 20px 40px;
}

.entry-box .sec--title .en {
  line-height: 1;
}

.entry-box .text {
  margin-top: 9px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.entry-box .text br {
  display: none;
}

.entry-box .link-btn {
  margin-top: 27px;
}

.entry-box .link-btn a {
  gap: 12px;
  padding: 12px 50px;
  background-image: url("../img/top/entry_arrow.svg");
  background-position: center right 20px;
  background-size: 23px auto;
}

.sec-entry-2 {
  padding: 50px 0;
  background-color: rgba(1, 91, 187, 0.7);
  background-image: url("../img/top/entry_bg_sp.jpg");
}

@media screen and (min-width: 768px) {
  .entry-box .text {
    text-align: center;
  }

  .entry-box .text br {
    display: revert;
  }
}

@media screen and (min-width: 1024px) {
  .sec--title .en {
    font-size: 80px;
  }

  .sec--title .ja {
    font-size: 28px;
  }

  .heading-lv3 {
    font-size: 28px;
  }

  .entry-box {
    padding: 70px 20px;
  }

  .entry-box .text {
    font-size: 18px;
  }

  .entry-box .link-btn {
    margin-top: 40px;
    font-size: 20px;
  }

  .entry-box .link-btn a {
    gap: 15px;
    padding: 22px 55px;
    background-position: center right 22px;
  }

  .sec-entry-2 {
    padding: 100px 0;
    background-image: url("../img/top/entry_bg.jpg");
  }
}

.layout-1 {
  --layout-bg-h: 65px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, transparent 0%, transparent var(--layout-bg-h), var(--layout-bg) var(--layout-bg-h), var(--layout-bg) 100%);
}

.layout-1 .img {
  margin-inline: 20px;
  position: relative;
}

.layout-1 .img figcaption {
  padding: 17px 20px;
  font-weight: bold;
  position: absolute;
  bottom: -50px;
  left: -20px;
  z-index: 1;
}

.layout-1 .img .position {
  font-size: 14px;
  line-height: 2;
}

.layout-1 .img .name {
  font-size: 22px;
  line-height: 1.32;
}

.layout-1 .box {
  margin-top: -71px;
  padding: 120px 20px 38px;
}

.layout-1 .box--heading {
  display: grid;
  align-items: end;
  text-align: center;
}

.layout-1 .box--heading span {
  grid-area: 1/-1;
}

.layout-1 .box--heading .en {
  color: var(--layout-en);
  font-size: 60px;
  line-height: 1.35;
}

.layout-1 .box--heading .ja {
  color: var(--layout-ja);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
}

.layout-1 .box--content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  position: relative;
}

.layout-1 .box--content::after {
  content: '';
  display: block;
  width: 100%;
  height: 86px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 62%);
  color: #f00;
  border-bottom: 29px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.layout-1 .box--content .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.layout-1 .box--content .text p:not(:last-child) {
  margin-bottom: 2em;
}

.layout-1 .box--content:has(:checked) {
  display: block;
}

.layout-1 .box--content:has(:checked) .btn-read {
  display: none;
}

.layout-1 .box--content:has(:checked)::after {
  content: none;
}

.layout-1 .btn-read {
  display: block;
  width: 90%;
  max-width: 260px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  background-position: center right 22px;
  background-size: 9px auto;
  border: 1px solid;
  position: absolute;
  bottom: 1px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}

.layout-1 .btn-read input {
  display: none;
}

@media screen and (min-width: 768px) {
  .layout-1 .img {
    width: 80%;
    max-width: 860px;
    margin-inline: auto;
  }

  .layout-1 .img figcaption {
    bottom: 20px;
    left: -50px;
  }

  .layout-1 .box--heading {
    place-items: center;
  }

  .layout-1 .box--heading .en {
    font-size: 100px;
  }

  .layout-1 .box--heading .ja {
    font-size: 22px;
  }

  .layout-1 .box--heading br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .layout-1 {
    --layout-bg-h: 124px;
    padding-bottom: 100px;
  }

  .layout-1 .img figcaption {
    padding: 41px 70px;
    bottom: 59px;
    left: -110px;
  }

  .layout-1 .img .position {
    font-size: 20px;
    line-height: 1.9;
  }

  .layout-1 .img .name {
    font-size: 40px;
    line-height: 1.3;
  }

  .layout-1 .box {
    margin-top: -164px;
    padding: 155px 60px 52px;
  }

  .layout-1 .box--heading .en {
    font-size: 150px;
    line-height: 1.36;
  }

  .layout-1 .box--heading .ja {
    font-size: 32px;
  }

  .layout-1 .box--content {
    display: block;
    font-size: 18px;
  }

  .layout-1 .box--content::after {
    content: none;
  }

  .layout-1 .box--content .text {
    font-size: 18px;
  }

  .layout-1 .btn-read {
    display: none;
  }
}

.list-col3 {
  display: grid;
  gap: 30px;
}

.list-col3 .item {
  background-color: #fff;
}

.list-col3 .item--heading {
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #dfefff;
}

.list-col3 .item--heading span {
  display: block;
  max-width: var(--max-w, 240px);
  margin-inline: auto;
  padding: 9px 3px;
  color: #fff;
  background-color: #015bbb;
  translate: 0 20px;
}

.list-col3 .item--content {
  color: #000;
  font-weight: bold;
}

.list-col3 .item--box {
  display: grid;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .list-col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .list-col3 .item--content {
    display: grid;
    grid-auto-flow: column;
  }
}

@media screen and (min-width: 1024px) {
  .list-col3 {
    --max-w: 271px;
  }

  .list-col3 .item--heading {
    font-size: 28px;
  }

  .list-col3 .item--heading span {
    padding: 9px;
    translate: 0 27px;
  }

  .list-col3 .item--box {
    display: grid;
    justify-items: center;
  }
}

.sec-intro {
  background-color: #f2f2f2;
}

.mv {
  padding-top: 130px;
  padding-bottom: 175px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mv::before {
  content: '';
  background-image: url("../img/top/mv_bg_sp.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.mv--inner {
  padding: 0 10px;
  position: relative;
}

.mv--title {
  width: 90%;
  max-width: 320px;
  margin-inline: auto;
  padding: 11px 20px 7px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 2px solid;
  border-radius: 35px;
}

.mv--title .title-pc {
  display: none;
}

.mv--message {
  margin-top: 32px;
  font-size: 5.13vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2.25;
}

.mv--message em {
  letter-spacing: 0.1em;
  line-height: 1;
}

.mv--message .fs-l {
  font-size: 1.25em;
}

.mv--message .fs-m {
  font-size: 1.15em;
}

.mv--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}

.mv--list .item {
  max-width: 160px;
}

.sec-entry {
  margin-top: 56px;
}

.sec-entry .entry-box {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mv--message {
    font-size: 30px;
  }

  .mv--list .item {
    max-width: 310px;
  }
}

@media screen and (min-width: 1024px) {
  .mv {
    display: grid;
    place-items: center;
    padding-top: 215px;
    padding-bottom: 210px;
  }

  .mv::before {
    background-image: url("../img/top/mv_bg.jpg");
  }

  .mv--inner {
    padding: 0 25px;
  }

  .mv--title {
    max-width: 730px;
    padding: 15px 29px 14px;
    font-size: 25px;
  }

  .mv--title .title-sp {
    display: none;
  }

  .mv--title .title-pc {
    display: revert;
  }

  .mv--message {
    margin-top: 63px;
    font-size: 50px;
    line-height: 1.8;
  }

  .mv--message em,
  .mv--message .fs-l,
  .mv--message .fs-m {
    font-size: 60px;
  }

  .mv--list {
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: 34px;
  }

  .sec-entry {
    margin-top: -67px;
  }
}

.nav--outer {
  padding-top: 59px;
  position: relative;
}

.nav--outer::before {
  content: '';
  display: block;
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, #015bbb 0%, #439eff 100%);
  position: absolute;
  top: -31px;
}

.nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav--outer {
    padding-top: 100px;
  }

  .nav--outer::before {
    height: 356px;
    top: -56px;
  }

  .nav {
    display: revert;
    position: sticky;
    top: 100px;
    z-index: 5;
  }

  .nav--list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-color: #ccc;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.102);
  }

  .nav--list .fs-s {
    font-size: 13px;
  }

  .nav--list li {
    background-color: #fff;
  }

  .nav--list li:has(a[aria-current="true"]) {
    color: #fff;
    background: linear-gradient(90deg, #015bbb 0%, #439eff 100%);
  }

  .nav--list a {
    display: grid;
    place-items: center;
    padding: 17px 5px;
  }
}

@media screen and (min-width: 1140px) {
  .nav--list .fs-s {
    font-size: inherit;
  }
}

@media (any-hover: hover) {
  .nav a {
    transition: opacity 0.3s ease;
  }

  .nav a:hover {
    opacity: 0.7;
  }
}

.sec-about {
  --color-en: #fff;
  padding-top: 88px;
  padding-bottom: 61px;
  color: #fff;
  background-color: rgba(1, 91, 187, 0.698);
  background-image: url("../img/top/about_bg_sp.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.sec-about .sec--head {
  font-size: 90px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -40%;
  z-index: 1;
}

.sec-about .text {
  margin-top: 31px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

.sec-about .link-btn {
  margin-top: 36px;
  font-size: 15px;
  border-width: 2px;
}

.sec-about .link-btn a {
  padding: 17px 55px;
  background-image: url("../img/link_ex.svg");
  background-position: center right 27px;
  background-size: 16px auto;
}

.sec-about .list-1 {
  margin-top: 27px;
}

.sec-about .list-1 .item {
  padding-bottom: 20px;
}

.sec-about .list-1 .item--content {
  margin-top: 45px;
  padding: 0 20px;
}

.sec-about .list-1 .label {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.sec-about .list-1 .num {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1;
}

.sec-about .list-1 .num em {
  color: #015bbb;
  font-size: 40px;
}

.sec-about .list-1 .item-1 .item--content {
  margin-top: 50px;
}

.sec-about .list-1 .item-1 .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 35px;
  margin-top: 37px;
}

.sec-about .list-1 .item-1 .item--box {
  row-gap: 9px;
}

.sec-about .list-1 .item-1 .fig {
  max-width: 120px;
}

.sec-about .list-1 .item-2 .item--box {
  row-gap: 10px;
}

.sec-about .list-1 .item-2 .fig {
  max-width: 80px;
}

.sec-about .list-1 .item-3 .item--content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50px;
  margin-inline: auto;
}

.sec-about .list-1 .item-3 .item--box {
  row-gap: 10px;
}

.sec-about .list-1 .item-3 .fig {
  max-width: 80px;
}

.sec-about .list-staff {
  display: grid;
  row-gap: 13px;
}

.sec-about .list-staff .office {
  display: grid;
  grid-template-columns: max-content 1fr 2.6em;
  align-items: center;
}

.sec-about .list-staff .office::before {
  content: '';
  order: 2;
  display: block;
  height: 1px;
  background: linear-gradient(to right, currentcolor 2px, transparent 2px);
  background-repeat: repeat-x;
  background-size: 4px 1px;
}

.sec-about .list-staff dt {
  order: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.sec-about .list-staff dd {
  order: 3;
  font-size: 13px;
}

.sec-about .list-staff em {
  color: #015bbb;
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .sec-about .list-1 .item-1 {
    grid-column: 1/-1;
  }

  .sec-about .list-1 .item-1 .item--content {
    align-items: start;
    gap: 30px;
  }

  .sec-about .list-1 .item-1 .box {
    margin-top: 0;
  }

  .sec-about .list-1 .item-2,
  .sec-about .list-1 .item-3 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    align-items: end;
    gap: 0;
    padding-bottom: 17px;
  }

  .sec-about .list-1 .item-3 {
    grid-column: span 2;
  }
}

@media screen and (min-width: 1024px) {
  .sec-about {
    margin-top: 100px;
    padding-top: 155px;
    padding-bottom: 100px;
    background-image: url("../img/top/about_bg.jpg");
  }

  .sec-about .sec--head {
    font-size: 200px;
    opacity: 0.3;
    translate: -50% -50%;
  }

  .sec-about .text {
    margin-top: 48px;
    font-size: 18px;
    font-weight: 500;
  }

  .sec-about .link-btn {
    margin-top: 60px;
    font-size: 20px;
  }

  .sec-about .link-btn a {
    padding: 23px 55px;
    background-position: center right 30px;
  }

  .sec-about .list-1 {
    margin-top: 42px;
  }

  .sec-about .list-1 .item--content .label {
    font-size: 23px;
  }

  .sec-about .list-1 .item--content .num {
    gap: 7px;
    font-size: 30px;
  }

  .sec-about .list-1 .item--content .num em {
    font-size: 70px;
  }

  .sec-about .list-1 .item-1 {
    --max-w: 320px;
    padding-bottom: 25px;
  }

  .sec-about .list-1 .item-1 .item--content {
    gap: 90px;
    padding: 0 60px;
  }

  .sec-about .list-1 .item-1 .list-staff {
    row-gap: 5px;
    max-width: 21em;
    font-size: 20px;
  }

  .sec-about .list-1 .item-1 .list-staff em {
    font-size: 25px;
  }

  .sec-about .list-1 .item-1 .box {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 100px;
  }

  .sec-about .list-1 .item-1 .item--box {
    row-gap: 0;
  }

  .sec-about .list-1 .item-1 .fig {
    max-width: 160px;
    margin-bottom: 13px;
  }

  .sec-about .list-1 .item-2 .item--box {
    row-gap: 24px;
  }

  .sec-about .list-1 .item-2 .fig {
    max-width: 97px;
  }

  .sec-about .list-1 .item-3 {
    grid-column: span 2;
  }

  .sec-about .list-1 .item-3 .item--content {
    justify-content: space-between;
    width: 494px;
    margin-inline: auto;
  }

  .sec-about .list-1 .item-3 .item--box {
    row-gap: 0;
  }

  .sec-about .list-1 .item-3 .fig {
    max-width: 130px;
    margin-bottom: 9px;
  }
}

.sec-message {
  --color-en: #1f8b57;
  --layout-bg: #e5f6e2;
  --layout-en: #e5f6e2;
  --layout-ja: #1f8b57;
  padding-top: 42px;
}

.sec-message .layout-1 {
  margin-top: 35px;
}

.sec-message .layout-1 .box--content {
  margin-top: 17px;
}

.sec-message .layout-1 .btn-read {
  color: #1f8b57;
  background-image: url("../img/top/icon_read_green.svg");
}

@media screen and (min-width: 1024px) {
  .sec-message {
    padding-top: 90px;
  }

  .sec-message .layout-1 {
    margin-top: 60px;
  }

  .sec-message .layout-1 .box--content .text {
    line-height: 1.78;
  }
}

.sec-reason {
  --color-en: #fff;
  --color-ja: #fff;
  padding-top: 37px;
  padding-bottom: 58px;
  background-color: rgba(1, 91, 187, 0.698);
  background-image: url("../img/top/reason_bg_sp.jpg");
  background-position: center;
  background-size: cover;
}

.sec-reason .list-1 {
  --max-w: 293px;
  margin-top: 37px;
}

.sec-reason .list-1 .item {
  padding-bottom: 40px;
}

.sec-reason .list-1 .item--content {
  margin-top: 40px;
  padding: 0 5px;
}

.sec-reason .list-1 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 18px;
}

.sec-reason .list-1 .num em {
  color: #015bbb;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1;
}

.sec-reason .list-1 .num .small {
  font-size: 40px;
}

.sec-reason .list-1 .place {
  text-align: center;
}

.sec-reason .list-1 .place em {
  color: #015bbb;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.sec-reason .list-1 .item-1 .item--content {
  margin-top: 49px;
  padding: 0 20px;
}

.sec-reason .list-1 .item-2,
.sec-reason .list-1 .item-3,
.sec-reason .list-1 .item-4 {
  padding-bottom: 43px;
}

.sec-reason .list-1 .item-2 .note,
.sec-reason .list-1 .item-3 .note,
.sec-reason .list-1 .item-4 .note {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}

.sec-reason .list-1 .item-2 .note span,
.sec-reason .list-1 .item-3 .note span,
.sec-reason .list-1 .item-4 .note span {
  display: inline-block;
}

.sec-reason .list-salary {
  display: grid;
  row-gap: 17px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.sec-reason .list-salary li {
  padding-left: 26px;
  background-image: url("../img/top/reason_check.svg");
  background-position: center left;
  background-size: 18px auto;
}

.sec-reason .list-model {
  margin-top: 30px;
  text-align: center;
  border: 1px solid #015bbb;
}

.sec-reason .list-model dt {
  padding: 14px 20px;
  color: #015bbb;
  font-size: 18px;
  letter-spacing: 0.1em;
  background-color: #dfefff;
}

.sec-reason .list-model dd {
  padding: 16px;
}

.sec-reason .list-model dd p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec-reason .list-model .num {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .sec-reason .list-1 .item-1 {
    --max-w: 500px;
    grid-column: 1/-1;
  }

  .sec-reason .list-1 .item-1 .item--content {
    align-items: center;
  }

  .sec-reason .list-model {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sec-reason {
    padding-top: 85px;
    padding-bottom: 100px;
    background-image: url("../img/top/reason_bg.jpg");
  }

  .sec-reason .list-1 {
    margin-top: 42px;
  }

  .sec-reason .list-1 .item--content {
    margin-top: 54px;
  }

  .sec-reason .list-1 .num {
    font-size: 25px;
  }

  .sec-reason .list-1 .num em {
    font-size: 60px;
  }

  .sec-reason .list-1 .num .small {
    font-size: 50px;
  }

  .sec-reason .list-1 .place em {
    font-size: 32px;
    line-height: 1.84;
  }

  .sec-reason .list-1 .item-1 {
    padding-bottom: 35px;
  }

  .sec-reason .list-1 .item-1 .item--content {
    margin-top: 67px;
    padding: 0 30px;
  }

  .sec-reason .list-1 .item-2,
  .sec-reason .list-1 .item-3,
  .sec-reason .list-1 .item-4 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }

  .sec-reason .list-1 .item-2 .note,
  .sec-reason .list-1 .item-3 .note,
  .sec-reason .list-1 .item-4 .note {
    font-size: 16px;
    line-height: 1.75;
  }

  .sec-reason .list-salary {
    row-gap: 35px;
    font-size: 25px;
  }

  .sec-reason .list-salary li {
    padding-left: 55px;
    background-size: 36px auto;
  }

  .sec-reason .list-model {
    max-width: 360px;
  }

  .sec-reason .list-model dt {
    font-size: 23px;
  }

  .sec-reason .list-model dd {
    padding: 20px;
  }

  .sec-reason .list-model dd p {
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1280px) {
  .sec-reason .list-1 .num {
    font-size: 30px;
  }

  .sec-reason .list-1 .num em {
    font-size: 70px;
  }

  .sec-reason .list-1 .num .small {
    font-size: 60px;
  }

  .sec-reason .list-1 .place em {
    font-size: 38px;
  }

  .sec-reason .list-1 .item-1 .item--content {
    padding: 0 60px;
  }
}

.sec-gift {
  padding-top: 33px;
  padding-bottom: 48px;
  background: linear-gradient(164deg, #feffed 0%, #dfefff 100%);
}

.sec-gift .box {
  display: grid;
  justify-items: center;
  row-gap: 14px;
  margin-top: 30px;
  font-weight: bold;
}

.sec-gift .text-1 {
  max-width: 340px;
}

.sec-gift .text-2 {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 3;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #f3d600;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.sec-gift .text-2 .fs-l {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.sec-gift .text-2 em {
  color: #015bbb;
}

.sec-gift .text-2 .num {
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec-gift .list-1 {
  display: grid;
  row-gap: 50px;
  margin-top: 60px;
}

.sec-gift .list-1 .item--box {
  padding: 33px 25px 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.875;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.051);
  position: relative;
}

.sec-gift .list-1 .item--box em,
.sec-gift .list-1 .item--box span {
  display: inline-block;
}

.sec-gift .list-1 .num {
  color: #015bbb;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -56%;
}

.sec-gift .list-1 .c-1 {
  color: #015bbb;
}

.sec-gift .list-1 .c-2 {
  color: #e57300;
}

.sec-gift .list-1 .note {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.71;
}

@media screen and (min-width: 768px) {
  .sec-gift .text-2 br {
    display: none;
  }

  .sec-gift .list-1 {
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .sec-gift {
    padding-top: 83px;
    padding-bottom: 75px;
  }

  .sec-gift .box {
    row-gap: 12px;
  }

  .sec-gift .text-1 {
    max-width: 530px;
    margin-top: 54px;
  }

  .sec-gift .text-2 {
    font-size: 20px;
    line-height: 1;
  }

  .sec-gift .text-2 .fs-l {
    font-size: 30px;
  }

  .sec-gift .text-2 .num {
    font-size: 60px;
  }

  .sec-gift .list-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 84px;
    line-height: 2;
  }

  .sec-gift .list-1 .item--box {
    padding: 45px 10px 35px;
    font-size: 18px;
  }

  .sec-gift .list-1 .num {
    font-size: 70px;
  }

  .sec-gift .list-1 .note {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .sec-gift .list-1 .item--box {
    padding: 45px 20px 35px;
    font-size: 20px;
  }
}

.sec-welfare {
  --color-en: #1f8b57;
  padding-top: 42px;
  padding-bottom: 48px;
}

.sec-welfare .heading-lv3 {
  --line-1: #1f8b57;
  --line-2: #bce6b7;
  display: none;
}

.sec-welfare .list-welfare {
  display: grid;
  gap: 20px;
}

.sec-welfare .list-welfare:first-of-type {
  margin-top: 35px;
}

.sec-welfare .list-welfare:not(:last-child) {
  margin-bottom: 20px;
}

.sec-welfare .list-welfare .item {
  padding: 27px 20px 22px;
  background-color: #e5f6e2;
}

.sec-welfare .list-welfare .item--content {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 16px 14px;
}

.sec-welfare .list-welfare dt {
  color: #1f8b57;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}

.sec-welfare .list-welfare dt span {
  display: inline-block;
}

.sec-welfare .list-welfare .icon {
  order: -1;
}

.sec-welfare .list-welfare .text {
  grid-column: 1/-1;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec-welfare .list-welfare {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .sec-welfare {
    padding-top: 86px;
    padding-bottom: 100px;
  }

  .sec-welfare .heading-lv3 {
    display: revert;
    margin-top: 65px;
  }

  .sec-welfare .list-welfare {
    gap: 40px 38px;
    margin-top: 50px;
  }

  .sec-welfare .list-welfare:not(:last-child) {
    margin-bottom: 92px;
  }

  .sec-welfare .list-welfare .item {
    display: grid;
    align-items: center;
    min-height: 250px;
    padding: 10px 35px 10px 26px;
  }

  .sec-welfare .list-welfare .item--content {
    grid-template-columns: 130px 1fr;
    grid-template-rows: 1fr repeat(2, max-content) 1fr;
    gap: 20px 39px;
  }

  .sec-welfare .list-welfare dt {
    font-size: 20px;
    grid-row-start: 2;
  }

  .sec-welfare .list-welfare .icon {
    grid-row: 1/-1;
  }

  .sec-welfare .list-welfare .text {
    grid-column: unset;
    grid-row-start: 3;
    font-size: 16px;
  }
}

.sec-interview {
  --layout-bg: #dfefff;
  --layout-en: #dfefff;
  --layout-ja: #015bbb;
  padding-top: 42px;
}

.sec-interview .layout-1 {
  margin-top: 35px;
}

.sec-interview .layout-1 .box--content {
  margin-top: 22px;
}

.sec-interview .layout-1 .btn-read {
  color: #015bbb;
  background-image: url("../img/top/icon_read_blue.svg");
}

@media screen and (min-width: 1024px) {
  .sec-interview {
    padding-top: 86px;
  }

  .sec-interview .layout-1 {
    margin-top: 53px;
  }

  .sec-interview .layout-1 .box {
    padding-bottom: 65px;
  }

  .sec-interview .layout-1 .box--content {
    margin-top: 38px;
  }

  .sec-interview .layout-1 .box--content .text {
    line-height: 2;
  }
}

.sec-training {
  padding-top: 35px;
  padding-bottom: 63px;
  background-color: #f2f2f2;
  background-image: url("../img/top/training_bg_sp.jpg");
  background-position: center top 595px;
  background-size: cover;
}

.sec-training .text-1 {
  margin-top: 31px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.sec-training .list-1 {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}

.sec-training .list-1 .item {
  padding: 21px 20px 26px;
  background-color: #fff;
}

.sec-training .list-1 .icon {
  max-width: 100px;
  margin-inline: auto;
}

.sec-training .list-1 dl {
  margin-top: 14px;
}

.sec-training .list-1 dt {
  color: #015bbb;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.sec-training .list-1 dd {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec-training .list-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .sec-training {
    padding-top: 78px;
    padding-bottom: 100px;
    background-image: url("../img/top/training_bg.jpg");
  }

  .sec-training .text-1 {
    margin-top: 35px;
    font-size: 18px;
  }

  .sec-training .list-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 30px;
  }

  .sec-training .list-1 .item {
    padding: 28px 30px 40px;
  }

  .sec-training .list-1 .icon {
    max-width: 150px;
  }

  .sec-training .list-1 dl {
    margin-top: 27px;
  }

  .sec-training .list-1 dt {
    font-size: 20px;
  }

  .sec-training .list-1 dd {
    margin-top: 20px;
    font-size: 16px;
  }
}

.sec-career {
  padding-top: 42px;
}

.sec-career .inner {
  padding: 0;
}

.sec-career .text-1 {
  display: none;
}

.sec-career .list-1 {
  display: grid;
  row-gap: 45px;
  margin-top: 58px;
}

.sec-career .list-1 .item:nth-child(2n) {
  --outline-bg: #bdddff;
}

.sec-career .list-1 .salary {
  display: grid;
  align-items: end;
  justify-content: center;
  height: 80px;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 20px;
}

.sec-career .list-1 .salary .num {
  font-size: 40px;
  font-style: italic;
  line-height: 1;
}

.sec-career .list-1 .outline {
  padding: 29px 27px 31px 33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  background-color: var(--outline-bg, #dfefff);
}

@media screen and (min-width: 768px) {
  .sec-career .inner {
    padding: 0 25px;
  }

  .sec-career .text-1 {
    display: revert;
    margin-top: 46px;
    font-weight: 500;
    text-align: center;
  }

  .sec-career .list-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
  }

  .sec-career .list-1 .outline {
    min-height: var(--outline-h);
    padding: 20px;
  }

  .sec-career .list-1 .item-1 {
    --outline-h: 175px;
  }

  .sec-career .list-1 .item-2 {
    --outline-h: 292px;
  }

  .sec-career .list-1 .item-3 {
    --outline-h: 409px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-career {
    padding-top: 85px;
  }

  .sec-career .list-1 {
    margin-top: 50px;
  }

  .sec-career .list-1 .salary {
    height: 150px;
    padding: 33px;
    font-size: 30px;
  }

  .sec-career .list-1 .salary .num {
    font-size: 50px;
  }

  .sec-career .list-1 .outline {
    padding: 40px 30px;
    font-size: 18px;
  }
}

.sec-support {
  padding-top: 42px;
  padding-bottom: 57px;
  background-color: #e5f6e2;
}

.sec-support .list-1 {
  display: grid;
  row-gap: 37px;
  margin-top: 45px;
}

.sec-support .list-1 .item {
  background-color: #fff;
}

.sec-support .list-1 .text {
  padding: 27px 0 55px;
}

.sec-support .list-1 dt {
  padding: 0 5px;
  color: #119200;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sec-support .list-1 dd {
  margin-top: 21px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec-support .list-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .sec-support .list-1 .item {
    width: calc(50% - 15px);
  }
}

@media screen and (min-width: 1024px) {
  .sec-support {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .sec-support .list-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }

  .sec-support .list-1 .item {
    width: 100%;
  }

  .sec-support .list-1 .text {
    padding: 30px 0 36px;
  }

  .sec-support .list-1 dt {
    font-size: 20px;
  }

  .sec-support .list-1 dd {
    padding: 0 30px;
    font-size: 16px;
  }

  .sec-support .list-1 .item-3 dt {
    font-size: 19px;
  }
}

@media screen and (min-width: 1280px) {
  .sec-support .list-1 dt {
    font-size: 24px;
  }

  .sec-support .list-1 .item-3 dt {
    font-size: 23px;
  }
}

.sec-flow {
  padding-top: 37px;
  padding-bottom: 45px;
}

.sec-flow .list-1 {
  list-style: none;
  display: grid;
  row-gap: 30px;
  margin-top: 30px;
}

.sec-flow .list-1 .item {
  display: grid;
  grid-template-columns: 51px 1fr;
  align-items: start;
  gap: 26px;
}

.sec-flow .list-1 .item:not(:last-child) {
  position: relative;
}

.sec-flow .list-1 .item:not(:last-child)::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #015bbb 6px, transparent 6px);
  background-repeat: repeat-y;
  background-size: 3px 12px;
  position: absolute;
  top: 30px;
  left: 25px;
}

.sec-flow .list-1 .step--num {
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  padding-top: 2px;
  color: #fff;
  line-height: 0.9;
  background-color: #015bbb;
  position: relative;
}

.sec-flow .list-1 .step--num .label {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.sec-flow .list-1 .step--num .num {
  font-size: 30px;
}

.sec-flow .list-1 .step--content {
  display: grid;
  row-gap: 15px;
  padding: 18px 10px 20px;
  background-color: #dfefff;
  position: relative;
}

.sec-flow .list-1 .step--content::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  width: 27px;
  background-color: #dfefff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  top: 16px;
  left: -19px;
}

.sec-flow .list-1 .step--content .icon {
  width: 80px;
  margin-inline: auto;
}

.sec-flow .list-1 .step--content .text {
  text-align: center;
}

.sec-flow .list-1 .step--content dt {
  color: #015bbb;
  font-size: 18px;
  font-weight: bold;
}

.sec-flow .list-1 .step--content dd {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.sec-flow .list-1 .step--content dd span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sec-flow .list-1 .item {
    grid-template-columns: 80px 1fr;
  }

  .sec-flow .list-1 .item:not(:last-child)::before {
    left: 40px;
  }

  .sec-flow .list-1 .step--content {
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 25px;
    padding: 20px 30px;
  }

  .sec-flow .list-1 .step--content .icon {
    width: 100%;
  }

  .sec-flow .list-1 .step--content .text {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .sec-flow {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .sec-flow .list-1 {
    row-gap: 40px;
    margin-top: 53px;
  }

  .sec-flow .list-1 .item {
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 50px;
  }

  .sec-flow .list-1 .item:not(:last-child)::before {
    top: 50%;
    left: 66px;
  }

  .sec-flow .list-1 .step--num .label {
    font-size: 25px;
  }

  .sec-flow .list-1 .step--num .num {
    font-size: 70px;
  }

  .sec-flow .list-1 .step--content {
    grid-template-columns: 130px 1fr;
    gap: 46px;
    padding: 25px 60px;
  }

  .sec-flow .list-1 .step--content::before {
    width: 53px;
    top: 50%;
    left: -35px;
    translate: 0 -50%;
  }

  .sec-flow .list-1 .step--content dt {
    font-size: 23px;
  }

  .sec-flow .list-1 .step--content dd {
    margin-top: 19px;
    font-size: 18px;
  }
}

.sec-faq {
  padding-top: 46px;
  padding-bottom: 49px;
  background-color: #f2f2f2;
}

.sec-faq .box {
  padding: 33px 20px 43px;
}

.sec-faq .heading-lv3 {
  --line-1: #015bbb;
  --line-2: #dfefff;
  display: none;
}

.sec-faq .faq--list {
  display: grid;
  row-gap: 20px;
  margin-top: 36px;
}

.sec-faq .faq--list summary {
  list-style-type: none;
}

.sec-faq .faq {
  padding: 13px 15px 50px;
  background-color: #dfefff;
  position: relative;
}

.sec-faq .faq .text {
  position: relative;
}

.sec-faq .faq .text::before {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 30px;
  line-height: 1.3;
  position: absolute;
}

.sec-faq .faq--q {
  cursor: pointer;
}

.sec-faq .faq--q .text {
  padding-top: 9px;
  padding-left: 33px;
  font-weight: bold;
}

.sec-faq .faq--q .text::before {
  content: 'Q';
  color: #015bbb;
  top: 0;
  left: 0;
}

.sec-faq .faq--btn {
  width: 120px;
  padding: 5px 25px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #015bbb;
  border-radius: 25px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  translate: -50% 0;
}

.sec-faq .faq--btn .label::before {
  content: '回答見る';
}

.sec-faq .faq--btn .icon {
  aspect-ratio: 1;
  display: block;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}

.sec-faq .faq--btn .icon::before,
.sec-faq .faq--btn .icon::after {
  content: '';
  display: block;
  background-color: currentcolor;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.sec-faq .faq--btn .icon::before {
  width: 100%;
  height: 2px;
}

.sec-faq .faq--btn .icon::after {
  width: 2px;
  height: 100%;
}

.sec-faq .faq--a {
  overflow: hidden;
}

.sec-faq .faq--a .text {
  margin-top: 19px;
  margin-bottom: 16px;
  padding: 20px 10px 22px 53px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  background-color: #fff;
  position: relative;
}

.sec-faq .faq--a .text::before {
  content: 'A';
  color: #e57300;
  top: 13px;
  left: 17px;
}

.sec-faq .faq[open] .faq--btn .label::before {
  content: '閉じる';
}

.sec-faq .faq[open] .faq--btn .icon::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .sec-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec-faq .box {
    padding: 85px 60px 100px;
  }

  .sec-faq .heading-lv3 {
    display: revert;
    margin-top: 46px;
  }

  .sec-faq .faq--list {
    row-gap: 30px;
    margin-top: 50px;
  }

  .sec-faq .faq {
    padding: 23px 30px 30px;
  }

  .sec-faq .faq .text::before {
    font-size: 50px;
    line-height: 1.32;
  }

  .sec-faq .faq--q .text {
    padding-top: 14px;
    padding-left: 67px;
    font-size: 20px;
  }

  .sec-faq .faq--q .text::before {
    top: 0;
    left: 0;
  }

  .sec-faq .faq--btn {
    width: 151px;
    padding: 13px 40px 13px 18px;
    font-size: 16px;
    top: 25px;
    right: 23px;
    bottom: unset;
    left: unset;
    translate: 0 0;
  }

  .sec-faq .faq--btn .label::before {
    content: '回答を見る';
  }

  .sec-faq .faq--btn .icon {
    width: 20px;
    right: 17px;
  }

  .sec-faq .faq--a .text {
    margin-top: 39px;
    margin-bottom: 0;
    padding: 33px 37px 40px 94px;
    font-size: 16px;
  }

  .sec-faq .faq--a .text::before {
    top: 19px;
    left: 33px;
  }
}

.sec-office {
  padding-top: 46px;
  padding-bottom: 49px;
  background-color: #dfefff;
}

.sec-office .box {
  padding: 30px 20px 27px;
}

.sec-office .sec--title {
  margin-inline: -10px;
}

.sec-office .list-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 35px;
}

.sec-office .list-1 .item {
  width: calc(50% - 3px);
}

.sec-office .text-1 {
  margin-top: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.sec-office .access {
  display: grid;
  row-gap: 30px;
  margin-top: 26px;
}

.sec-office .text-2 {
  display: grid;
  row-gap: 20px;
}

.sec-office .text-2 dt {
  padding: 12px 23px;
  font-size: 18px;
  font-weight: bold;
  background-color: #dfefff;
  position: relative;
}

.sec-office .text-2 dt::before {
  content: '';
  display: block;
  width: 3px;
  height: 21px;
  background-color: #015bbb;
  position: absolute;
  top: 50%;
  left: 11px;
  translate: -50% -50%;
}

.sec-office .text-2 dd {
  margin-top: 17px;
  padding-left: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
}

.sec-office .text-2 dd span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sec-office .list-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }

  .sec-office .list-1 .item {
    width: 100%;
  }

  .sec-office .access {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sec-office {
    padding-top: 105px;
    padding-bottom: 100px;
  }

  .sec-office .box {
    padding: 75px 60px 90px;
  }

  .sec-office .list-1 {
    gap: 9px;
    margin-top: 54px;
  }

  .sec-office .text-1 {
    margin-top: 35px;
    font-size: 18px;
  }

  .sec-office .access {
    gap: 40px;
    margin-top: 30px;
  }

  .sec-office .text-2 {
    row-gap: 40px;
  }

  .sec-office .text-2 dt {
    padding: 15px 40px;
    font-size: 20px;
  }

  .sec-office .text-2 dt::before {
    height: 26px;
    left: 19px;
  }

  .sec-office .text-2 dd {
    margin-top: 25px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 2;
  }
}

.sec-recruitment {
  padding-top: 42px;
  padding-bottom: 50px;
}

.sec-recruitment .box {
  display: grid;
  gap: 30px;
  margin-top: 47px;
}

.sec-recruitment .link-btn {
  --max-w: 580px;
  width: 100%;
  font-size: 16px;
}

.sec-recruitment .link-btn a {
  justify-content: flex-start;
  gap: 10px;
  padding: 15px 50px 15px 13px;
  background-image: url("../img/top/recruitment_arrow.svg");
  background-position: center right 20px;
  background-size: 24px auto;
}

.sec-recruitment .link-btn .icon {
  display: block;
  aspect-ratio: 1;
  width: var(--icon-w, 40px);
  background-position: center;
  background-size: contain;
}

.sec-recruitment .link-btn .icon-1 {
  background-image: url("../img/top/recruitment_01.svg");
}

.sec-recruitment .link-btn .icon-2 {
  background-image: url("../img/top/recruitment_02.svg");
}

.sec-recruitment .link-btn .pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sec-recruitment .box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .sec-recruitment {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .sec-recruitment .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 54px;
  }

  .sec-recruitment .link-btn {
    --icon-w: 68px;
    font-size: 23px;
  }

  .sec-recruitment .link-btn a {
    gap: 17px;
    padding: 26px 75px 26px 33px;
    background-position: center right 32px;
    background-size: 33px auto;
  }

  .sec-recruitment .link-btn .pc {
    display: revert;
  }
}

/* animation */
.js-fadein {
  opacity: 0;
}

.js-fadein.is-active {
  animation-name: fadein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.mv .animation {
  opacity: 0;
}

.mv.is-loaded::before {
  scale: 1.5;
  transition: scale 10s linear;
}

.mv.is-loaded .animation {
  animation-name: zoomout;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.mv.is-loaded .mv--title {
  animation-delay: 0.2s;
}

.mv.is-loaded .mv--message {
  animation-delay: 0.4s;
}

.mv.is-loaded .mv--list {
  animation-delay: 0.6s;
}

@keyframes fadein {
  0% {
    opacity: 0;
    translate: 0 50px;
  }

  100% {
    opacity: 1;
    translate: 0;
  }
}

@keyframes zoomout {
  from {
    opacity: 0;
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}