@charset "UTF-8";
/*
Theme Name: 転職マップ
*/

/* ===============================================
# fonts - Noto Sans Japanese [Regular:400,Medium:500,Bold:700]
          Jost [Regular:400,Medium:500,Bold:700]
=============================================== */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

/* ===============================================
# 共通
=============================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  color: #525358;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(0.875rem, 0.792rem + 0.23vw, 1rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}

a {
  color: #525358;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #525358;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.img-trim {
  position: relative;
  overflow: hidden;
}

.img-trim1x1 img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-trim3x2 img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-h {
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-v {
  padding-top: 160px;
}

.container-v2 {
  padding-top: 80px;
}

.pc-hide {
  display: none;
}

/* ===============================================
# header
=============================================== */
.header {
  width: 100%;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #ffffff;
  background-color: #76BA35;
}
.header__title{
  font-size: 12px;
}
.license{
  text-align: right;
}
.license span{
  display: inline-block;
  font-size: 12px;
}

/* ===============================================
# main
=============================================== */
main {
  padding-bottom: 80px;
}

/* ===============================================
# section
=============================================== */
.sc {
  width: 100%;
}

/* ===============================================
# sc4
=============================================== */
.sc4 .sc__inner {
  border-radius: 8px;
  padding: 40px;
}
.sc4 .titleWrap {
  position: relative;
  border-bottom: 3px solid #76BA35;
  margin-bottom: 64px;
}
.sc4 .titleWrap::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #76BA35;
}
.sc4 .titleWrap .sub {
  font-size: clamp(0.875rem, 0.792rem + 0.23vw, 1rem);
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #76BA35;
  line-height: 1.2;
}
.sc4 .titleWrap .main {
  font-size: clamp(1.25rem, 0.75rem + 1.39vw, 2rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.sc4 .box {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  padding-top: 30px;
}
.sc4 .box__item {
  width: calc(25% - 30px);
  max-width: 220px;
  position: relative;
}
.sc4 .box__item::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-size: 32px;
  position: absolute;
  top: 42%;
  left: -14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BA35;
}
.sc4 .box__item .item__img {
  position: relative;
}
.sc4 .box__item .item__img img {
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.sc4 .box__item .item__title {
  font-size: clamp(1rem, 0.833rem + 0.46vw, 1.25rem);
  font-weight: 700;
  color: #76BA35;
  margin-top: 8px;
  line-height: 1.4;
  text-align: center;
}
.sc4 .box__item:first-child:after {
  display: none;
}
.sc4 .step {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  background-color: #76BA35;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  line-height: 1;
  z-index: 1;
}
.sc4 .step span {
  display: block;
  font-size: clamp(1rem, 0.667rem + 0.93vw, 1.5rem);
  font-weight: 600;
}

/* ===============================================
# footer
=============================================== */
.footer {
  background-color: #F6F6F6;
}
.footer__inner {
  width: 100%;
  max-width: 1160px;
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
}
.footer .links {
  gap: 24px;
}
.footer .links .link a {
  display: inline-block;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.footer .links .link a:hover {
  opacity: 0.6;
}
.footer .links .link a::after {
  content: "\f08e";
  font: var(--fa-font-solid);
  font-size: 12px;
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.copyright {
  font-size: 12px;
  text-align: center;
}

/* ===============================================
# pageTop
=============================================== */
.pageTop {
  display: none;
  z-index: 9;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

.pageTop.is-scroll {
  display: block;
}

.pageTop .flex {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 2px solid #76BA35;
  border-radius: 50%;
}

.pageTop i {
  font-size: clamp(1rem, 0.833rem + 0.46vw, 1.25rem);
  color: #76BA35;
}

/* ===============================================
# animation
=============================================== */
.sc-anime.topin.on {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.sc-anime.topin.on.active {
  -webkit-animation-name: topin;
          animation-name: topin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.bottomin.on {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.sc-anime.bottomin.on.active {
  -webkit-animation-name: bottomin;
          animation-name: bottomin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.bottomin2.on {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.sc-anime.bottomin2.on.active {
  -webkit-animation-name: bottomin;
          animation-name: bottomin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.bottomin3.on {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.sc-anime.bottomin3.on.active {
  -webkit-animation-name: bottomin;
          animation-name: bottomin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.leftin.on {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.sc-anime.leftin.on.active {
  -webkit-animation-name: leftin;
          animation-name: leftin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.rightin.on {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.sc-anime.rightin.on.active {
  -webkit-animation-name: rightin;
          animation-name: rightin;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.fadein.on {
  opacity: 0;
}

.sc-anime.fadein.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.fadein2.on {
  opacity: 0;
}

.sc-anime.fadein2.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.fadein3.on {
  opacity: 0;
}

.sc-anime.fadein3.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.fadein4.on {
  opacity: 0;
}

.sc-anime.fadein4.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc-anime.fadein5.on {
  opacity: 0;
}

.sc-anime.fadein5.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item-anime.fadein.on {
  opacity: 0;
}

.item-anime.fadein.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.box-anime.fadein.on {
  opacity: 0;
}

.box-anime.fadein.on.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes topin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes leftin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media (max-width: 768px){
  .container-v {
    padding-top: 120px;
  }
  .container-v2 {
    padding-top: 60px;
  }
  .tb-hide {
    display: none;
  }
  .sc4 .sc__inner {
    padding: 50px;
  }
  .sc4 .box {
    gap: 80px 40px;
  }
  .sc4 .box__item {
    width: calc(50% - 20px);
    max-width: 200px;
  }
  .sc4 .box__item::after {
    content: none;
  }
  .pageTop {
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 576px){
  .container-h {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-v {
    padding-top: 80px;
  }
  .container-v2 {
    padding-top: 40px;
  }
  .sp-hide {
    display: none;
  }
  .header {
    width: 100%;
    display: block;
  }
  .header__title{
    font-size: 10px;
  }
  .license span{
    display: block;
    text-align: left;
    font-size: 10px;
  }
  main {
    padding-bottom: 40px;
  }
  .sc4 .sc__inner {
    padding: 0;
    margin-top: 32px;
  }
  .sc4 .box {
    gap: 60px 20px;
  }
  .sc4 .box__item {
    width: calc(50% - 10px);
  }
  .sc4 .step {
    font-size: 10px;
    width: 52px;
    height: 52px;
  }
  .sc4 .step span {
    font-size: 14px;
  }
  .footer__inner {
    padding-top: 24px;
  }
  .footer .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright {
    font-size: 12px;
  }
  .pageTop {
    right: 8px;
    bottom: 16px;
  }
  .pageTop .flex {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sc-anime.bottomin2.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .sc-anime.bottomin3.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .sc-anime.fadein2.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .sc-anime.fadein3.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .sc-anime.fadein4.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .sc-anime.fadein5.on.active {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}