html,
body {
  margin: 0;
}

h2,
h3,
h4,
p {
  /* font-family: "M PLUS 1p", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meirio, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0;
}

p {
  font-size: 18px;
  font-weight: 300;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.flex {
  display: flex;
}

.m-flex-col {
  flex-direction: column;
}

.m-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin: 0 auto;
}

.-ml-5 {
  margin: -5px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 100px;
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-auto {
  margin-left: auto;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-35 {
  width: 35%;
}

.w-8 {
  width: 80%;
}

.m-w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.font-normal {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.object-cover {
  object-fit: cover;
  object-position: 0% 30%;
}

.max-h-40 {
  max-height: 400px;
}

.w-6 {
  width: 60%;
}

.w-85 {
  width: 85%;
}

.p-40 {
  padding: 30px;
}

.pl-10 {
  padding-left: 10px;
}

.px-30 {
  padding: 0 30px;
}

.py-10 {
  padding: 10px 0;
}

.py-20 {
  padding: 20px 0;
}

.py-25 {
  padding: 25px 0;
}

.py-30 {
  padding: 30px 0;
}

.py-40 {
  padding: 40px 0;
}

.py-50 {
  padding: 50px 0;
}

.py-60 {
  padding: 60px 0;
}

.pc_container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.min-w-pc {
  min-width: 1040px;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #efefef;
}

.bg-thinGray {
  background-color: rgba(239, 239, 239, 0.4);
}

.bg-thinGreen {
  background-color: #daeddb;
}

.bg-darkGreen {
  background-color: #00532e;
}

.bg-red {
  background-color: #c7161e;
}

.block {
  display: block;
}

.hidden {
  display: hidden;
}

.relative {
  position: relative;
}

.text-normal {
  font-size: 16px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

.text-red-1 {
  color: #e50012;
}

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }

  .min-w-pc {
  min-width: auto;
}

  .m-flex-wrap {
    flex-wrap: wrap;
  }

  .m-w-8 {
    width: 90%;
  }

  .w-6 {
    width: 100%;
  }

  .w-85 {
    width: 95%;
  }

  .w-35 {
    width: 100%;
  }

  .w-half {
    width: 100%;
  }

  .m-hidden {
    display: none;
  }

  .m-flex {
    display: block;
  }

  .m-flex-col {
    flex-direction: row;
  }

  .pc_container {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .mt-70 {
  margin-top: 40px;
}

  .px-30 {
    padding: 0 20px;
  }

  .py-25 {
    padding: 4px 0 20px 0;
  }

  .py-50 {
    padding: 30px 0;
  }

  .py-60 {
    padding: 30px 0;
  }

  .pl-10 {
    padding-left: 0px;
  }

  .text-normal {
    font-size: 14px;
  }

  .text-lg {
    font-size: 16px;
  }

  .text-xl {
    font-size: 18px;
  }

  .m-text-sm {
    font-size: 14px;
  }

  .mt-80 {
    margin-top: 40px;
  }
}
