@charset "UTF-8";
.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: inline-block;
  }
}

.sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/*-- globalフォルダの中の_index.scss --*/
.l-main#top .mv__container {
  position: relative;
}
.l-main#top .mv-top {
  padding-top: 75px;
  padding-bottom: 100px;
  background-image: url(../../img/top/mv/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-top {
    padding-top: 20px;
    padding-bottom: 0;
    background-image: url(../../img/top/mv/bg01_sp.png);
  }
}
.l-main#top .mv-top__inner {
  padding-left: 45px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-top__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main#top .mv-top__title {
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .l-main#top .mv-top__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-top__title {
    font-size: 9vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .mv-top__title {
    font-size: 8.5vw;
  }
}
.l-main#top .mv-top__kao {
  text-align: right;
  margin-top: -55px;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-top__kao {
    width: 63%;
    margin-left: auto;
    margin-right: -15px;
    margin-top: -8%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .mv-top__kao {
    width: 73%;
  }
}
.l-main#top .mv-bottom {
  background-image: url(../../img/top/mv/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 540px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .mv-bottom {
    height: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-bottom {
    height: auto;
    max-height: none;
    background-image: url(../../img/top/mv/bg02_sp.png);
    padding-bottom: 0px;
  }
}
.l-main#top .mv-bottom__inner {
  position: relative;
  top: -140px;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-bottom__inner {
    top: -5vw;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -5vw;
  }
}
.l-main#top .mv-bottom-slider01 {
  margin-bottom: 10px;
}
.l-main#top .mv-bottom-slider01__item {
  margin-right: 8px;
  margin-left: 8px;
}
.l-main#top .mv-bottom-slider01__item img {
  width: 100%;
}
.l-main#top .mv-bottom-slider02__item {
  margin-right: 8px;
  margin-left: 8px;
}
.l-main#top .mv-bottom-slider02__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-btn {
    text-align: center;
    position: absolute;
    bottom: 7vw;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .mv-btn {
    bottom: 8vw;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .mv-btn {
    bottom: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-btn__btnLink {
    display: inline-block;
    position: relative;
    outline: none;
    overflow: hidden;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .mv-btn__btnLink {
    width: 75%;
  }
}
.l-main#top .mv-btn__btnLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 5.5s infinite;
          animation: shine 5.5s infinite;
}
.l-main#top .mv-btn__btnLink:hover {
  opacity: 1;
}
.l-main#top .mv-btn__btnLink:hover img {
  opacity: 1;
}
.l-main#top .mv-btn__btnLink:hover::before {
  -webkit-animation: shine02 0.7s;
          animation: shine02 0.7s;
}
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: -75%;
  }
  50% {
    left: -75%;
  }
  90% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  25% {
    left: -75%;
  }
  50% {
    left: -75%;
  }
  90% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine02 {
  100% {
    left: 125%;
  }
}
@keyframes shine02 {
  100% {
    left: 125%;
  }
}
.l-main#top .mv-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8097B9;
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-nav {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 14px;
    padding-bottom: 11px;
  }
}
.l-main#top .mv-nav.sticky {
  position: fixed;
  top: 100px;
  left: 0;
  height: 100px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-nav.sticky {
    position: fixed;
    top: 50px;
    left: 0;
    height: 50px;
  }
}
.l-main#top .mv-nav__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-main#top .mv-nav__inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.l-main#top .mv-nav__link {
  display: inline-block;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0rem;
  padding-bottom: 13px;
  padding-right: 2px;
  padding-left: 2px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-main#top .mv-nav__link {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .mv-nav__link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 360px) {
  .l-main#top .mv-nav__link {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.l-main#top .about {
  background-color: rgba(128, 151, 185, 0.1);
}
.l-main#top .about__container {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-main#top .about__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-main#top .about__title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .l-main#top .about__title {
    margin-bottom: 35px;
  }
}
.l-main#top .about-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  row-gap: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  counter-reset: number;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about-list {
    -moz-column-gap: 0px;
         column-gap: 0px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about-list {
    row-gap: 43px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about-list {
    row-gap: 35px;
  }
}
.l-main#top .about-list__item {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  counter-increment: number;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about-list__item {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .about-list__item {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .about-list__item {
    width: 100%;
  }
}
.l-main#top .about-list__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(45deg, #70b5ce 0%, #c59a7c 100%);
  z-index: -1;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 1s 1s;
}
.l-main#top .about-list__item.inview::before {
  opacity: 1;
}
.l-main#top .about-list__item::after {
  content: "0" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: absolute;
  background-image: url("../../img/top/about/number-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 68px;
  top: -34px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .l-main#top .about-list__item::after {
    font-size: 26px;
    font-size: 1.625rem;
    width: 46px;
    height: 46px;
    top: -23px;
    left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__item::after {
    font-size: 22px;
    font-size: 1.375rem;
    width: 36px;
    height: 36px;
    top: -18px;
    left: 5px;
  }
}
.l-main#top .about-list__theme {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 8px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-main#top .about-list__theme {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__theme {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-main#top .about-list__img {
  height: 170px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__img {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .l-main#top .about-list__img {
    height: 150px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about-list__img {
    height: 120px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 380px) {
  .l-main#top .about-list__img {
    height: 100px;
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .about-list__img {
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about-list__img01 {
    width: 60%;
  }
}
.l-main#top .about-list__img--gif {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about-list__img--gif {
    max-width: 257px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__img--gif {
    margin-left: 0;
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .about-list__img--gif {
    width: 90%;
    margin-left: auto;
    padding-bottom: 19%;
  }
}
.l-main#top .about-list__img--gif::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/top/about/item05-gif.gif");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 148px;
  padding-top: 84px;
  right: 32px;
  bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .about-list__img--gif::before {
    right: -45px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__img--gif::before {
    right: calc(50% - 137px);
    bottom: 30px;
    width: 78%;
    padding-top: 44%;
  }
}
@media screen and (max-width: 535px) {
  .l-main#top .about-list__img--gif::before {
    right: calc(50% - 124px);
    bottom: 34px;
    width: 75%;
    padding-top: 42%;
  }
}
@media screen and (max-width: 500px) {
  .l-main#top .about-list__img--gif::before {
    right: -3vw;
    bottom: 2vw;
    width: 24vw;
    padding-top: 14vw;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .about-list__img--gif::before {
    right: -7vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .about-list__img--gif::before {
    width: 40vw;
    padding-top: 23vw;
    right: -2vw;
    bottom: 4vw;
  }
}
.l-main#top .about-list__detail {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-main#top .about-list__detail {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .about-list__detail {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.l-main#top .other__container {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-main#top .other__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-main#top .other__title {
  color: #99C5E5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main#top .other__title {
    margin-bottom: 15px;
  }
}
.l-main#top .other__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.l-main#top .other__box:last-child {
  margin-bottom: 0;
}
.l-main#top .other__img {
  width: 362px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .other__box01 .other__img {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .other__box01 .other__img {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .l-main#top .other__box02 .other__img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .other__box02 .other__img {
    margin-left: 15px;
  }
}
.l-main#top .other__content {
  width: 604px;
}
.l-main#top .other__subtitle {
  font-size: 49px;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .other__subtitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .other__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .other__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}
.l-main#top .other__subtitle .small {
  display: inline-block;
  font-size: 46px;
  font-size: 2.875rem;
}
@media screen and (max-width: 1000px) {
  .l-main#top .other__subtitle .small {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .other__subtitle .small {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .other__subtitle .small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-main#top .other__detail {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.73;
}
@media screen and (max-width: 1000px) {
  .l-main#top .other__detail {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .other__detail {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .other__detail {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.l-main#top .price {
  background-image: url(../../img/top/price/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-main#top .price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-main#top .price__title {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main#top .price__title {
    margin-bottom: 10px;
  }
}
.l-main#top .price__lead {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .l-main#top .price__lead {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .price__lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .price__lead {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 13px;
  }
}
.l-main#top .price-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main#top .price-btns__item {
  width: 235px;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .l-main#top .price-btns__item {
    font-size: 17px;
    font-size: 1.0625rem;
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .l-main#top .price-btns__item {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .price-btns__item {
    font-size: 9px;
    font-size: 0.5625rem;
    padding-top: 3px;
    padding-bottom: 13px;
    margin-bottom: 9px;
    width: calc(33.3333333333% - 7px);
  }
}
@media screen and (max-width: 340px) {
  .l-main#top .price-btns__item {
    width: calc(50% - 7px);
  }
}
.l-main#top .price-btns__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  padding-top: 14px;
  background-image: url(../../img/top/price/arrow03.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  bottom: 8px;
  transform: translateX(50%);
}
@media screen and (max-width: 640px) {
  .l-main#top .price-btns__item::before {
    width: 10px;
    padding-top: 6px;
    bottom: 4px;
  }
}
.l-main#top .price-btns__item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: -12px;
  left: 10px;
}
@media screen and (max-width: 640px) {
  .l-main#top .price-btns__item::after {
    width: 16px;
    height: 16px;
    top: -7px;
    left: 4px;
  }
}
.l-main#top .price-btns__item01::after {
  background-image: url(../../img/top/price/01.png);
}
.l-main#top .price-btns__item02::after {
  background-image: url(../../img/top/price/02.png);
}
.l-main#top .price-btns__item03::after {
  background-image: url(../../img/top/price/03.png);
}
.l-main#top .price-btns__item04::after {
  background-image: url(../../img/top/price/04.png);
}
.l-main#top .price-btns__item05::after {
  background-image: url(../../img/top/price/05.png);
}
.l-main#top .price-btns__item06::after {
  background-image: url(../../img/top/price/06.png);
}
.l-main#top .price-btns__item07::after {
  background-image: url(../../img/top/price/07.png);
}
.l-main#top .price-btns__item08::after {
  background-image: url(../../img/top/price/08.png);
}
.l-main#top .price-btns__item09::after {
  background-image: url(../../img/top/price/09.png);
}
.l-main#top .price-btns__item.current {
  background-color: rgba(212, 152, 113, 0.7);
}
.l-main#top .profile__container {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-main#top .profile__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-main#top .profile__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-main#top .profile__title {
    margin-bottom: 15px;
  }
}
.l-main#top .profile-person {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 9px;
}
.l-main#top .profile-person__img {
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person__img {
    margin-right: 15px;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .profile-person__img {
    width: 49%;
  }
}
@media screen and (max-width: 350px) {
  .l-main#top .profile-person__img {
    width: 60%;
  }
}
.l-main#top .profile-person__name {
  position: absolute;
  bottom: 18px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .l-main#top .profile-person__name {
    bottom: 19px;
  }
}
@media screen and (max-width: 460px) {
  .l-main#top .profile-person__name {
    bottom: 6%;
    left: 12%;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .profile-person__name {
    left: 14%;
  }
}
.l-main#top .profile-person__name .rubi {
  font-size: 9px;
  font-size: 0.5625rem;
  text-align: center;
  letter-spacing: 0.45rem;
  line-height: 1.2;
}
@media screen and (max-width: 425px) {
  .l-main#top .profile-person__name .rubi {
    letter-spacing: 0rem;
  }
}
.l-main#top .profile-person__name .kanji {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .l-main#top .profile-person__name .kanji {
    font-size: 5vw;
  }
}
@media screen and (max-width: 425px) {
  .l-main#top .profile-person__name .kanji {
    font-size: 4vw;
  }
}
.l-main#top .profile-person__inner {
  padding: 13px 0px 22px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person__inner {
    padding: 0;
  }
}
.l-main#top .profile-person__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #80B0B5;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person__inner::before {
    height: 95%;
    top: 10px;
  }
}
.l-main#top .profile-person-list {
  display: flex;
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person-list {
    display: block;
    margin-bottom: 7px;
  }
}
.l-main#top .profile-person-list:last-child {
  margin-bottom: 0;
}
.l-main#top .profile-person-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 5px;
  left: -6px;
  background-color: #80B0B5;
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person-list::before {
    top: 0;
    width: 8px;
    height: 8px;
    left: -3px;
  }
}
.l-main#top .profile-person-list__date {
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: 0.01rem;
  width: 65px;
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person-list__date {
    color: #80B0B5;
    font-size: 5px;
    font-size: 0.3125rem;
    width: auto;
    margin-bottom: 5px;
  }
}
.l-main#top .profile-person-list__work {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person-list__work {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.l-main#top .profile-person-list .small {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person-list .small {
    font-size: 6px;
    font-size: 0.375rem;
  }
}
.l-main#top .profile-person .circle-small::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 9px;
  left: -2.3px;
  background-color: #80B0B5;
  border-radius: 100%;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-person .circle-small::before {
    width: 5px;
    height: 5px;
    left: -1.5px;
  }
}
.l-main#top .profile-box {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: rgba(128, 151, 185, 0.1);
}
@media screen and (max-width: 768px) {
  .l-main#top .profile-box {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-box {
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;
    padding: 13px;
  }
}
.l-main#top .profile-box__inner {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-box__inner {
    max-width: none;
  }
}
.l-main#top .profile-box__subtitle {
  margin-bottom: 17px;
}
.l-main#top .profile-box__detail {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .l-main#top .profile-box__detail {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.l-main#top .profile-box__detail:last-child {
  margin-bottom: 0;
}
.l-main#top .contact__title {
  background-image: url(../../img/contact-bg.png);
}
/*# sourceMappingURL=top.css.map */
