/*
 * filename: program.css
 * version: 1.0
 */
#main > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec1 {
    margin-bottom: 8rem;
  }
}
#main > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner {
    max-width: 100rem;
    padding: 0 8rem;
  }
}
#main > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
#main > .sec1 > .inner > .box1 > .img {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  display: block;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box1 > .img {
    border-radius: 1.5rem;
  }
}
#main > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main > .sec1 > .inner > .box2 > .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#main > .sec1 > .inner > .box2 > .phd > .txt {
  height: auto;
  width: auto;
  display: inline-block;
  font-family: "Jun 501", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box2 > .phd > .txt {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
#main > .sec1 > .inner > .box2 > .phd > .txt::before {
  background: url("../images/ico_hdr_01.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: .8rem;
  left: -4.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box2 > .phd > .txt::before {
    height: 1rem;
    left: -5.75rem;
    width: 5rem;
  }
}
#main > .sec1 > .inner > .box2 > .phd > .txt::after {
  background: url("../images/ico_hdr_01.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  right: -4.75rem;
  height: .8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box2 > .phd > .txt::after {
    height: 1rem;
    right: -5.75rem;
    width: 5rem;
  }
}
#main > .sec1 > .inner > .box2 > .par {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.35rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 739px) {
  #main > .sec1 > .inner > .box2 > .par {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main > .sec2 {
  height: auto;
  width: 100%;
}
#main > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner {
    max-width: 100rem;
    padding: 0 8rem;
  }
}
#main > .sec2 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] {
    align-items: flex-start;
    display: flex;
  }
}
#main > .sec2 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
#main > .sec2 > .inner > [class^=box] > .box1 {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box1 {
    width: 60%;
  }
}
#main > .sec2 > .inner > [class^=box] > .box1 > .img {
  height: auto;
  width: 100%;
  border-radius: 0.75rem;
  display: block;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box1 > .img {
    border-radius: 1.5rem;
  }
}
#main > .sec2 > .inner > [class^=box] > .box2 {
  background-color: #ffffff;
  border-radius: 0.75rem;
  margin: -2rem auto 0;
  padding: 2.5rem 1.5rem 1.5rem;
  position: relative;
  width: calc(100% - 2rem);
  z-index: 2;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box2 {
    border-radius: 1.5rem;
    margin: 25% 0 4rem -30%;
    padding: 4rem;
    width: 70%;
  }
}
#main > .sec2 > .inner > [class^=box] > .box2 > .phd {
  height: auto;
  width: auto;
  background-color: #ffffff;
  border: 0.5rem solid #cddd67;
  border-radius: 1.5rem;
  font-family: "Jun 501", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: 50%;
  padding: .35rem 2rem;
  position: absolute;
  top: -1.5rem;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box2 > .phd {
    border: 0.7rem solid #cddd67;
    border-radius: 3rem;
    font-size: 2.25rem;
    padding: .7rem 2.5rem;
    top: -2.5rem;
  }
}
#main > .sec2 > .inner > [class^=box] > .box2 > .shd {
  height: auto;
  width: 100%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box2 > .shd {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
}
#main > .sec2 > .inner > [class^=box] > .box2 > .par {
  height: auto;
  width: 100%;
  color: #a38a77;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box] > .box2 > .par {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(1) > .box2 > .phd {
  border: 0.5rem solid #cddd67;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(1) > .box2 > .phd {
    border: 0.7rem solid #cddd67;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(2) > .box2 > .phd {
  border: 0.5rem solid #8ed2f4;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(2) > .box2 > .phd {
    border: 0.7rem solid #8ed2f4;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) {
  position: relative;
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box2 {
  border-radius: 0.75rem 0.75rem 0 0;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box2 {
    border-radius: 1.5rem;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box2 > .phd {
  border: 0.5rem solid #f4b1b1;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box2 > .phd {
    border: 0.7rem solid #f4b1b1;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 {
  background-color: #fcf5f5;
  border-radius: 0 0 0.75rem 0.75rem;
  margin: 0 auto;
  padding: 1.5rem;
  width: calc(100% - 2rem);
  z-index: 2;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 {
    bottom: 0;
    border-radius: 1.5rem;
    left: -4rem;
    padding: 2rem;
    position: absolute;
    width: calc(30% + 6rem);
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .phd {
  height: auto;
  width: 100%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .phd {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst {
  height: auto;
  width: 100%;
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst:after {
  clear: both;
  content: '';
  display: block;
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .trm {
  height: auto;
  width: 100%;
  font-family: "Jun 501", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .trm {
    font-size: 1.2rem;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc {
  height: auto;
  width: 100%;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-left: 1rem;
  width: calc(100% - 0.75rem);
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 2rem;
    width: calc(100% - 1.5rem);
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc > .txt1 {
  display: inline-block;
  font-weight: 700;
  width: 100%;
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc > .txt2 {
  display: inline-block;
  width: 100%;
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc + .trm {
  margin-top: 1.125rem;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(3) > .box3 > .lst > .dsc + .trm {
    margin-top: 1.5rem;
  }
}
#main > .sec2 > .inner > [class^=box]:nth-of-type(4) > .box2 > .phd {
  border: 0.5rem solid #c5bede;
}
@media screen and (min-width: 739px) {
  #main > .sec2 > .inner > [class^=box]:nth-of-type(4) > .box2 > .phd {
    border: 0.7rem solid #c5bede;
  }
}
#main > .brk1 {
  height: auto;
  width: 100%;
  margin: 2rem auto;
  width: 80%;
}
@media screen and (min-width: 739px) {
  #main > .brk1 {
    margin: 4rem auto;
    width: 66.666%;
  }
}
#main > .brk1 > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main > .sec3 {
  height: auto;
  width: 100%;
}
#main > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner {
    max-width: 100rem;
    padding: 0 8rem;
  }
}
#main > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box1 {
    margin-bottom: 6rem;
  }
}
#main > .sec3 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#main > .sec3 > .inner > .box1 > .phd > .txt {
  height: auto;
  width: auto;
  display: inline-block;
  font-family: "Jun 501", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box1 > .phd > .txt {
    font-size: 3rem;
  }
}
#main > .sec3 > .inner > .box1 > .phd > .txt::before {
  background: url("../images/ico_hdr_01.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: .8rem;
  left: -4.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box1 > .phd > .txt::before {
    height: 1rem;
    left: -5.75rem;
    width: 5rem;
  }
}
#main > .sec3 > .inner > .box1 > .phd > .txt::after {
  background: url("../images/ico_hdr_01.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  right: -4.75rem;
  height: .8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box1 > .phd > .txt::after {
    height: 1rem;
    right: -5.75rem;
    width: 5rem;
  }
}
#main > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main > .sec3 > .inner > .box2 > .lst {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  border: 0.1rem solid #806c5d;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box2 > .lst {
    border-radius: 1.5rem;
    border: 0.2rem solid #806c5d;
    display: flex;
  }
}
#main > .sec3 > .inner > .box2 > .lst > .itm {
  height: auto;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box2 > .lst > .itm {
    display: block;
  }
}
#main > .sec3 > .inner > .box2 > .lst > .itm:not(:last-of-type) {
  border-bottom: 0.1rem solid #806c5d;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box2 > .lst > .itm:not(:last-of-type) {
    border-bottom: none;
    border-right: 0.1rem solid #806c5d;
  }
}
#main > .sec3 > .inner > .box2 > .lst > .itm > .txt1 {
  align-items: center;
  background-color: #cddd67;
  color: #ffffff;
  display: flex;
  font-family: "Shin Maru Go Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: auto;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.75rem;
  width: 7.5rem;
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box2 > .lst > .itm > .txt1 {
    display: block;
    font-size: 1.35rem;
    padding: 1rem;
    text-align: center;
    width: 100%;
  }
}
#main > .sec3 > .inner > .box2 > .lst > .itm > .txt2 {
  color: #a38a77;
  font-size: 1.05rem;
  height: auto;
  line-height: 1.5;
  padding: 0.75rem;
  width: calc(100% - 7.5rem);
}
@media screen and (min-width: 739px) {
  #main > .sec3 > .inner > .box2 > .lst > .itm > .txt2 {
    display: block;
    font-size: 1.2rem;
    padding: 1rem;
    width: 100%;
  }
}
#main > .sec3 > .inner > .box2 > .lst > .itm > .txt2 > .wd1 {
  display: inline-block;
}
#main > .sec3 > .inner > .box2 > .lst > .itm > .txt2 > .wd2 {
  display: inline-block;
  font-size: .9em;
}
#main > .sec3 > .inner > .box2 > .lst > .itm > .txt2 > .wd3 {
  display: inline-block;
  font-size: 1.1em;
  width: 100%;
}
