body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #373737;
  position: relative;
}

body p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
  text-align: justify;
}

.font-noto {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-zenkaku {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.font-mplus {
  font-family: "M PLUS 1p", serif;
  font-weight: 500;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}

/*フォントサイズ*/
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-32 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .fz-md-14 {
    font-size: 14px;
  }
  .fz-md-16 {
    font-size: 16px;
  }
  .fz-md-18 {
    font-size: 18px;
  }
  .fz-md-20 {
    font-size: 20px;
  }
  .fz-md-24 {
    font-size: 24px;
  }
  .fz-md-28 {
    font-size: 28px;
  }
  .fz-md-32 {
    font-size: 32px;
  }
  .fz-md-40 {
    font-size: 40px;
  }
  .fz-md-48 {
    font-size: 48px;
  }
  .fz-md-56 {
    font-size: 56px;
  }
}

/*color*/
.text-blue {
  color: #065ca7;
}

.text-green {
  color: #009a84;
}

.text-pink {
  color: #ca5476;
}

.text-yellow {
  color: #dc950f;
}

/*background-color*/
.bg-blue {
  background-color: #065ca7;
}

.bg-green {
  background-color: #009a84;
}

.bg-pink {
  background-color: #ca5476;
}

.bg-yellow {
  background-color: #dc950f;
}

.bg-beige {
  background-color: #f7f5de;
}

/*文字間*/
.ls-01 {
  letter-spacing: 0.1em;
}

/*header*/
@media (min-width: 768px) {
  #main {
    margin-bottom: 100px;
  }

  .header-logo {
    width: 150px;
  }
}

@media (max-width: 767px) {
  #main {
    margin-bottom: 50px;
  }

  .header-logo {
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .main-title {
    bottom: 45%;
    left: 15%;
  }

  #main h1 {
    font-size: 48px;
  }

  #main h1 span {
    font-size: 44px;
  }

  p.main-sub {
    font-size: 18px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .main-title {
    bottom: 45%;
    left: 10%;
  }

  #main h1 {
    font-size: 36px;
  }

  #main h1 span {
    font-size: 32px;
  }

  p.main-sub {
    font-size: 18px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .main-title {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }

  #main h1 {
    font-size: 28px;
    white-space: nowrap;
  }

  #main h1 span {
    font-size: 26px;
  }

  p.main-sub {
    font-size: 16px;
  }

  .pt-150-sp {
    padding-top: 125px;
  }
}

@media (max-width: 575px) {
  .main-title {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }

  #main h1 {
    font-size: 22px;
    white-space: nowrap;
    letter-spacing: 1px;
  }

  #main h1 span {
    font-size: 20px;
  }

  p.main-sub {
    font-size: 14px;
  }

  .pt-150-sp {
    padding-top: 100px;
  }
}

.main-blue {
  width: 100%;
  bottom: 0;
  left: 0;
}

/*section*/
.section h2 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

.section h3 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}

/*content-1*/
@media (min-width: 1200px) {
  .content-1-flow .flow-content {
    width: 25%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .content-1-flow .flow-content:not(:last-child) {
    border-right: 1px solid #333;
  }
}

@media (max-width: 1200px) and (min-width: 996px) {
  .content-1-flow .flow-content {
    width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

/*content-2*/
#content-2 {
  background-color: #f7f5de;
}

.content-2-border {
  border: solid 4px #009a84;
  border-radius: 10px;
  box-sizing: border-box;
}

#content-2 ul li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #373737;
}

#content-2 ul li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009a84;
}

/*content-3*/
.dashed-tb {
  border-top: dashed 2px #009a84;
  border-bottom: dashed 2px #009a84;
}

.dashed-b {
  border-bottom: dashed 2px #009a84;
}

#content-3 ol {
  list-style-type: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin-bottom: 0;
}

#content-3 ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
}

#content-3 ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #009a84;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

/*footer*/
@media (min-width: 996px) {
  .py-footer {
    padding-bottom: 150px;
    padding-top: 75px;
  }

  .footer-blue {
    width: 100%;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
  }

  .footer-green {
    width: 100%;
    bottom: 0;
    pointer-events: none;
  }
}

@media (max-width: 995px) and (min-width: 576px) {
  .py-footer {
    padding-bottom: 30px;
    padding-top: 180px;
    margin-top: 60px;
  }

  .footer-blue {
    width: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }

  .footer-green {
    width: 100%;
    top: 0;
    pointer-events: none;
  }
}

@media (max-width: 575px) {
  .py-footer {
    padding-bottom: 0px;
    padding-top: 140px;
    margin-top: 45px;
  }

  .footer-blue {
    width: 100%;
    top: 0;
    z-index: 2;
  }

  .footer-green {
    width: 100%;
    top: 0;
  }
}
