@charset 'UTF-8';

/*  lead  */
#lead{
  padding-top: 11.0rem;
}
#lead .desc p{
  margin: 0;
  font-size: 1.9rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (min-width: 768px){
  #lead .desc p{
    text-align: center;
  }
}

/*  role  */
#role>ul{
  padding: 0;
  margin: calc(6.6rem - 2.8rem) auto 0 auto;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 108.0rem;
  box-sizing: border-box;
}
#role>ul li{
  padding: 1em .5em;
  margin-top: 1.4rem;
  flex-basis: calc(156 / 323 * 100%);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #role>ul li{
    padding: min(25 / 1280 * 100vw, 2.5rem);
    margin-top: min(48 / 1280 * 100vw, 4.8rem);
    flex-basis: calc(328 / 1080 * 100%);
  }
}
#role>ul .ill .image{
  text-align: center;
}
#role>ul .term{
  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;
  min-height: 2.8em;
  font-family: var(--NotoSerifJP);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(249, 129, 162);
}
@media screen and (min-width: 768px){
  #role>ul .term{
    margin-top: calc(6 / 22 * 1em);
    font-size: min(22 / 1280 * 100vw, 2.2rem);
  }
}
#role>ul .desc{
  padding-top: .7em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px){
  #role>ul .desc{
    padding-top: calc(25 / 16 * 1em);
    font-size: min(16 / 1280 * 100vw, 1.6rem);
  }
}
#role>ul .desc p{
  margin: 0;
  font-size:inherit;
  line-height: 1.6;
}
#role>section,
#role>.container{
  margin: 0 auto;
  max-width: 108.0rem;
}
#role section{
  margin-top: 9.2rem;
}
#role section 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);
}
#role section h3::before{
  content: '\3010';
}
#role section h3::after{
  content: '\3011';
}
@media screen and (max-width: 767px){
  #role section .long{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  #role section .long::before,
  #role section .long::after{
    -webkit-transform: scaleY(2.4);
    transform: scaleY(2.4);
  }
  #role section .long::before{
    padding-right: .25em;
  }
  #role section .long::after{
    padding-left: .25em;
  }
}
#role section .desc{
  padding-top: 3.2rem;
}
#role section .desc p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
#role section .notes{
  padding-top: 2.0rem;
}
#role section .notes p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#role section .container{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#role section .column{
  background-color: rgb(254, 242, 245);
}
@media screen and (min-width: 768px){
  #role section .container{
    padding-top: 2.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  #role section .column{
    flex-basis: 63.8rem;
  }
}
#role section .column p{
  padding: .46rem 3.0rem;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  background-color: rgb(249, 129, 162);
}
#role section .column ul{
  padding: 2.0rem 3.0rem;
  margin: 0;
  list-style: none;
}
#role section .column li{
  padding: .25em 0 .25em 1.25em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(1.35 / 18 * 1em);
  color: rgb(11, 16, 87);
  text-indent: -1.25em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
#role section .column li::before{
  content: '\30FB';
  padding-right: .25em;
  letter-spacing: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#role section .ill{
  -webkit-box-ordinal-group: 0;
  order: -1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px){
  #role section .ill{
    -webkit-box-ordinal-group: 1;
    order: 0;
    flex-basis: 37.0rem;
  }
}
#role section strong{
  padding: 1.0rem;
  margin: 13.8rem auto 0 auto;
  display: block;
  max-width: 80.0rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: calc(1.35 / 18 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
  border-radius: 25px;
  border: solid 2px rgb(11, 16, 87);
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  position: relative;
}
#role section strong::before{
  content: '';
  position: absolute;
  bottom: calc(100% + 4.0rem);
  left: 0;
  right: 0;
  margin: auto;
  width: 9.22rem;
  height: 6.48rem;
  background: url(../images/ico_step_l.svg) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 768px){
  #role>.container{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #role>.container section{
    flex-basis: calc(495 / 1080 * 100%);
  }
}
#role section dl{
  margin: 2.0rem 0 0 0;
  background-color: rgb(255, 255, 255);
}
#role section dl div{
  display: -webkit-box;
  display: flex;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
#role section dt,
#role section dd{
  padding: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #role section dt,
  #role section dd{
    padding: calc(17 / 495 * 100%) calc(25 / 495 * 100%);
  }
}
#role section dt{
  background-color: rgb(237, 233, 237);
  flex-shrink: 0;
  text-align: center;
  flex-basis: calc(120 / 323 * 100%);
}
@media screen and (min-width: 768px){
  #role>.container section:nth-of-type(1) dt{
    flex-basis: calc(186 / 495 * 100%);
  }
  #role>.container section:nth-of-type(2) dt{
    flex-basis: calc(140 / 495 * 100%);
  }
}
#role section div:not(:first-of-type) dt{
  border-top: solid 1px rgb(255, 255, 255);
}
#role section dd{
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
#role section div:not(:first-of-type) dd{
  border-top: solid 1px rgb(203, 194, 208);
}
#role section dd p{
  margin: 0;
}
#role section dd .notes{
  font-size: 1.4rem;
  line-height: 1;
  padding-top: .8rem;
}
#role section dl span{
  padding-bottom: .6em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px){
  #role section dl span{
    letter-spacing: 0.05em;
  }
}
#role section dt span{
  margin: 0 auto;
}
#role section dd span{
  white-space: normal;
}
#role section dl span:not(.single)::before,
#role section dl span:not(.single)::after{
  -webkit-transform: scaleY(2.8);
  transform: scaleY(2.8);
  font-weight: 100;
}
#role section dl span::before{
  content: '\FF08';
  padding-right: 0.5em;
}
#role section dl span::after{
  content: '\FF09';
  padding-left: 0.5em;
}
#role section dd ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#role section dd li{
  line-height: 1.5;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
#role section dd li:not(:first-of-type){
  padding-top: .5em;
}
#role section dd li::before{
  content: '\30FB';
  padding-right: 0.25em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
}

/* reserv */
#reserv{
  padding-bottom: 13.6rem;
}
#reserv h2{
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px){
  #reserv h2{
    letter-spacing: calc(7.4 / 37 * 1em);
  }
}
#reserv ol{
  padding: 0;
  margin: 6.0rem auto 0 auto;
  list-style: none;
  max-width: 73.6rem;
  counter-reset: rnum;
}
#reserv li{
  padding: 1.8rem;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  position: relative;
}
#reserv li:not(:first-of-type)::after{
  content: '';
  position: absolute;
  bottom: calc(100% + 2.6rem);
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 4.88rem;
  height: 2.75rem;
  background: url(../images/ico_step.svg) no-repeat 50% 50%/contain;
}
#reserv .edge{
  background-color: rgb(237, 233, 237);
}
#reserv li:not(:first-of-type){
  margin-top: 7.8rem;
}
#reserv .edge .term{
  padding: .2em 0;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(1.5 / 20 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
#reserv .edge .desc{
  padding-top: .5em;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 2;
}
#reserv .edge .desc p{
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
}
#reserv li:not(.edge){
  counter-increment: rnum;
}
@media screen and (min-width: 768px){
  #reserv li:not(.edge){
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
#reserv li:not(.edge) .rnum{
  font-family: var(--Barlow);
  font-size: 2.9rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: rgb(11, 16, 87);
  box-sizing: border-box;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#reserv li:not(.edge) .rnum::before{
  content: 'STEP' counter(rnum);
}
@media screen and (min-width: 768px){
  #reserv li:not(.edge) .rnum{
    margin: 0 calc(46 / 700 * 100%);
    flex-shrink: 0;
    width: 10.0rem;
    height: 10.0rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 0;
  }
  #reserv li:not(.edge) .rnum::after,
  #reserv li:not(.edge) .rnum span,
  #reserv li:not(.edge) .rnum span::before,
  #reserv li:not(.edge) .rnum span::after{
    content: '';
    position: absolute;
    top: -.1rem;
    bottom: -.1rem;
    left: -.1rem;
    right: -.1rem;
    z-index: -10;
    margin: auto;
    aspect-ratio: 1 / 1;
    border: solid 1px transparent;
    border-radius: 50%;
    opacity: 0.8;
  }
  #reserv li:not(.edge) .rnum::after{
    border-top-color: rgb(11, 16, 87);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #reserv li:not(.edge) .rnum span{
    border-right-color: rgb(11, 16, 87);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  #reserv li:not(.edge) .rnum span::before{
    border-bottom-color: rgb(11, 16, 87);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  #reserv li:not(.edge) .rnum span::after{
    border-left-color: rgb(11, 16, 87);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#reserv li:not(.edge) .term{
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: calc(1.35 / 18 * 1em);
  color: rgb(247, 79, 124);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px){
  #reserv li:not(.edge) .term{
    margin: 0;
    width: auto;
  }
}
#reserv li:not(.edge) .tel{
  padding-top: .2em;
  font-size: 2.3rem;
  line-height: 1.4;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px){
  #reserv li:not(.edge) .tel{
    margin: 0;
    width: auto;
  }
}
#reserv li:not(.edge) .tel p{
  margin: 0;
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: calc(1.73 / 23 * 1em);
  color: rgb(11, 16, 87);
}
#reserv li:not(.edge) .tel p span{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: calc(1.35 / 18 * 1em);
}
#reserv li:not(.edge) .notes{
  padding-top: .2em;
  font-size: 1.5rem;
  line-height: 1.4;
}
#reserv li:not(.edge) .notes p{
  padding-left: 1.032em;
  margin: 0;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: calc(0.48 / 15 * 1em);
  text-indent: -1.032em;
}
#reserv section{
  padding-bottom: 3.2rem;
  margin: 10.2rem auto 0 auto;
  max-width: 108.0rem;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
#reserv section h3{
  padding: 1.06rem 2.0rem;
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(249, 129, 162);
}
@media screen and (min-width: 768px){
  #reserv section h3{
    padding: 1.06rem 3.2rem;
  }
}
#reserv section .desc{
  padding: 2.0rem;
}
@media screen and (min-width: 768px){
  #reserv section .desc{
    padding: 2.0rem 3.2rem;
  }
}
#reserv section .desc p{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: calc(1.35 / 18 * 1em);
  color: rgb(11, 16, 87);
}
@media screen and (min-width: 768px){
  #reserv section .desc p{
    text-align: center;
  }
}
#reserv section .cmn_button a{
  min-width: 22.8rem;
}
