@charset 'UTF-8';

.cmn_section h2 span{
  padding-top: 0.7em;
  display: block;
  font-size: 2.0rem;
  letter-spacing: calc(3.6 / 24 * 1em);
}
@media screen and (min-width: 768px){
  .cmn_section h2 span{
    font-size: 2.4rem;
  }
}

/*  liaison  */
#liaison .description{
  padding: 5.2rem 0;
}
#liaison .description p{
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px){
  #liaison .description p{
    text-align: center;
  }
}
#liaison .info{
  margin: 0 auto;
  max-width: 68.0rem;
}
#liaison .info div{
  display: -webkit-box;
  display: flex;
}
#liaison .info dt,
#liaison .info dd{
  padding: .75em 1.0em;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: calc(1.2 / 16 * 1em);
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #liaison .info dt,
  #liaison .info dd{
    padding: 2.6rem 3.6rem;
  }
}
#liaison .info dt{
  flex-basis: 13.6rem;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  background-color: rgb(237, 233, 237);
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  #liaison .info dt{
    flex-basis: 22.0rem;
  }
}
#liaison .info div:not(:first-of-type) dt{
  border-top: solid 1px rgb(255, 255, 255);
}
#liaison .info dd{
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 0;
  background-color: rgb(255, 255, 255, 0.8);
}
#liaison .info div:not(:first-of-type) dd{
  border-top: solid 1px rgb(203, 194, 208);
}
#liaison .info dd p{
  margin: 0;
}
#liaison .guide{
  padding-top: 9.2rem;
  margin: 0 auto;
  max-width: 440px;
}
@media screen and (min-width: 768px){
  #liaison .guide{
    margin: 0;
    max-width: none;
  }
}
#liaison .guide h3{
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(11, 16, 87);
}
#liaison .guide .desc{
  padding: 2.6rem 0 .6rem 0;
}
#liaison .guide .desc p{
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: calc(1.2 / 16 * 1em);
}
@media screen and (min-width: 768px){
  #liaison .guide .desc p{
    text-align: center;
  }
}
#liaison ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px){
  #liaison ul{
    margin: 0 auto;
    max-width: 84.2rem;
    flex-wrap: nowrap;
  }
}
#liaison li{
  flex-basis: calc(50% - .8rem);
  aspect-ratio: 1 / 1;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(1.5 / 20 * 1em);
  border: dotted 3px;
  border-radius: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(249, 129, 162);
}
#liaison li:nth-of-type(n+3){
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px){
  #liaison li{
    flex-basis: calc(198 / 842 * 100%);
  }
  #liaison li:nth-of-type(n+3){
    margin-top: 0;
  }
}
#liaison li:nth-of-type(3n-2){
  color: rgb(11, 16, 87);
}
@media screen and (min-width: 768px){
  #liaison li:nth-of-type(3n-2){
    color: rgb(249, 129, 162);
  }
  #liaison li:nth-of-type(odd){
    color: rgb(11, 16, 87);
  }
}
#liaison li .notes{
  padding-top: .6rem;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: calc(0.33 / 13 * 1em);
}

/*  apply  */
#apply{
  padding-bottom: 13.6rem;
}
#apply ol{
  padding: 0;
  margin: 6.0rem 0 0 0;
  list-style: none;
  counter-reset: anum;
}
#apply ol>li{
  padding: 3.6rem 2.0rem;
  position: relative;
  border-radius: 20px;
  background-color: rgb(255, 255, 255, 0.7);
  counter-increment: anum;
}
#apply ol>li:not(:first-of-type){
  margin-top: 5.8rem;
}
@media screen and (min-width: 768px){
  #apply ol>li:not(:first-of-type){
    margin-top: 2.9rem;
  }
}
#apply ol>li:not(:first-of-type)::before{
  content: '';
  position: absolute;
  bottom: calc(100% + 1.4rem);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 2.9rem solid rgb(11, 16, 87);
  border-left: 2.9rem solid transparent;
  border-right: 2.9rem solid transparent;
}
@media screen and (min-width: 768px){
  #apply ol>li:not(:first-of-type)::before{
    bottom: 100%;
  }
}
@media screen and (min-width: 768px){
  #apply ol>li .term{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
#apply ol>li .term::before{
  content: counter(anum);
  padding-bottom: .05em;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background-color: rgb(11, 16, 87);
  box-sizing: border-box;
  position: absolute;
  top: -1.0rem;
  left: -1.0rem;
}
@media screen and (min-width: 768px){
  #apply ol>li .term::before{
    margin-right: 2.2rem;
    position: static;
  }
}
#apply ol>li .data{
  padding-top: .8rem;
}
@media screen and (min-width: 768px){
  #apply ol>li .data{
    padding-left: 6.4rem;
  }
}
#apply .contact{
  padding-top: 2.4rem;
  margin: 0;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
#apply .contact dd{
  margin: 0;
}
#apply .contact .fax{
  border-radius: 20px;
  overflow: hidden;
  background-color: rgb(254, 239, 242);
}
@media screen and (min-width: 768px){
  #apply .contact .fax{
    display: -webkit-box;
    display: flex;
  }
}
#apply .contact .fax dt{
  padding: 2.0rem min(44 / 1280 * 100vw, 4.4rem);
  background-color: rgb(249, 129, 162);
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #apply .contact .fax dt{
    padding: min(20 / 1280 * 100vw, 2.0rem) min(44 / 1280 * 100vw, 4.4rem);
  }
}
#apply .contact .fax .name{
  font-size: calc(16 / 414 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px){
  #apply .contact .fax .name{
    font-size: min(26 / 1280 * 100vw, 2.6rem);
    text-align: start;
  }
}
#apply .contact .fax .hour{
  padding-top: 1em;
  display: -webkit-box;
  display: flex;
  font-size: 1.6rem;
  white-space: nowrap;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px){
  #apply .contact .fax .hour{
    margin: 0;
    width: auto;
    font-size: min(16 / 1280 * 100vw, 1.6rem);
  }
}
#apply .contact .fax .hour p{
  padding-right: min(24 / 1280 * 100vw, 2.4rem);
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  border-right: solid 1px rgb(255, 255, 255);
}
#apply .contact .fax .hour ul{
  padding: 0 0 0 min(24 / 1280 * 100vw, 2.4rem);
  margin: 0;
  list-style: none;
}
#apply .contact .fax .hour li{
  font-size: calc(18 / 16 * 100%);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
#apply .contact .fax dd{
  padding: 2.0rem min(44 / 1280 * 100vw, 4.4rem);
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(2.78 / 37 * 1em);
  color: rgb(247, 79, 124);
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px){
  #apply .contact .fax dd{
    padding: min(20 / 1280 * 100vw, 2.0rem) min(44 / 1280 * 100vw, 4.4rem);
    font-size: min(37 / 1280 * 100vw, 3.7rem);
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
#apply .contact .tel{
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px){
  #apply .contact .tel{
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#apply .contact .tel dt{
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#apply .contact .tel dd{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(2.4 / 32 * 1em);
  color: rgb(11, 16, 87);
  margin: 0 auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (min-width: 768px){
  #apply .contact .tel dd{
    margin: 0;
    max-width: none;
  }
}
#apply .contact .tel dd span{
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px){
  #apply .contact .tel dd span{
    display: inline;
    text-align: start;
  }
}
#apply ol>li p{
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#apply ol>li p.notes{
  padding-left: 1.1em;
  text-indent: -1.1em;
}
#apply>.notes{
  padding-top: 5.8rem;
}
#apply>.notes section{
  border-radius: 20px;
  border: solid 1px rgb(11, 16, 87);
}
#apply>.notes h3{
  padding: 0 1em;
  margin: -0.5em auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(1.35 / 18 * 1em);
  text-indent: calc(1.35 / 18 * 1em);
  color: rgb(11, 16, 87);
  background-color: rgb(255, 252, 241);
  white-space: nowrap;
}
#apply>.notes ul{
  padding: 2.4rem;
  margin: 0 auto;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#apply>.notes li{
  padding: .4em 0 .4em 1.25em;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: calc(1.2 / 16 * 1em);
  text-indent: -1.25em;
}
#apply>.notes li::before{
  content: '\25CB';
  margin-right: 0.25em;
  letter-spacing: 0;
}
#apply>.notes p{
  padding: 2.4rem 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: calc(1.2 / 16 * 1em);
}
