@charset "UTF-8";
/*//////////////////////////////////////////////////

contact style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
#pagettl {
  background: url("/img/jhs/campus/ttlimg.jpg") center/cover no-repeat; }

#about {
  margin-bottom: 40px; }
  #about .about__txt {
    margin-bottom: 15px; }
    #about .about__txt span {
      color: #EA1C2C; }
  #about .sec__subttl-wp {
    margin-bottom: 10px; }
  #about .about__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #about .about__wp .about__img {
      flex: 0 1 49%;
      width: 49%;
      max-width: 49%;
      justify-content: center; }
      #about .about__wp .about__img:nth-of-type(2n) {
        margin-left: 2%; }
      #about .about__wp .about__img:nth-of-type(n+3) {
        margin-top: 20px; }
      #about .about__wp .about__img figcaption {
        padding-top: 10px;
        text-align: left;
        line-height: 1;
        font-weight: bold; }

#program {
  margin-bottom: 60px; }
  #program .program__txt {
    margin-bottom: 15px; }
  #program .sec__table .sec__table-tr .sec__table-th {
    flex: 0 1 20%;
    width: 20%;
    max-width: 20%;
    padding: 15px 5px; }
  #program .sec__table .sec__table-tr .sec__table-td {
    flex: 0 1 80%;
    width: 80%;
    max-width: 80%;
    padding: 15px 20px; }
    #program .sec__table .sec__table-tr .sec__table-td span {
      text-decoration: line-through; }
  #program .sec__table .sec__table-btn a {
    width: calc(100% + 20px);
    max-width: 400px;
    margin: min(4vw, 20px) 0 5px;
    box-sizing: border-box;
    padding: min(2.66vw, 15px);
    border: 1px solid #FC7BAC;
    border-radius: 50px;
    background: #FC7BAC;
    color: #FFF;
    font-size: 1.5rem; }
    @media (min-width: 375px) {
      #program .sec__table .sec__table-btn a {
        font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.4137931034 ); } }
    @media (min-width: 1100px) {
      #program .sec__table .sec__table-btn a {
        font-size: 1.8rem; } }
    #program .sec__table .sec__table-btn a::before, #program .sec__table .sec__table-btn a::after {
      background: #FFF; }
  #program .program__alarm {
    margin-top: 20px; }
    #program .program__alarm .program__alarm-ttl {
      color: #C94476;
      font-size: 1.3rem;
      font-weight: bold; }
      @media (min-width: 375px) {
        #program .program__alarm .program__alarm-ttl {
          font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
      @media (min-width: 1100px) {
        #program .program__alarm .program__alarm-ttl {
          font-size: 1.5rem; } }
    #program .program__alarm .program__alarm-copy {
      display: block;
      margin: 8px 0; }
    #program .program__alarm .program__alarm-txt {
      font-feature-settings: "palt"; }
  #program .program__note {
    margin-top: 25px;
    position: relative;
    padding: 20px 25px;
    border: 1px dotted #707070;
    border-radius: 6px; }
    #program .program__note .program__note-txt {
      color: #707070;
      font-size: 1.1rem; }
      @media (min-width: 375px) {
        #program .program__note .program__note-txt {
          font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.275862069 ); } }
      @media (min-width: 1100px) {
        #program .program__note .program__note-txt {
          font-size: 1.3rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #about {
    margin-bottom: 60px; }
    #about .about__txt {
      margin-bottom: 20px; }
    #about .sec__subttl-wp {
      margin-bottom: 28px; }
    #about .about__wp .about__img {
      flex: 0 1 31.5%;
      width: 31.5%;
      max-width: 31.5%;
      justify-content: space-between; }
      #about .about__wp .about__img:nth-of-type(2n) {
        margin-left: 0; }
      #about .about__wp .about__img:nth-of-type(3) {
        margin-top: 0; }
      #about .about__wp .about__img figcaption {
        padding-top: 10px; }

  #program {
    margin-bottom: 170px; }
    #program .program__txt {
      margin-bottom: 20px; }
    #program .sec__table .sec__table-tr .sec__table-th {
      flex: 0 1 120px;
      width: 120px;
      max-width: 120px;
      padding: 18px 3%; }
    #program .sec__table .sec__table-tr .sec__table-td {
      flex: 0 1 calc(100% - 120px);
      width: calc(100% - 120px);
      max-width: calc(100% - 120px);
      padding: 18px 30px; }
    #program .sec__table .sec__table-btn a:hover {
      opacity: 1;
      color: #FC7BAC;
      background: #FFF; }
      #program .sec__table .sec__table-btn a:hover::before, #program .sec__table .sec__table-btn a:hover::after {
        background: #FC7BAC; }
    #program .program__note .program__note-txt {
      line-height: 1.5; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1201px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
