@charset "UTF-8";
html.sr {
  margin-top: 0 !important;
}

body {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.467;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0a1711;
}

a {
  color: #0a1711;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bolder;
}

.wrap {
  padding: 0 20px;
  max-width: 970px;
  margin: 0 auto;
}

.wrap.wide {
  max-width: 1120px;
}

.wrap.narrow {
  max-width: 910px;
}

.trans, .trans-op {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

.avenir {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

#page.in {
  margin-top: 115px;
}

@media screen and (min-width: 768px) {
  .spv {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .pcv {
    display: none !important;
  }
  #page.in {
    margin-top: 60px;
  }
}
@media (hover: hover) {
  .trans-op:hover {
    opacity: 0.7;
  }
}
.anim.fadeIn {
  opacity: 0;
  -webkit-transition: 1.2s all;
  transition: 1.2s all;
}

.anim.fadeIn.is-show {
  opacity: 1;
}

.anim.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.anim.fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.breadcrumb {
  border-top: 0.5px solid #cccccc;
  border-bottom: 0.5px solid #cccccc;
  padding: 18px 0;
  overflow-x: auto;
  overflow-y: auto;
}

.breadcrumb::-webkit-scrollbar {
  height: 2px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #3bb2c1;
}

.breadcrumb ul > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb ul > li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11px;
          flex: 0 0 11px;
}

.breadcrumb ul > li:last-child {
  padding-right: 16px;
}

.breadcrumb ul > li + li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumb ul > li a {
  color: #3bb2c1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (hover: hover) {
  .breadcrumb ul > li a:hover {
    opacity: 0.7;
  }
}
.breadcrumb01 {
  padding: 6px 0;
  overflow-x: auto;
  overflow-y: auto;
}

.breadcrumb01::-webkit-scrollbar {
  height: 2px;
}

.breadcrumb01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 500;
  color: #979797;
}

.breadcrumb01 ul > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb01 ul > li:last-child {
  padding-right: 16px;
}

.breadcrumb01 ul > li + li:before {
  content: "＞";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0.5em;
}

.breadcrumb01 ul > li a {
  color: #979797;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 767px) {
  .breadcrumb01 {
    border-top: 1px solid #cacaca;
  }
  .breadcrumb01 ul {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .breadcrumb01 ul > li a:hover {
    opacity: 0.7;
  }
}
#page.in .c-ttl01 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
#page.in .c-ttl01.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
#page.in .c-ttl02 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 15px;
}
#page.in .c-ttl02 > span {
  display: inline-block;
  background: #ff5254;
  color: #fff;
  border-radius: 100px;
  padding: 4px 24px;
  min-width: 316px;
}
#page.in .c-ttl02--green > span {
  background: #3bb2c1;
}
#page.in .c-ttl03 {
  background: #f0f1ee;
  border-left: 5px solid #3bb0bf;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px 16px;
  margin-bottom: 20px;
}
#page.in .c-ttl03--red {
  background: #fff6e6;
  border-color: #ff5254;
  color: #282828;
}
#page.in .c-ttl04 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid #3bb0bf;
  border-radius: 10px;
  padding: 22px 30px;
  color: #282828;
  margin: 40px 0 35px;
}
#page.in .c-ttl04:first-child {
  margin-top: 0;
}
#page.in .c-ttl04:last-child {
  margin-bottom: 0;
}
#page.in .c-ttl05 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.33;
  border-left: 4px solid #3baebd;
  padding-left: 20px;
}
#page.in .c-btn01 {
  display: block;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #cccccc;
  color: #282828;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.078em;
  padding: 15px 60px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 397px;
  margin: 0 auto;
}
#page.in .c-btn01:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/base/arrow.png) no-repeat center/contain, #ff5254;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in .c-btn01--green:after {
  background-color: #3bb2c1;
}
#page.in .c-btn02 {
  display: block;
  text-align: center;
  position: relative;
  background: #3bb0bf;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.078em;
  padding: 15px 60px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 397px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 0px 0px #cbcbcb;
          box-shadow: 0px 4px 0px 0px #cbcbcb;
}
#page.in .c-btn02:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/base/arrow_green.png) no-repeat center/contain, #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in .c-lead {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 32px;
}
#page.in .c-color-red {
  color: #ff5254;
}
#page.in .c-color-green {
  color: #3bb0bf;
}
#page.in .c-bg-gray {
  background: #f4f4f4;
  color: #282828;
}
#page.in .c-bg-gray .c-ttl03 {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #page.in .c-ttl01 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  #page.in .c-ttl02 {
    font-size: 15px;
  }
  #page.in .c-ttl02 > span {
    padding: 3px 20px;
    min-width: 265px;
  }
  #page.in .c-ttl03 {
    font-size: 17px;
  }
  #page.in .c-ttl04 {
    font-size: 15px;
    padding: 12px 15px;
    margin: 20px 0;
  }
  #page.in .c-ttl05 {
    font-size: 17px;
    padding-left: 12px;
  }
  #page.in .c-btn01 {
    min-width: auto;
    width: 100%;
    padding: 12px 40px;
    font-size: 15px;
  }
  #page.in .c-btn01:after {
    width: 15px;
    height: 15px;
    right: 16px;
  }
  #page.in .c-btn02 {
    min-width: auto;
    width: 100%;
    padding: 12px 40px;
    font-size: 15px;
  }
  #page.in .c-btn02:after {
    width: 15px;
    height: 15px;
    right: 16px;
  }
  #page.in .c-lead {
    font-size: 15px;
    line-height: 1.67;
  }
}
@media (hover: hover) {
  #page.in .c-btn01:hover {
    color: #ff5254;
  }
  #page.in .c-btn01--green:hover {
    color: #3bb2c1;
  }
  #page.in .c-btn02:hover {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#page.in .c-bnr-mimosa {
  margin: 60px 0;
}
#page.in .c-bnr-mimosa:first-child {
  margin-top: 0;
}
#page.in .c-bnr-mimosa:last-child {
  margin-bottom: 0;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  color: #ff5254;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.038em;
  line-height: 1;
  margin-bottom: 12px;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt > span {
  padding-bottom: 12px;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt strong {
  font-size: 23px;
  font-weight: 700;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt .num {
  font-size: 42px;
  font-weight: 700;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt:before,
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt:after {
  content: "";
  width: 2px;
  height: 36px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
#page.in .c-bnr-mimosa .c-bnr-mimosa-txt:after {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  #page.in .c-bnr-mimosa {
    margin: 50px 0;
  }
}
#page.in .c-cta {
  border-top: 1px solid #3bb2c1;
  border-bottom: 1px solid #3bb2c1;
  position: relative;
  padding: 52px 0 34px;
}
#page.in .c-cta .c-cta-ttl {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #3bb2c1;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  padding: 4px 45px;
}
#page.in .c-cta .c-cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page.in .c-cta .c-cta-flex-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  padding-right: 3.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #c4c7c6;
}
#page.in .c-cta .c-cta-flex-cntr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 2% 0 3.6%;
}
#page.in .c-cta .c-cta-flex-cntr .text {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
#page.in .c-cta .c-cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#page.in .c-cta .c-cta-tel-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 297px;
          flex: 0 1 297px;
}
#page.in .c-cta .c-cta-tel-sub {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in .c-cta .c-cta-tel-sub p {
  border: 1px solid #3bb2c1;
  color: #3bb2c1;
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 4px;
}
#page.in .c-cta .c-cta-tel-sub p:first-child {
  background: #3bb2c1;
  color: #fff;
}
#page.in .c-cta .c-cta-flex-rig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 214px;
          flex: 0 0 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in .c-cta .c-cta-mail {
  width: 100%;
}
#page.in .c-cta .c-cta-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  text-align: center;
  background: #3bb2c1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.36;
  border-radius: 9px;
  padding: 22px 8px;
}
#page.in .c-cta .c-cta-mail a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21px;
          flex: 0 1 21px;
}
#page.in .c-cta--mimosa {
  border-color: #ff5254;
}
#page.in .c-cta--mimosa .c-cta-ttl {
  background: #ff5254;
}
#page.in .c-cta--mimosa .c-cta-tel-sub p {
  border-color: #ff5254;
  color: #ff5254;
}
#page.in .c-cta--mimosa .c-cta-tel-sub p:first-child {
  background: #ff5254;
}
#page.in .c-cta--mimosa .c-cta-mail a {
  background: #ff5254;
}
#page.in .c-cta--mimosa.c-cta--mimosa02 {
  border-color: transparent;
}
#page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-ttl {
  display: none;
}
#page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-flex {
  border: 2px solid #ff5254;
  background: #fff6ed;
  border-radius: 7px;
  padding: 24px 30px;
}
@media screen and (max-width: 960px) {
  #page.in .c-cta .c-cta-flex-lft {
    padding-right: 12px;
  }
  #page.in .c-cta .c-cta-flex-cntr {
    padding: 0 12px;
  }
  #page.in .c-cta .c-cta-flex-cntr .text {
    font-size: 16px;
  }
  #page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-flex {
    padding: 20px 12px;
  }
  #page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-flex-cntr .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #page.in .c-cta {
    padding: 30px 0;
  }
  #page.in .c-cta .c-cta-ttl {
    font-size: 16px;
    padding: 4px 25px;
  }
  #page.in .c-cta .c-cta-flex {
    display: block;
  }
  #page.in .c-cta .c-cta-flex-lft {
    padding: 0;
    border: 0;
    display: block;
    width: 143px;
    margin: 0 auto 16px;
  }
  #page.in .c-cta .c-cta-flex-cntr {
    padding: 0;
  }
  #page.in .c-cta .c-cta-flex-cntr .text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #page.in .c-cta .c-cta-flex-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
  #page.in .c-cta .c-cta-flex-sp > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #page.in .c-cta .c-cta-flex-sp-mail a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: #fff;
    border: 2px solid #3bb2c1;
    color: #3bb2c1;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.05em;
    padding: 12px 4px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  }
  #page.in .c-cta .c-cta-flex-sp-mail a img {
    width: 40px;
    margin: 0 auto 10px;
  }
  #page.in .c-cta .c-cta-flex-sp-tel a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 12px;
    text-align: center;
    background: #3bb2c1;
    border: 2px solid #3bb2c1;
    color: #fff;
    border-radius: 9px;
    padding: 10px 4px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.14);
  }
  #page.in .c-cta .c-cta-flex-sp-tel a .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }
  #page.in .c-cta .c-cta-flex-sp-tel a .icon img {
    width: 30px;
  }
  #page.in .c-cta .c-cta-flex-sp-tel a .icon span {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #3bb2c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #page.in .c-cta .c-cta-flex-sp-tel a .icon span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 6px 3px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -3px;
    bottom: 8px;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  #page.in .c-cta .c-cta-flex-sp-tel a .text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: #fff;
    color: #3bb2c1;
    padding: 3px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #page.in .c-cta--mimosa .c-cta-flex-sp-mail a {
    color: #ff5254;
    border-color: #ff5254;
  }
  #page.in .c-cta--mimosa .c-cta-flex-sp-tel a {
    color: #ff5254;
    border-color: #ff5254;
    background: #ff5254;
  }
  #page.in .c-cta--mimosa .c-cta-flex-sp-tel a .icon span {
    color: #ff5254;
  }
  #page.in .c-cta--mimosa .c-cta-flex-sp-tel a .text {
    color: #ff5254;
  }
  #page.in .c-cta--mimosa.c-cta--mimosa02 {
    border-color: #ff5254;
    background: #fff6ed;
  }
  #page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-flex {
    border: 0;
    padding: 0;
  }
  #page.in .c-cta--mimosa.c-cta--mimosa02 .c-cta-flex-cntr .text {
    font-size: 15px;
  }
}
@media (hover: hover) {
  #page.in .c-cta-mail a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

#page.in .c-beginner {
  padding: 60px 0 90px;
  background: #f4f4f4;
}
#page.in .c-beginner-ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}
#page.in .c-beginner-ttl:before {
  content: "";
  width: 24px;
  height: 34px;
  background: url(../img/base/ico_beginner.png) no-repeat center/contain;
}
#page.in .c-beginner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  #page.in .c-beginner-list {
    gap: 8px;
  }
}
#page.in .c-beginner-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #282828;
}
@media screen and (max-width: 899px) {
  #page.in .c-beginner-list a {
    padding: 30px 20px;
    font-size: 17px;
  }
}
#page.in .c-beginner-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb07d;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page.in .c-beginner {
    padding: 54px 0 96px;
  }
  #page.in .c-beginner-ttl {
    display: block;
    font-size: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 16px;
  }
  #page.in .c-beginner-ttl:before {
    width: 21px;
    height: 30px;
    display: block;
    margin: 0 auto 12px;
  }
  #page.in .c-beginner-txt {
    margin: 20px 0 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
  }
  #page.in .c-beginner-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #page.in .c-beginner-list a {
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 56px;
  }
  #page.in .c-beginner-list a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media (hover: hover) {
  #page.in .c-beginner-list a:hover {
    color: #3bb07d;
  }
}

#page.in .c-aboutus {
  padding: 60px 0 90px;
  background: #f4f4f4;
}
#page.in .c-aboutus-ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}
#page.in .c-aboutus-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  #page.in .c-aboutus-list {
    gap: 8px;
  }
}
#page.in .c-aboutus-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #282828;
}
@media screen and (max-width: 939px) {
  #page.in .c-aboutus-list a {
    padding: 30px 16px;
    font-size: 16px;
  }
}
#page.in .c-aboutus-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb07d;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 939px) {
  #page.in .c-aboutus-list a:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page.in .c-aboutus {
    padding: 54px 0 60px;
  }
  #page.in .c-aboutus-ttl {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
  }
  #page.in .c-aboutus-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #page.in .c-aboutus-list a {
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 56px;
  }
  #page.in .c-aboutus-list a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media (hover: hover) {
  #page.in .c-aboutus-list a:hover {
    color: #3bb07d;
  }
}

#page.in .c-pagettl {
  position: relative;
  height: 263px;
}
#page.in .c-pagettl .c-pagettl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#page.in .c-pagettl .c-pagettl-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.in .c-pagettl .c-pagettl-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#page.in .c-pagettl .c-pagettl-catchcopy {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 12px;
}
#page.in .c-pagettl .c-pagettl-main {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#page.in .c-pagettl.c-pagettl--black .c-pagettl-wrap {
  color: #282828;
}
@media screen and (max-width: 767px) {
  #page.in .c-pagettl {
    height: 120px;
  }
  #page.in .c-pagettl .c-pagettl-catchcopy {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #page.in .c-pagettl .c-pagettl-main {
    font-size: 20px;
  }
}

#page.in section.c-plan {
  padding: 40px 0 95px;
}
#page.in section.c-plan .c-plan-item {
  margin-bottom: 70px;
}
#page.in section.c-plan .c-plan-item:last-child {
  margin-bottom: 0;
}
#page.in section.c-plan .c-plan-item-txt {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
}
#page.in section.c-plan .c-plan-list-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}
#page.in section.c-plan .c-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 920px) {
  #page.in section.c-plan .c-plan-list:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
  }
}
#page.in section.c-plan .c-plan-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 285px;
}
#page.in section.c-plan .c-plan-list > li a {
  height: 100%;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 25px;
}
#page.in section.c-plan .c-plan-list > li .image {
  margin: 0 -20px;
}
#page.in section.c-plan .c-plan-list > li .icon {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 56px;
  height: 56px;
  background: url(../img/base/plan_icon.png) no-repeat center/contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 2px;
}
#page.in section.c-plan .c-plan-list > li .name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-bottom: 1px solid #c4c7c6;
  padding-bottom: 18px;
  margin-top: 20px;
}
#page.in section.c-plan .c-plan-list > li .name:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #ff5254;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in section.c-plan .c-plan-list > li .text {
  font-size: 15px;
  font-weight: 500;
  margin: 18px 0 10px;
}
#page.in section.c-plan .c-plan-list > li .flow {
  margin: 10px 0 18px;
}
#page.in section.c-plan .c-plan-list > li .price {
  color: #ff5254;
  line-height: 1;
  margin-top: auto;
}
#page.in section.c-plan .c-plan-list > li .price-notax {
  font-weight: 700;
  letter-spacing: 0.04em;
}
#page.in section.c-plan .c-plan-list > li .price-notax-num {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
#page.in section.c-plan .c-plan-list > li .price-taxin {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 -15px 0 4px;
  display: inline-block;
}
#page.in section.c-plan .c-plan-list > li .price-taxin > span {
  font-size: 60%;
  margin-left: 1px;
}
#page.in section.c-plan .c-plan-more {
  margin-top: 50px;
}
#page.in section.c-plan .c-plan-item--ordermade .c-plan-list > li .name:after {
  background-color: #3bb2c1;
}
@media screen and (max-width: 767px) {
  #page.in section.c-plan {
    padding: 30px 0 60px;
  }
  #page.in section.c-plan .c-plan-item {
    margin-bottom: 60px;
  }
  #page.in section.c-plan .c-plan-item-txt {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.67;
  }
  #page.in section.c-plan .c-plan-list > li {
    min-width: 270px;
  }
  #page.in section.c-plan .c-plan-list > li .icon {
    width: 48px;
    height: 48px;
    font-size: 12px;
    right: 14px;
  }
  #page.in section.c-plan .c-plan-list > li .name {
    font-size: 18px;
    padding-bottom: 12px;
    margin-top: 15px;
  }
  #page.in section.c-plan .c-plan-list > li .name:after {
    width: 15px;
    height: 15px;
  }
  #page.in section.c-plan .c-plan-list > li .text {
    margin-top: 12px;
  }
  #page.in section.c-plan .c-plan-list > li .flow {
    margin-top: 12px;
  }
  #page.in section.c-plan .c-plan-list > li .price {
    margin-top: 10px;
  }
  #page.in section.c-plan .c-plan-list > li .price-notax {
    font-size: 17px;
  }
  #page.in section.c-plan .c-plan-list > li .price-notax-num {
    font-size: 30px;
  }
  #page.in section.c-plan .c-plan-more {
    margin-top: 28px;
  }
}

#page.in section.c-hall {
  padding: 70px 0 100px;
}
#page.in section.c-hall .c-hall-box {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 9px;
  padding: 32px;
  /*padding: 12px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 50%;
  gap: 0 2%;*/
  margin-bottom: 56px;
}
#page.in section.c-hall .c-hall-box-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 36px auto;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 36px;
  padding-top: 30px;
}
#page.in section.c-hall .c-hall-box-type > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#page.in section.c-hall .c-hall-box-type > li img {
  width: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in section.c-hall .c-hall-box-all {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 72px;
}
#page.in section.c-hall .c-hall-box-all:nth-child(n+2) {
  border-top: 1px solid #c4c7c6;
  padding-top: 32px;
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 32px auto;
  grid-template-columns: auto auto;
  gap: 32px;
}
#page.in section.c-hall .c-hall-box-all-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#page.in section.c-hall .c-hall-box-all-item p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
#page.in section.c-hall .c-hall-box-all-item p:before {
  content: "●";
  color: #3bb2c1;
}
#page.in section.c-hall .c-hall-box-all-item ul {
  font-size: 15px;
  letter-spacing: 0.08em;
}
#page.in section.c-hall .c-hall-box-all-item ul > li + li {
  margin-top: 8px;
}
#page.in section.c-hall .c-hall-box-all-item--mimosa {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
#page.in section.c-hall .c-hall-box-all-item--mimosa p:before {
  color: #ff5254;
}
#page.in section.c-hall .c-hall-box-all-item--partner p:before {
  color: #79747a;
}
#page.in section.c-hall .c-hall-box-map {
  -ms-grid-row-span: 3;
  grid-row: span 3;
  border-radius: 9px;
  overflow: hidden;
}
#page.in section.c-hall .c-hall-box-map-in {
  position: relative;
  width: 100%;
  padding-top: 132%;
}
#page.in section.c-hall .c-hall-box-map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#page.in section.c-hall .c-hall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#page.in section.c-hall .c-hall-list-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}
@media screen and (max-width: 874px) {
  #page.in section.c-hall .c-hall-list:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
  }
}
#page.in section.c-hall .c-hall-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 270px;
}
#page.in section.c-hall .c-hall-list > li a {
  height: 100%;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 20px 25px;
}
#page.in section.c-hall .c-hall-list > li .image {
  margin: 0 -20px;
}
#page.in section.c-hall .c-hall-list > li .image img {
  aspect-ratio: 602/374;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.in section.c-hall .c-hall-list > li .name {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.in section.c-hall .c-hall-list > li .name > span {
  font-size: 14px;
  margin-right: 4px;
}
@media screen and (max-width: 960px) {
  #page.in section.c-hall .c-hall-list > li .name > span {
    font-size: 13px;
  }
}
#page.in section.c-hall .c-hall-list > li .name:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb2c1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
#page.in section.c-hall .c-hall-list > li .name.name--mimosa:after {
  background-color: #ff5254;
}
#page.in section.c-hall .c-hall-list > li .text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c4c7c6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.467;
}
#page.in section.c-hall .c-hall-more {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page.in section.c-hall {
    padding: 52px 0 78px;
  }
  #page.in section.c-hall .c-hall-box {
    display: block;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 20px;
  }
  #page.in section.c-hall .c-hall-box-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 16px;
    margin-bottom: 18px;
    padding-top: 6px;
  }
  #page.in section.c-hall .c-hall-box-type > li {
    font-size: 13px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #page.in section.c-hall .c-hall-box-type > li img {
    width: 17px;
  }
  #page.in section.c-hall .c-hall-box-all {
    padding: 0;
    gap: 30px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.in section.c-hall .c-hall-box-all:nth-child(n+2) {
    margin-top: 22px;
    padding: 20px 0;
    gap: 30px 12px;
  }
  #page.in section.c-hall .c-hall-box-all-ttl {
    font-size: 14px;
    margin-bottom: -15px;
    text-align: center;
  }
  #page.in section.c-hall .c-hall-box-all-item p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #page.in section.c-hall .c-hall-box-all-item ul {
    font-size: 14px;
    letter-spacing: 0;
  }
  #page.in section.c-hall .c-hall-box-all-item ul > li + li {
    margin-top: 4px;
  }
  #page.in section.c-hall .c-hall-box-map {
    border-radius: 5px;
  }
  #page.in section.c-hall .c-hall-list > li .name {
    margin-top: 18px;
    font-size: 18px;
  }
  #page.in section.c-hall .c-hall-list > li .name > span {
    font-size: 13px;
  }
  #page.in section.c-hall .c-hall-list > li .name:after {
    width: 15px;
    height: 15px;
  }
  #page.in section.c-hall .c-hall-list > li .text {
    margin-top: 12px;
    padding-top: 12px;
  }
  #page.in section.c-hall .c-hall-more {
    margin-top: 25px;
  }
}

#page.in section.c-example {
  padding: 90px 0;
}
#page.in section.c-example .c-example-list-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}
#page.in section.c-example .c-example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 874px) {
  #page.in section.c-example .c-example-list:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
  }
}
#page.in section.c-example .c-example-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 270px;
}
#page.in section.c-example .c-example-list > li a {
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0 25px 25px;
  height: 100%;
}
#page.in section.c-example .c-example-list > li .image {
  margin: 0 -25px;
}
#page.in section.c-example .c-example-list > li .name {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#page.in section.c-example .c-example-list > li .name:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb2c1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#page.in section.c-example .c-example-list > li .text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c4c7c6;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.467;
}
#page.in section.c-example .c-example-more {
  margin-top: 40px;
}
#page.in section.c-example .c-example-list > li .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin: 16px 0 12px;
}
#page.in section.c-example .c-example-list > li .tags > li {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border: 0.5px solid #cccccc;
}
@media screen and (max-width: 767px) {
  #page.in section.c-example {
    padding: 64px 0 60px;
  }
  #page.in section.c-example .c-example-list > li .name {
    font-size: 16px;
  }
  #page.in section.c-example .c-example-list > li .name:after {
    width: 15px;
    height: 15px;
  }
  #page.in section.c-example .c-example-list > li .text {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 13px;
  }
  #page.in section.c-example .c-example-more {
    margin-top: 25px;
  }
  #page.in section.c-example .c-example-list > li .tags {
    font-size: 12px;
    gap: 4px;
  }
  #page.in section.c-example .c-example-list > li .tags > li {
    padding: 3px 8px;
  }
}

#page.in section.c-voice {
  padding: 80px 0;
}
#page.in section.c-voice .c-voice-list-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}
#page.in section.c-voice .c-voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 874px) {
  #page.in section.c-voice .c-voice-list:after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
  }
}
#page.in section.c-voice .c-voice-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 270px;
}
#page.in section.c-voice .c-voice-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 9px;
  padding: 18px 16px;
  height: 100%;
}
#page.in section.c-voice .c-voice-list > li .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
#page.in section.c-voice .c-voice-list > li .profile > img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
}
#page.in section.c-voice .c-voice-list > li .profile .name {
  letter-spacing: 0.09em;
}
#page.in section.c-voice .c-voice-list > li .profile .date {
  font-size: 12px;
}
#page.in section.c-voice .c-voice-list > li .review {
  margin-top: 8px;
}
#page.in section.c-voice .c-voice-list > li .review-ttl {
  font-size: 14px;
  letter-spacing: 0.02em;
}
#page.in section.c-voice .c-voice-list > li .review-star {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #ff5254;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
#page.in section.c-voice .c-voice-list > li .review-star > span {
  width: 105px;
  height: 19px;
  margin-top: 4px;
  position: relative;
}
#page.in section.c-voice .c-voice-list > li .review-star > span:before {
  content: "";
  height: 100%;
  background: url(../img/base/star.png) repeat-x left center/21px;
  position: absolute;
  left: 0;
  top: 0;
}
#page.in section.c-voice .c-voice-list > li .review-star > span:after {
  content: "";
  height: 100%;
  background: url(../img/base/star_gray.png) repeat-x right center/21px;
  position: absolute;
  right: 0;
  top: 0;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="5.0"]:before {
  width: 100%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="4.5"]:before {
  width: 90%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="4.5"]:after {
  width: 10%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="4.0"]:before {
  width: 80%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="4.0"]:after {
  width: 20%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="3.5"]:before {
  width: 70%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="3.5"]:after {
  width: 30%;
}
#page.in section.c-voice .voice-single-box .review-star > span[data-star="3.0"]:before {
  width: 60%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="3.0"]:after {
  width: 40%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="2.5"]:before {
  width: 50%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="2.5"]:after {
  width: 50%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="2.0"]:before {
  width: 40%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="2.0"]:after {
  width: 60%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="1.5"]:before {
  width: 30%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="1.5"]:after {
  width: 70%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="1.0"]:before {
  width: 20%;
}
#page.in section.c-voice .c-voice-list > li .review-star > span[data-star="1.0"]:after {
  width: 80%;
}
#page.in section.c-voice .c-voice-list > li .ttl {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#page.in section.c-voice .c-voice-list > li .tag {
  margin: 14px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
#page.in section.c-voice .c-voice-list > li .tag > li {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #cccccc;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 2px 7px;
}
#page.in section.c-voice .c-voice-list > li .more {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 15px;
  letter-spacing: 0.09em;
}
#page.in section.c-voice .c-voice-list > li .more:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb2c1;
  border-radius: 50%;
}
#page.in section.c-voice .c-voice-more {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  #page.in section.c-voice {
    padding: 55px 0 60px;
  }
  #page.in section.c-voice .c-voice-txt {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.67;
  }
  #page.in section.c-voice .c-voice-list > li .profile {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  #page.in section.c-voice .c-voice-list > li .profile > img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
            flex: 0 0 84px;
  }
  #page.in section.c-voice .c-voice-list > li .profile .name {
    font-size: 14px;
  }
  #page.in section.c-voice .c-voice-list > li .profile .date {
    font-size: 11px;
  }
  #page.in section.c-voice .c-voice-list > li .review-ttl {
    font-size: 12.5px;
  }
  #page.in section.c-voice .c-voice-list > li .review-star {
    font-size: 27px;
  }
  #page.in section.c-voice .c-voice-list > li .review-star > span {
    width: 90px;
    height: 16px;
  }
  #page.in section.c-voice .c-voice-list > li .review-star > span:before,
  #page.in section.c-voice .c-voice-list > li .review-star > span:after {
    background-size: 18px;
  }
  #page.in section.c-voice .c-voice-list > li .ttl {
    margin-top: 15px;
    font-size: 16px;
  }
  #page.in section.c-voice .c-voice-list > li .tag {
    margin: 10px 0 15px;
  }
  #page.in section.c-voice .c-voice-list > li .tag > li {
    font-size: 11px;
    padding: 1px 7px;
  }
  #page.in section.c-voice .c-voice-list > li .more {
    font-size: 13px;
  }
  #page.in section.c-voice .c-voice-list > li .more:after {
    width: 15px;
    height: 15px;
  }
}

#page.in section.c-faq {
  padding: 95px 0 75px;
}
#page.in section.c-faq .c-faq-list > li {
  border: 2px solid #3bb0bf;
  background: #f4f4f4;
  border-radius: 9px;
  padding: 20px;
}
#page.in section.c-faq .c-faq-list > li + li {
  margin-top: 18px;
}
#page.in section.c-faq .c-faq-dl-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  cursor: pointer;
}
#page.in section.c-faq .c-faq-dl-q:before {
  content: "Q";
  width: 52px;
  height: 52px;
  background: #3bb0bf;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  font-weight: 700;
}
#page.in section.c-faq .c-faq-dl-q > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin: auto;
}
#page.in section.c-faq .c-faq-dl-q:after {
  content: "＋";
  font-size: 18px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0;
}
#page.in section.c-faq .c-faq-dl-q.is-open:after {
  content: "ー";
}
#page.in section.c-faq .c-faq-dl-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #8a8a8a;
}
#page.in section.c-faq .c-faq-dl-a:before {
  content: "A";
  width: 52px;
  height: 52px;
  background: #ff5254;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 23px;
  font-weight: 700;
}
#page.in section.c-faq .c-faq-dl-a > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  padding-right: 38px;
  margin: auto;
}
#page.in section.c-faq .c-faq-more {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page.in section.c-faq {
    padding: 52px 0 62px;
  }
  #page.in section.c-faq .c-faq-list > li {
    border-width: 1.5px;
    border-radius: 6px;
    padding: 18px 12px;
  }
  #page.in section.c-faq .c-faq-list > li + li {
    margin-top: 12px;
  }
  #page.in section.c-faq .c-faq-dl-q {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #page.in section.c-faq .c-faq-dl-q:before {
    font-size: 18px;
    width: 42px;
    height: 42px;
  }
  #page.in section.c-faq .c-faq-dl-q > div {
    font-size: 15px;
    line-height: 1.4;
  }
  #page.in section.c-faq .c-faq-dl-q:after {
    font-size: 14.5px;
  }
  #page.in section.c-faq .c-faq-dl-a {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  #page.in section.c-faq .c-faq-dl-a:before {
    font-size: 18px;
    width: 42px;
    height: 42px;
  }
  #page.in section.c-faq .c-faq-dl-a > div {
    font-size: 15px;
    line-height: 1.4;
    padding-right: 0;
  }
}

#page.in .c-contact {
  padding: 40px 0;
}
#page.in .c-contact .c-contact-box {
  position: relative;
  border: 2px solid #3bb0bf;
  background: #f4f4f4;
  border-radius: 8px;
  padding: 40px 20px;
}
#page.in .c-contact .c-contact-box-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 100px;
  background: #3bb0bf;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 9px 24px;
}
#page.in .c-contact .c-contact-box-ttl-free {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3bb0bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
#page.in .c-contact .c-contact-box-ttl-free:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/base/jagged_circle.png) no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page.in .c-contact .c-contact-box-txt {
  text-align: center;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
#page.in .c-contact .c-contact-box-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 30px 0;
}
#page.in .c-contact .c-contact-box-tel-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 458px;
          flex: 0 1 458px;
}
#page.in .c-contact .c-contact-box-tel-sub {
  text-align: center;
  font-weight: 500;
}
#page.in .c-contact .c-contact-box-tel-sub p {
  border: 1.5px solid #3bb0bf;
  background: #fff;
  color: #3bb0bf;
  padding: 0 5px;
}
#page.in .c-contact .c-contact-box-tel-sub p:first-child {
  background: #3bb0bf;
  color: #fff;
}
#page.in .c-contact .c-contact-box-mail {
  text-align: center;
}
#page.in .c-contact .c-contact-box-mail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border: 1.5px solid #3bb0bf;
  background: #fff;
  border-radius: 100px;
  color: #3bb0bf;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(177, 177, 177, 0.35);
          box-shadow: 0px 4px 0px 0px rgba(177, 177, 177, 0.35);
}
#page.in .c-contact .c-contact-box-mail a:before {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../img/consultation/ico_mail.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #page.in .c-contact {
    padding: 0 0 35px;
    border-bottom: 1px solid #3bb0bf;
    background: #f4f4f4;
  }
  #page.in .c-contact .c-contact-box {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  #page.in .c-contact .c-contact-box-ttl {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% + 40px);
    max-width: none;
    border-radius: 0;
    margin: 0 -20px 20px;
    font-size: 18px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  #page.in .c-contact .c-contact-box-ttl-free {
    width: 40px;
    height: 40px;
  }
  #page.in .c-contact .c-contact-box-txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #page.in .c-contact .c-contact-box-tel {
    display: block;
    margin: 20px 0;
  }
  #page.in .c-contact .c-contact-box-tel-btn {
    display: block;
    text-align: center;
    border-radius: 9px;
    background: #3bb2c1;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(177, 177, 177, 0.35);
            box-shadow: 0px 4px 0px 0px rgba(177, 177, 177, 0.35);
  }
  #page.in .c-contact .c-contact-box-tel-btn:before {
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 0 0 9px 9px;
    background: #3bb2c1;
    opacity: 0.23;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: multiply;
  }
  #page.in .c-contact .c-contact-box-tel-btn .num {
    width: 281px;
    margin: 8px auto 12px;
  }
  #page.in .c-contact .c-contact-box-tel-btn .sub > span {
    background: #fff;
    color: #3bb2c1;
    display: inline-block;
    border: 1px solid #3bb2c1;
    padding: 2px 8px;
  }
  #page.in .c-contact .c-contact-box-mail a {
    border-width: 1px;
    font-size: 15px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    padding: 13px 8px;
    width: 100%;
  }
  #page.in .c-contact .c-contact-box-mail a:before {
    width: 15px;
    height: 12px;
  }
}
@media (hover: hover) {
  #page.in .c-contact .c-contact-box-tel-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  #page.in .c-contact .c-contact-box-mail a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
}

#page.in .c-mimosa {
  padding: 75px 0 105px;
  background: #f6f6f6;
}
#page.in .c-mimosa-ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}
#page.in .c-mimosa-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 920px;
  margin: 48px auto 0;
}
@media screen and (max-width: 899px) {
  #page.in .c-mimosa-list {
    gap: 8px;
  }
}
#page.in .c-mimosa-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #282828;
}
@media screen and (max-width: 899px) {
  #page.in .c-mimosa-list a {
    padding: 30px 20px;
    font-size: 17px;
  }
}
#page.in .c-mimosa-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #ff5254;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page.in .c-mimosa {
    padding: 45px 0 35px;
  }
  #page.in .c-mimosa-ttl {
    display: block;
    font-size: 26px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
  }
  #page.in .c-mimosa-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 22px;
  }
  #page.in .c-mimosa-list a {
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 56px;
  }
  #page.in .c-mimosa-list a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media (hover: hover) {
  #page.in .c-mimosa-list a:hover {
    color: #ff5254;
  }
}

#page.in .c-if {
  border-top: 1px solid #ff5254;
  border-bottom: 1px solid #ff5254;
  padding: 75px 0 90px;
}
#page.in .c-if .c-if-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
#page.in .c-if .c-if-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px 12px;
}
#page.in .c-if .c-if-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 12px) / 2);
          flex: 0 1 calc((100% - 12px) / 2);
}
@media screen and (max-width: 767px) {
  #page.in .c-if {
    padding: 35px 0 48px;
  }
  #page.in .c-if .c-if-ttl {
    font-size: 26px;
    line-height: 1.35;
  }
  #page.in .c-if .c-if-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
#page.in .c-cms_navi {
  background: #f6f6f6;
  padding: 78px 0 94px;
}
#page.in .c-cms_navi-bnr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
#page.in .c-cms_navi-list {
  margin-top: 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 920px;
  margin: 42px auto 0;
}
@media screen and (max-width: 899px) {
  #page.in .c-cms_navi-list {
    gap: 8px;
  }
}
#page.in .c-cms_navi-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 899px) {
  #page.in .c-cms_navi-list a {
    padding: 30px 20px;
    font-size: 17px;
  }
}
#page.in .c-cms_navi-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb07d;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in .c-cms_navi-list a.beginner img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19px;
          flex: 0 1 19px;
  margin-right: 5px;
  margin-bottom: -4px;
}
#page.in .c-cms_navi-list a.flower img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22px;
          flex: 0 1 22px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  #page.in .c-cms_navi {
    padding: 60px 0;
  }
  #page.in .c-cms_navi-bnr {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  #page.in .c-cms_navi-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #page.in .c-cms_navi-list a {
    font-size: 15px;
    line-height: 1.2;
    padding: 8px 12px;
    min-height: 56px;
  }
  #page.in .c-cms_navi-list a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  #page.in .c-cms_navi-list a.beginner img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 12px;
            flex: 0 1 12px;
    margin-bottom: -2px;
  }
  #page.in .c-cms_navi-list a.flower img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15px;
            flex: 0 1 15px;
    margin-left: 4px;
  }
}
@media (hover: hover) {
  #page.in .c-cms_navi-list a:hover {
    color: #3bb07d;
  }
}

#page.in .c-plan_navi {
  padding: 64px 0 120px;
  background: #f4f4f4;
}
#page.in .c-plan_navi .c-plan_navi-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 46px;
}
#page.in .c-plan_navi .c-plan_navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
#page.in .c-plan_navi .c-plan_navi-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 50px) / 3);
          flex: 0 1 calc((100% - 50px) / 3);
}
#page.in .c-plan_navi .c-plan_navi-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  background: #fff;
  border-radius: 6px;
  padding: 30px 25px;
  height: 100%;
  position: relative;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #282828;
}
@media screen and (max-width: 899px) {
  #page.in .c-plan_navi .c-plan_navi-list a {
    padding: 30px 12px;
    font-size: 17px;
  }
}
#page.in .c-plan_navi .c-plan_navi-list a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb07d;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 899px) {
  #page.in .c-plan_navi .c-plan_navi-list a:after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #page.in .c-plan_navi {
    padding: 54px 0 60px;
  }
  #page.in .c-plan_navi .c-plan_navi-ttl {
    font-size: 26px;
    margin-bottom: 36px;
  }
  #page.in .c-plan_navi .c-plan_navi-list {
    gap: 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.in .c-plan_navi .c-plan_navi-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 8px) / 2);
            flex: 0 1 calc((100% - 8px) / 2);
  }
  #page.in .c-plan_navi .c-plan_navi-list a {
    font-size: 15px;
    line-height: 1.2;
    padding: 12px;
    min-height: 56px;
  }
  #page.in .c-plan_navi .c-plan_navi-list a:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}
@media (hover: hover) {
  #page.in .c-plan_navi .c-plan_navi-list a:hover {
    color: #3bb07d;
  }
}

#page.in .c-pagenation {
  margin-top: 48px;
}
#page.in .c-pagenation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-weight: 700;
}
#page.in .c-pagenation a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#page.in .c-pagenation .page-numbers {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
#page.in .c-pagenation .page-numbers.current {
  background: #0a1711;
  color: #fff;
}
#page.in .c-pagenation .page-numbers.prev,
#page.in .c-pagenation .page-numbers.next {
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
}
#page.in .c-pagenation .page-numbers.first,
#page.in .c-pagenation .page-numbers.last {
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
  letter-spacing: -0.32em;
}
@media screen and (max-width: 767px) {
  #page.in .c-pagenation {
    margin-top: 32px;
  }
  #page.in .c-pagenation-wrap {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  #page.in .c-pagenation .page-numbers {
    width: 28px;
    height: 28px;
  }
}
@media (hover: hover) {
  #page.in .c-pagenation a:hover {
    opacity: 0.7;
  }
}

.js-modalOpen {
  cursor: pointer;
}

.c-agree-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-agree-modal.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-agree-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.c-agree-modal-container {
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  border: 5px solid #3bb2c1;
  padding: 20px;
}

.c-agree-modal-logo {
  width: 150px;
  margin-bottom: 20px;
}

.c-agree-modal-ttl {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
  margin-bottom: 20px;
}

.c-agree-modal-scroll {
  width: 100%;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cccccc;
  padding: 20px;
  font-size: 14px;
}
.c-agree-modal-scroll h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 1.5em 0 1em;
}
.c-agree-modal-scroll h3:first-child {
  margin-top: 0;
}
.c-agree-modal-scroll h3:last-child {
  margin-bottom: 0;
}
.c-agree-modal-scroll h4 {
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.4em;
  margin: 1.5em 0 1em;
}
.c-agree-modal-scroll h4:first-child {
  margin-top: 0;
}
.c-agree-modal-scroll h4:last-child {
  margin-bottom: 0;
}
.c-agree-modal-scroll h5 {
  font-weight: 500;
  margin: 1.5em 0 1em;
}
.c-agree-modal-scroll h5:first-child {
  margin-top: 0;
}
.c-agree-modal-scroll h5:last-child {
  margin-bottom: 0;
}
.c-agree-modal-scroll strong {
  font-weight: 500;
}

.c-agree-modal-notice {
  margin: 20px 0;
  text-align: center;
  font-weight: 500;
  color: #3bb2c1;
}

.c-agree-modal-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.c-agree-modal-confirm-btn {
  width: 240px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #3bb2c1;
  color: #fff;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

span.c-agree-modal-confirm-btn {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  color: #0a1711;
}

@media screen and (max-width: 767px) {
  .c-agree-modal-container {
    border-width: 3px;
  }
  .c-agree-modal-logo {
    width: 100px;
    margin-bottom: 12px;
  }
  .c-agree-modal-ttl {
    font-size: 16px;
  }
  .c-agree-modal-scroll {
    font-size: 12px;
    padding: 16px;
    height: 180px;
  }
  .c-agree-modal-scroll h3 {
    font-size: 15px;
  }
  .c-agree-modal-scroll h4 {
    font-size: 13px;
  }
  .c-agree-modal-notice {
    margin: 16px 0;
    font-size: 14px;
  }
  .c-agree-modal-confirm {
    gap: 12px 20px;
  }
  .c-agree-modal-confirm .disagree {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}