/* heading */
#heading .lead_texts {
  padding-top: calc(50 / 1200 * 100%);
  padding-bottom: calc(80 / 1200 * 100%);
}
#heading .btn-wrapper {
  max-width: 575px;
  width: 100%;
  margin-top: 2em;
}
.p-lead-title {
  max-width: 575px;
  text-align: center;
}
.p-lead-title picture {
  display: inline-block!important;
  width: 100%!important;
  max-width: 480px!important;
  padding-left: 0!important;
}
.p-lead-title P {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.p-lead-title P > span:nth-of-type(odd) {
  font-family: ab-yurumin, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}
.p-lead-title P > span:nth-of-type(even) {
  font-size: 2.5rem;
  font-weight: 700;
}
.p-lead-title P > span:nth-of-type(1) {color: #1d8054;}
.p-lead-title P > span:nth-of-type(3) {color: #e68824;}
.p-lead-title P > span:nth-of-type(5) {color: #4b8ac8;}
.p-lead-text {
  max-width: 575px;
  margin-top: 2em;
}
.p-lead-text p {
  color: #473427;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.p-lead-text p > span {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
#heading .p-hero-banner {
  position: absolute;
  left: 0;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
#heading .p-hero-banner a:hover {
  opacity: 0.9;
}
#heading .p-hero-banner img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #heading .p-hero-banner {
    top: auto !important;
    bottom: 24px;
  }
  #heading .p-hero-banner img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  #heading .p-hero-banner img {
    width: 144px;
  }
}
/* supervisor */
#supervisor {padding-bottom: calc((133 / 1200 * 100vw) * 1.5);}
.p-supervisor {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin: auto;
}
.p-supervisor::before {
  display: block;
  padding-top: 46%;
  content: '';
}
.p-supervisor-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 616px;
  background-image: url(../img/top/supervisor-bg-title.png);
  background-size: cover;
}
.p-supervisor-title::before {
  display: block;
  padding-top: 35%;
  content: '';
}
.p-supervisor-title > div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.p-supervisor-title p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ad5e45;
  font-family: 'FOT-SeuratProN-EB', sans-serif;
  font-size: 2.6rem;
  margin-bottom: 0;/* reset */
}
.p-supervisor-title p small {font-size: .65em;}
.p-supervisor-content {
  position: absolute;
  left: 4%;
  top: 50%;
}
.p-supervisor-content-text p {
  color: #483629;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;/* reset */
}
.p-supervisor-photo {
  position: absolute;
  right: 0;
  top: 0;
}
.p-supervisor-photo img {width: 500px!important;}
.p-supervisor-content-button {margin-top: 2em;}
/* howto */
.content-heading.heading-howto {
  background-image: url(../img/top/howto-bg-title.png);
}
.content-heading.heading-howto h2 {
  position: absolute;
  left: 2.75em;
  top: 5%;
  font-family: 'FOT-SeuratProN-EB', sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 0;/* reset */
}
.content-heading.heading-howto p {
  font-size: 1.5rem;
  margin-bottom: 0;/* reset */
}
/* process */
#process {padding-bottom: calc((117 / 1200* 100vw)* 1.5);}
#process .content-inner {max-width: 1120px;}
.content-heading.heading-process {
  background-image: url(../img/top/process-bg-title.png);
}
.content-heading.heading-process h2 {
  position: absolute;
  left: 2.75em;
  font-family: 'FOT-SeuratProN-EB', sans-serif;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 0;/* reset */
}
.content-heading.heading-process p {
  font-size: 1.5rem;
  margin-bottom: 0;/* reset */
}

#home #newsList {padding: calc(var(--base) * 10) 0 calc(var(--base) * 15);}
@media screen and (max-width: 1200px) {
  /* heading */
  #heading .lead_texts .left-content {
    width: 45%;
    flex: none;
  }
  #heading .btn-wrapper, .p-lead-title, .p-lead-text {
    max-width: 100%;
    padding-right: 2vw;
  }
  #heading .btn-wrapper .btn {font-size: 2.5vw;}
  .p-lead-title P > span:nth-of-type(odd), .p-lead-title P > span:nth-of-type(even) {font-size: 3.67vw;}
  .p-lead-text p {font-size: 2vw;}
  /* supervisor */
  .p-supervisor-title {width: 60vw;}
  .p-supervisor-title p {font-size: 4vw;}
  .p-supervisor-photo img {width: 40vw!important;}
  .p-supervisor-content {left: 8%;}
  .p-supervisor-content-text p {font-size: 2.5vw;}
  /* howto */
  #howto .content-inner {padding-bottom: 2em;}
  #howto .steps .step-item p {font-size: 2.5vw;}
  .content-heading.heading-howto h2 {
    top: 6%;
    font-size: 4vw;
  }
  .content-heading.heading-howto p {font-size: 2vw;}
  /* process */
  #process .content-inner {padding-bottom: 2em;}
  .content-heading.heading-process h2 {font-size: 4vw;}
  .content-heading.heading-process p {font-size: 2vw;}
}
@media screen and (max-width: 767px) {
  /* heading */
  #heading .lead_texts {height: auto;}
  #heading .lead_texts .left-content {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  #heading .lead_texts .right-content img {width: 100%!important;}
  #heading .btn-wrapper, .p-lead-title, .p-lead-text {
    width: 66vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  #heading .btn-wrapper {
    position: relative;
    bottom: auto;
  }
  #heading .btn-wrapper .btn {font-size: 3.13vw;}
  .p-lead-title picture {max-width: 90%!important;}
  .p-lead-title P > span:nth-of-type(odd), .p-lead-title P > span:nth-of-type(even) {font-size: 4.95vw;}
  .p-lead-text p {font-size: 2.6vw;}
  /* supervisor */
  #supervisor {
    padding-bottom: calc((133 / 1200 * 100vw) * 3);
    background-size: cover;
  }
  .p-supervisor::before {padding-top: 80%;}
  .p-supervisor-title {
    left: -45vw;
    top: 10vw;
    width: 125vw;
  }
  .p-supervisor-title > div {
    left: 8%;
    top: 45%;
  }
  .p-supervisor-title p {
    flex-direction: column;
    font-size: 5.21vw;
  }
  .p-supervisor-title p > * {display: block;}
  .p-supervisor-photo {right: -14vw;}
  .p-supervisor-photo img {width: 58vw!important;}
  .p-supervisor-content {
    left: 6%;
    top: 72%;
    width: 88%;
  }
  .p-supervisor-content-text p {
    font-size: 3.91vw;
    text-align: left;
  }
  .p-supervisor-content-button {margin-top: 1.5em;}
  /* howto */
  #howto .steps .step-item p {font-size: 3.39vw;}
  .content-heading.heading-howto h2 {
    left: 0.5em;
    top: 4.5%;
    font-size: 6.25vw;
  }
  .content-heading.heading-howto h2 br {display: none;}
  .content-heading.heading-howto p {font-size: 2.6vw;}
  /* process */
  #process {padding-bottom: calc((190 / 1575 * 100vw) * 1.5);}
  .content-heading.heading-process {
    background-position: left -1vw top;
    background-size: calc(600 / 750 * 100vw);
  }
  .content-heading.heading-process h2 {
    left: 0.5em;
    top: 3.5%;
    font-size: 6.25vw;
  }
  .content-heading.heading-process h2 br {display: none;}
  .content-heading.heading-process p {font-size: 2.6vw;}
}
@media screen and (max-width: 480px) {
  /* heading */
  #heading .btn-wrapper, .p-lead-title {width: 90vw;}
  .p-lead-text {width: 95vw;}
  #heading .btn-wrapper .btn {font-size: 4.62vw;}
  .p-lead-title P > span:nth-of-type(odd), .p-lead-title P > span:nth-of-type(even) {font-size: 6.67vw;}
  .p-lead-text p {font-size: 3.59vw;}
  /* howto */
  #howto .steps .step-item p {font-size: 4.62vw;}
  .content-heading.heading-howto h2 {font-size: 6.15vw;}
  .content-heading.heading-howto p {font-size: 3.59vw;}
  /* process */
  .content-heading.heading-process h2 {font-size: 6.15vw;}
  .content-heading.heading-process p {font-size: 3.59vw;}
}
