/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@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");
body {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #111;
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.u-en {
  font-family: "Jost", serif;
}

.u-center {
  text-align: center !important;
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 92vw;
  }
}

@media screen and (min-width: 768px) {
  .c-ttl {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.c-ttl:first-letter {
  color: #e6bb44;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 6vw;
  }
}

.c-txt {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-txt {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .c-table th, .c-table td {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-table th, .c-table td {
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    padding: 1.6vw 3.2vw;
  }
}
.c-table th {
  white-space: nowrap;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-table th {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-table th {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table th {
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.c-table th::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #76babb;
  left: 0;
  bottom: 0;
  transform: translateY(25%);
}
.c-table td {
  border-bottom: 1px solid #e6bb44;
}
@media screen and (min-width: 768px) {
  .c-table td {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-table td {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-table td {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  top: 0;
  transition: all 0.3s;
}
.l-header.is-scrolled {
  background-color: #e6bb44;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 16vw;
  }
}
.l-header__inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__inner {
    max-width: 83.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    max-width: 92vw;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000001;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__logo {
    width: 8.6666666667vw;
    height: 8.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 45px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__logo img {
    width: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap {
    background-color: #e6bb44;
    position: fixed;
    z-index: 100001;
    right: -120%;
    top: 0;
    padding: 29.3333333333vw 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__nav-list {
    column-gap: 3.3333333333vw;
    margin-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.l-header__nav-list a {
  font-family: "Jost", serif;
}
@media screen and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-header__nav-list a {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list a {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-header__openbtn {
  position: relative;
  width: 7.2vw;
  height: 5.6vw;
  z-index: 1000001;
}
.l-header__openbtn span {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0.8vw;
  background-color: #40220f;
  transition: all 0.6s;
}
.l-header__openbtn span:first-of-type {
  top: 0;
}
.l-header__openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn span:last-of-type {
  bottom: 0;
}
.l-header__openbtn.is-active span:first-of-type {
  transform: rotate(-45deg);
  top: 1.6vw;
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  bottom: auto;
  top: 1.6vw;
  transform: rotate(45deg);
}

.l-footer__bg {
  background-color: #e6bb44;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 45px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-footer__bg {
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 6vw 0;
  }
}
.l-footer__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 16px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 1.3333333333vw;
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 4.2666666667vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 70px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-footer__logo img {
    width: 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 9.3333333333vw;
  }
}
.l-footer__copy {
  display: block;
  color: #fff;
  font-family: "Jost", serif;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-footer__copy {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(14 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

.p-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000003;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #fff;
  column-gap: 10px;
}
.p-loading__bar {
  width: 4px;
  height: 30px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.p-loading__bar:nth-child(1) {
  background-color: #659dd6;
  animation-delay: 0;
}
.p-loading__bar:nth-child(2) {
  background-color: #d991b8;
  animation-delay: 0.09s;
}
.p-loading__bar:nth-child(3) {
  background-color: #e6bb44;
  animation-delay: 0.18s;
}
.p-loading__bar:nth-child(4) {
  background-color: #76babb;
  animation-delay: 0.27s;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
.p-kv {
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0 0 25% 0;
}
@media screen and (min-width: 768px) {
  .p-kv__ttl {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-kv__ttl {
    font-size: 2.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.p-kv__bg {
  position: absolute;
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #e6bb44 50%, #76babb 50%);
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: -50%;
  right: -50%;
  z-index: -1;
}
.p-kv__bg.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.p-kv__bg.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-profile {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 10vw 0;
  }
}
.p-profile__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-profile__wrap {
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-profile__img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__img {
    width: 70%;
  }
}
.p-profile__img img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-profile__table {
    width: 60%;
  }
}

.p-skill {
  background-color: rgba(230, 187, 68, 0.1);
}
@media screen and (min-width: 768px) {
  .p-skill {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-skill {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-skill {
    padding: 10vw 0;
  }
}
.p-skill__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-skill__wrap {
    justify-content: center;
    column-gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-skill__wrap {
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-skill__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-skill__table {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-skill__table {
    width: 100%;
  }
}
.p-skill__table td {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-works {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 10vw 0;
  }
}
.p-works__subttl {
  border-left: 4px solid #e6bb44;
}
@media screen and (min-width: 768px) {
  .p-works__subttl {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__subttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__subttl {
    font-size: calc(45 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-works__subttl {
    margin: 30px 0 20px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__subttl {
    margin: 2.5vw 0 1.6666666667vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__subttl {
    margin: 6vw 0 4vw;
    padding-left: 4.8vw;
  }
}
.p-works__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-works__list {
    column-gap: 5%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list {
    row-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list {
    justify-content: space-between;
    row-gap: 6vw;
  }
}
.p-works__list-item {
  background-color: #fff;
  box-shadow: rgba(118, 186, 187, 0.35) 0px 5px 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works__list-item {
    width: 30%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list-item {
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list-item {
    width: 48%;
    border-radius: 1.3333333333vw;
  }
}
.p-works__list-item img {
  border-bottom: 1px solid #76babb;
}
.p-works__list-item .ttl {
  text-align: center;
  font-family: "Jost", "Noto Sans JP", serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-works__list-item .ttl {
    font-size: 21px;
    line-height: 1.5238095238;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list-item .ttl {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list-item .ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-works__list-item .ttl {
    margin: 10px 0;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list-item .ttl {
    margin: 0.8333333333vw 0;
    padding-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list-item .ttl {
    margin: 2vw 0;
    padding-bottom: 1.2vw;
  }
}
.p-works__list-item .ttl::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #76babb;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .p-works__list-item .ttl::after {
    width: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list-item .ttl::after {
    width: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list-item .ttl::after {
    width: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-works__list-item .c-txt {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-works__list-item .c-txt {
    padding: 0 1.6666666667vw 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works__list-item .c-txt {
    padding: 0 4vw 4vw;
  }
}

.p-mydog {
  background-color: rgba(230, 187, 68, 0.1);
}
@media screen and (min-width: 768px) {
  .p-mydog {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-mydog {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mydog {
    padding: 10vw 0;
  }
}
.p-mydog__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-mydog__wrap {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-mydog__wrap {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mydog__wrap {
    flex-direction: column;
    row-gap: 4vw;
    margin-bottom: 6vw;
  }
}
.p-mydog__slider-main {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mydog__slider-main {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-mydog__slider-main {
    width: 41.6666666667vw;
  }
}
.p-mydog__slider-main .slick-arrow {
  z-index: 30;
  width: 30px;
}
.p-mydog__slider-main .slick-arrow::before {
  font-size: 30px;
}
.p-mydog__slider-main .slick-prev {
  left: 10px;
}
.p-mydog__slider-main .slick-next {
  right: 10px;
}
.p-mydog__slider-thumb {
  background-color: #111;
}
.p-mydog__slider-thumb img {
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
  opacity: 0.4;
}
.p-mydog__slider-thumb img.slick-current {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact {
    padding: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__subttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact__subttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__subttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__subttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact__subttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__subttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__mail {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact__mail {
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__mail {
    margin-top: 4vw;
  }
}
.p-contact__mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-contact__mail a {
    row-gap: 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact__mail a {
    row-gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__mail a {
    row-gap: 2vw;
  }
}
.p-contact__mail a img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-contact__mail a img {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-contact__mail a img {
    width: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__mail a img {
    width: 32vw;
  }
}
.p-contact__mail a span {
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/* fadein */
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}