@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
.p-hero {
  background: linear-gradient(to bottom, #e8e8e7 58%, #f2f2f2 96%);
}
.p-hero__pics .pic {
  width: 36.6222222222vw;
}
.p-hero__pics .name {
  margin-top: 0.8888888889vw;
}
.p-hero__cv {
  margin-left: 7.3333333333vw;
  margin-bottom: 9.1555555556vw;
}
.p-hero__cv__item {
  width: 85.3333333333vw;
  filter: drop-shadow(0.8888888889vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.3));
}
.p-hero__cv__item + .p-hero__cv__item {
  margin-top: 3.1111111111vw;
}
.p-hero__sns__item {
  width: 19.9111111111vw;
}
.p-hero__link {
  margin-left: 4.7111111111vw;
  width: 92.2666666667vw;
}

.p-hambarger {
  position: fixed;
  top: 5.5555555556vw;
  right: 5.5555555556vw;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  z-index: 10000;
}
.p-hambarger__button {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  border-radius: 0.8888888889vw;
  box-shadow: 0 0.1777777778vw 0.4444444444vw rgba(0,0,0,.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  padding: 0;
  appearance: none;
  z-index: 102;
  position: relative;
}
.p-hambarger__icon {
  position: relative;
  width: 5.7777777778vw;
  height: 5.7777777778vw;
}
.p-hambarger__icon__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1777777778vw;
  background-color: #333;
  transition: all 0.3s ease;
}
.p-hambarger__icon__line:nth-child(1) {
  top: 0;
  transform-origin: center;
}
.p-hambarger__icon__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.p-hambarger__icon__line:nth-child(3) {
  top: calc(100% - 0.1777777778vw);
  transform-origin: center;
}
.p-hambarger__menu {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 70%;
  margin-left: 30%;
  background-color: rgba(255,255,255,.98);
  z-index: 101;
  display: flex;
  padding-top: 34.4888888889vw;
  flex-direction: column;
  align-items: center;
  transition: right 0.4s ease;
  overflow-y: auto;
  box-sizing: border-box;
}
.p-hambarger__nav__list {
  margin-right: auto;
  margin-left: auto;
  width: 52.9777777778vw;
}
.p-hambarger__nav__item + .p-hambarger__nav__item {
  margin-top: 10.6666666667vw;
}
.p-hambarger__nav__item a {
  display: block;
}
.p-hambarger__cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-hambarger__cta__item {
  width: 90%;
  max-width: 53.3333333333vw;
  margin-bottom: 1.7777777778vw;
}
.p-hambarger__cta__item a {
  display: block;
  width: 100%;
}
.p-hambarger__cta__item a img {
  width: 100%;
  height: auto;
}
.p-hambarger.is-open {
  display: block;
}
.p-hambarger.is-open .p-hambarger__button {
  box-shadow: none;
  background: 0;
}
.p-hambarger.is-open .p-hambarger__icon__line:nth-child(1) {
  top: 50%;
  left: 50%;
  width: 8.1710116937vw;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-hambarger.is-open .p-hambarger__icon__line:nth-child(2) {
  opacity: 0;
}
.p-hambarger.is-open .p-hambarger__icon__line:nth-child(3) {
  top: 50%;
  left: 50%;
  width: 8.1710116937vw;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-hambarger.is-open .p-hambarger__menu {
  right: 0;
}

.p-menu__monitor {
  margin-top: 11.1111111111vw;
  margin-bottom: 20vw;
}
.p-menu__monitor__contents {
  position: relative;
}
.p-menu__monitor__contents + .p-menu__monitor__contents {
  margin-top: 4vw;
}
.p-menu__monitor__pic {
  margin-left: 4.8vw;
  width: 92.1777777778vw;
}
.p-menu__monitor__link {
  position: absolute;
  right: 7.2vw;
  bottom: 0;
  width: 56.5333333333vw;
}
.p-menu__links {
  margin-left: 4.7555555556vw;
}
.p-menu__links__item {
  width: 92.2666666667vw;
}
.p-menu__links__item + .p-menu__links__item {
  margin-top: -2.6666666667vw;
}

.p-profile__points {
  width: 78.8444444444vw;
}

.p-footer {
  margin-bottom: 18.6666666667vw;
}

.p-fixed-cv {
  background: 0;
}
.p-fixed-cv__item img {
  height: auto;
}
/*# sourceMappingURL=abe.css.map */
