@charset "UTF-8";
/* reset5 © 2011 opensource.736cs.com MIT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block; }

nav ul {
  list-style: none; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

ul ul {
  list-style: circle; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

ins {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

mark {
  background: none; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input[type=submit], input[type=button], button {
  margin: 0 !important;
  padding: 0 !important; }

input, select, a img {
  vertical-align: middle; }

/* フォームのリセットここから */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

/* フォームのリセットここまで */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px; }

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  -webkit-text-size-adjust: 100%;
  	/*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	*/ }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, ol {
  list-style: none !important; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: inherit;
  font-size: inherit; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top; }

mark {
  color: inherit; }

span.nowrap {
  display: inline-block; }

html {
  font-size: min(62.5%, calc(10 / 980 * 100vw));
  --scroll-offset: 0; }
  @media screen and (max-width: 768px) {
    html {
      font-size: min(10px, calc(10 / 480 * 100vw));
      --scroll-offset: -60; } }

body {
  position: relative;
  background-color: #f3f3f3;
  font-family: "Noto Sans JP", sans-serif;
  color: #294d40; }
  .dialog-active body {
    overflow: hidden; }
  body .bg {
    content: "";
    background-color: #f4a000;
    display: block;
    height: 660px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      body .bg {
        height: 62rem; } }
    body .bg::before {
      content: "";
      position: absolute;
      right: 0;
      top: 78px;
      background-image: url("../images/common/bg_deco.png");
      background-size: 100% 100%;
      width: 498px;
      height: 498px; }
      @media screen and (max-width: 768px) {
        body .bg::before {
          width: 32.2rem;
          height: 32.2rem;
          top: 27.5rem; } }
    body .bg::after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 200vw;
      transform: rotate(-4.47deg);
      transform-origin: 0 0;
      background-color: #f3f3f3;
      height: 100vh; }

#wrapper {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 48px 0 120px; }
  @media screen and (max-width: 1279px) {
    #wrapper {
      display: block;
      width: auto;
      padding: calc(8rem + 3.2rem) 2.5rem 11.8rem;
      overflow: hidden; } }

#header {
  position: sticky;
  top: 48px;
  left: 0;
  flex: 0 0 260px;
  background-color: #00bd79;
  height: 100%;
  padding: 50px 32px 54px;
  border-radius: 20px;
  border: 2px solid #294d40; }
  @media screen and (max-width: 1279px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 8rem;
      padding: 0;
      border-radius: 0;
      border: none;
      background-color: #fff;
      display: flex;
      align-items: center;
      z-index: 1000; } }
  #header::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    right: -2px;
    background-color: #00bd79;
    width: 2px;
    height: 15px; }
    @media screen and (max-width: 1279px) {
      #header::before {
        display: none; } }
  #header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 36px;
    background-color: #00bd79;
    width: 15px;
    height: 2px; }
    @media screen and (max-width: 1279px) {
      #header::after {
        display: none; } }
  #header .logo {
    flex: 0 1 200px;
    padding-left: 15px; }
    @media screen and (max-width: 1279px) {
      #header .logo {
        flex: 0 1 20rem;
        padding-left: 1.5rem; } }
    #header .logo a {
      display: block;
      background-image: url("../images/common/header_logo.png");
      background-size: 100% 100%;
      width: 190px;
      height: 119px;
      margin: 0 auto;
      margin-bottom: 44px;
      text-indent: -9999px;
      overflow: hidden; }
      @media screen and (max-width: 1279px) {
        #header .logo a {
          background-image: url("../images/common/header_logo_sp.png");
          width: 100%;
          height: auto;
          aspect-ratio: 200 / 31;
          margin-bottom: 0; } }
  #header p.school {
    display: none; }
    @media screen and (max-width: 1279px) {
      #header p.school {
        display: block;
        margin-left: auto;
        flex: 0 0 8rem; } }
    #header p.school a {
      display: flex;
      flex-direction: column;
      height: 80px;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .08em;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 1279px) {
        #header p.school a {
          font-size: 1.2rem; } }
      #header p.school a:before {
        content: "";
        background-image: url("../images/common/header_school_seach_icon.png");
        background-size: 100% 100%;
        display: block;
        width: 27px;
        height: 27px;
        margin: 0 auto;
        margin-bottom: 8px; }
        @media screen and (max-width: 1279px) {
          #header p.school a:before {
            width: 2.7rem;
            height: 2.7rem;
            margin-bottom: .8rem; } }
  #header p.menu {
    display: none; }
    @media screen and (max-width: 1279px) {
      #header p.menu {
        display: block;
        flex: 0 0 8rem; }
        #header p.menu button {
          display: flex;
          flex-direction: column;
          width: 100% !important;
          height: 80px;
          background-color: #00bd79;
          font-size: 12px;
          font-family: "Rubik", sans-serif;
          font-weight: 600;
          color: #fff;
          text-align: center;
          justify-content: center;
          align-items: center; } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      #header p.menu button {
        height: 8rem;
        font-size: 1.2rem; } }
    @media screen and (max-width: 1279px) {
          #header p.menu button .icon {
            display: block;
            position: relative;
            width: 40px;
            height: 20px;
            margin-top: 3px;
            margin-bottom: 8px; } }
      @media screen and (max-width: 1279px) and (max-width: 1279px) {
        #header p.menu button .icon {
          width: 4rem;
          height: 2rem;
          margin-top: .3rem;
          margin-bottom: .8rem; } }
    @media screen and (max-width: 1279px) {
            #header p.menu button .icon span, #header p.menu button .icon:before, #header p.menu button .icon:after {
              content: "";
              display: block;
              width: 40px;
              height: 2px;
              position: absolute;
              top: calc(50% - 1px);
              left: 0;
              right: 0;
              background-color: #fff;
              transition: ease-in-out .3s; } }
        @media screen and (max-width: 1279px) and (max-width: 1279px) {
          #header p.menu button .icon span, #header p.menu button .icon:before, #header p.menu button .icon:after {
            width: 4rem; } }
    @media screen and (max-width: 1279px) {
            #header p.menu button .icon:before {
              margin-top: -9px; } }
        @media screen and (max-width: 1279px) and (max-width: 1279px) {
          #header p.menu button .icon:before {
            margin-top: -.9rem; } }
    @media screen and (max-width: 1279px) {
            #header p.menu button .icon:after {
              margin-top: 9px; } }
        @media screen and (max-width: 1279px) and (max-width: 1279px) {
          #header p.menu button .icon:after {
            margin-top: .9rem; } }
    @media screen and (max-width: 1279px) {
        #header p.menu button.active .icon span {
          opacity: 0; }
        #header p.menu button.active .icon:before {
          margin-top: 0px;
          background-color: #fff;
          transform: rotate(-30deg); } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      #header p.menu button.active .icon:before {
        margin-top: 0rem; } }
    @media screen and (max-width: 1279px) {
        #header p.menu button.active .icon:after {
          margin-top: 0px;
          background-color: #fff;
          transform: rotate(30deg); } }
    @media screen and (max-width: 1279px) and (max-width: 1279px) {
      #header p.menu button.active .icon:after {
        margin-top: 0rem; } }

  @media screen and (max-width: 1279px) {
    #header nav.menu {
      opacity: 0;
      pointer-events: none;
      position: fixed;
      top: 8rem;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #00bd79;
      padding: 4rem 4rem;
      transition: opacity ease .3s; }
      .menu-active #header nav.menu {
        opacity: 1;
        pointer-events: auto; } }
  #header nav.menu ul.global > li a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 0;
    font-weight: bold;
    color: #fff;
    transition: opacity ease .3s; }
    @media screen and (max-width: 1279px) {
      #header nav.menu ul.global > li a {
        font-size: 1.8rem;
        padding: 1.5rem 0; } }
    #header nav.menu ul.global > li a:hover {
      opacity: .6; }
  #header nav.menu ul.global > li > ul {
    padding-left: 1rem;
    padding-bottom: .5rem; }
    #header nav.menu ul.global > li > ul li a {
      display: block;
      position: relative;
      font-size: 1.3rem;
      font-weight: bold;
      padding: .5rem 0;
      color: #fff;
      padding-left: 1.1rem;
      transition: opacity ease .3s; }
      @media screen and (max-width: 1279px) {
        #header nav.menu ul.global > li > ul li a {
          font-size: 1.6rem;
          padding: 1rem 0;
          padding-left: 1.1rem; } }
      #header nav.menu ul.global > li > ul li a:before {
        content: "";
        display: block;
        width: .6rem;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 0; }
      #header nav.menu ul.global > li > ul li a:hover {
        opacity: .6; }
  #header nav.menu ul.cta {
    margin-top: 1.8rem; }
    #header nav.menu ul.cta li {
      margin-top: 1.6rem; }
      #header nav.menu ul.cta li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 9999px;
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
        height: 4.5rem;
        border: 2px solid #294d40;
        transition: background-color ease .3s; }
        @media screen and (max-width: 1279px) {
          #header nav.menu ul.cta li a {
            font-size: 1.7rem;
            height: 6rem; } }
      #header nav.menu ul.cta li:nth-child(1) a {
        background-color: #f4a000; }
        #header nav.menu ul.cta li:nth-child(1) a:hover {
          background-color: #f2c178; }
      #header nav.menu ul.cta li:nth-child(2) a {
        background-color: #83ccd2; }
        #header nav.menu ul.cta li:nth-child(2) a:hover {
          background-color: #b2dbdf; }

#content {
  width: 920px; }
  @media screen and (max-width: 1279px) {
    #content {
      max-width: 920px;
      width: auto;
      margin: 0 auto; } }

#footer {
  position: relative;
  background-color: #00bd79;
  padding: 104px 0 99px; }
  @media screen and (max-width: 1279px) {
    #footer {
      padding: 6.5rem 0 5.8rem; } }
  #footer .container {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 1279px) {
      #footer .container {
        max-width: 780px;
        width: calc(100% - 2.5rem * 2);
        display: block; } }
    #footer .container .inner {
      flex: 0 0 920px; }
      #footer .container .inner .primary {
        display: flex;
        justify-content: space-between;
        padding-bottom: 45px; }
        @media screen and (max-width: 1279px) {
          #footer .container .inner .primary {
            display: block;
            padding-bottom: 4.5rem; } }
        #footer .container .inner .primary .logo {
          width: fit-content; }
          @media screen and (max-width: 1279px) {
            #footer .container .inner .primary .logo {
              margin: 0 auto;
              margin-bottom: 4.5rem; } }
          #footer .container .inner .primary .logo a {
            display: block;
            background-image: url("../images/common/footer_logo.png");
            background-size: 100% 100%;
            text-indent: -9999px;
            overflow: hidden;
            width: 290px;
            height: 46px; }
            @media screen and (max-width: 1279px) {
              #footer .container .inner .primary .logo a {
                width: 29rem;
                height: 4.6rem; } }
        #footer .container .inner .primary nav.sitemap {
          display: flex;
          gap: 44px; }
          @media screen and (max-width: 1279px) {
            #footer .container .inner .primary nav.sitemap {
              gap: 0;
              justify-content: space-around; } }
          #footer .container .inner .primary nav.sitemap > div {
            display: contents; }
            @media screen and (max-width: 1279px) {
              #footer .container .inner .primary nav.sitemap > div {
                display: block; } }
            #footer .container .inner .primary nav.sitemap > div > ul {
              margin-top: -23px; }
              @media screen and (max-width: 1279px) {
                #footer .container .inner .primary nav.sitemap > div > ul {
                  margin-top: -1.3rem; }
                  #footer .container .inner .primary nav.sitemap > div > ul + ul {
                    margin-top: 0; } }
              #footer .container .inner .primary nav.sitemap > div > ul > li {
                margin: 15px 0; }
                @media screen and (max-width: 1279px) {
                  #footer .container .inner .primary nav.sitemap > div > ul > li {
                    margin: .5rem 0; } }
                #footer .container .inner .primary nav.sitemap > div > ul > li > a {
                  display: block;
                  font-size: 14px;
                  font-weight: bold;
                  color: #fff;
                  padding: 8px 0;
                  width: fit-content;
                  transition: opacity ease .3s; }
                  @media screen and (max-width: 1279px) {
                    #footer .container .inner .primary nav.sitemap > div > ul > li > a {
                      font-size: 1.4rem;
                      padding: .8rem 0; } }
                  #footer .container .inner .primary nav.sitemap > div > ul > li > a:hover {
                    opacity: .6; }
                #footer .container .inner .primary nav.sitemap > div > ul > li > ul > li > a {
                  position: relative;
                  display: block;
                  width: fit-content;
                  font-size: 12px;
                  padding: 5px 0;
                  padding-left: 12px;
                  color: #fff;
                  font-weight: bold;
                  transition: opacity ease .3s; }
                  @media screen and (max-width: 1279px) {
                    #footer .container .inner .primary nav.sitemap > div > ul > li > ul > li > a {
                      font-size: 1.2rem;
                      padding: .5rem 0;
                      padding-left: 1.2rem; } }
                  #footer .container .inner .primary nav.sitemap > div > ul > li > ul > li > a:before {
                    content: "";
                    width: 7px;
                    height: 1px;
                    background-color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 0; }
                    @media screen and (max-width: 1279px) {
                      #footer .container .inner .primary nav.sitemap > div > ul > li > ul > li > a:before {
                        width: .7rem; } }
                  #footer .container .inner .primary nav.sitemap > div > ul > li > ul > li > a:hover {
                    opacity: .6; }
      #footer .container .inner .secondary {
        border-top: 1px solid #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 24px; }
        @media screen and (max-width: 1279px) {
          #footer .container .inner .secondary {
            display: block;
            padding-top: 2rem; } }
        #footer .container .inner .secondary .privacy a {
          position: relative;
          font-size: 14px;
          color: #fff;
          font-weight: bold;
          padding-right: 22px;
          transition: opacity ease .3s; }
          @media screen and (max-width: 1279px) {
            #footer .container .inner .secondary .privacy a {
              font-size: 1.4rem;
              padding-right: 2.2rem; } }
          #footer .container .inner .secondary .privacy a:hover {
            opacity: .6; }
          #footer .container .inner .secondary .privacy a:after {
            content: "";
            background-image: url("../images/common/footer_icon_blank.png");
            background-size: 100% 100%;
            display: block;
            width: 12px;
            height: 10px;
            position: absolute;
            top: calc(50% + 1px);
            right: 0;
            transform: translateY(-50%); }
            @media screen and (max-width: 1279px) {
              #footer .container .inner .secondary .privacy a:after {
                width: 1.2rem;
                height: 1rem; } }
        #footer .container .inner .secondary .copyright {
          font-size: 12px;
          font-family: "Rubik", sans-serif;
          color: #fff;
          font-weight: 600;
          line-height: 1; }
          @media screen and (max-width: 1279px) {
            #footer .container .inner .secondary .copyright {
              font-size: 1.2rem;
              text-align: center;
              margin-top: 4rem; } }
      #footer .container .inner .group {
        padding-top: 48px; }
        @media screen and (max-width: 1279px) {
          #footer .container .inner .group {
            padding-top: 4.8rem; } }
        #footer .container .inner .group .logo a {
          display: block;
          background-image: url("../images/common/footer_group_logo.png");
          background-size: 100% 100%;
          text-indent: -9999px;
          overflow: hidden;
          width: 189px;
          height: 24px;
          margin: 0 auto; }
          @media screen and (max-width: 1279px) {
            #footer .container .inner .group .logo a {
              width: 18.9rem;
              height: 2.4rem; } }

/*
	Wordpress管理バー用
*/
html[dir="ltr"] {
  margin-top: 0 !important; }

main.home header.visual .slider {
  overflow: hidden;
  padding-bottom: 12rem; }
  @media screen and (max-width: 1279px) {
    main.home header.visual .slider {
      overflow: visible;
      padding-bottom: 6rem; } }
  main.home header.visual .slider .swiper {
    width: 71.2rem;
    margin: 0 auto;
    overflow: visible; }
    @media screen and (max-width: 1279px) {
      main.home header.visual .slider .swiper {
        width: 34rem; } }
    main.home header.visual .slider .swiper .swiper-wrapper .swiper-slide {
      box-sizing: border-box;
      width: 35.6rem;
      padding: 0 .8rem; }
      @media screen and (max-width: 1279px) {
        main.home header.visual .slider .swiper .swiper-wrapper .swiper-slide {
          width: auto; } }
      main.home header.visual .slider .swiper .swiper-wrapper .swiper-slide a img {
        border-radius: 2rem;
        border: 2px solid #294d40; }
    main.home header.visual .slider .swiper .swiper-pagination {
      position: absolute;
      bottom: -5.4rem; }
      @media screen and (max-width: 1279px) {
        main.home header.visual .slider .swiper .swiper-pagination {
          bottom: -3.2rem; } }
      main.home header.visual .slider .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 1.4rem;
        height: 1.4rem;
        opacity: 1;
        background-color: #fff;
        margin: 0 .45rem; }
      main.home header.visual .slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #294d40; }
main.home section.fee {
  position: relative;
  background-color: #f7e300;
  border: 2px solid #294d40;
  border-radius: 2rem;
  height: 8.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem; }
  @media screen and (max-width: 768px) {
    main.home section.fee {
      display: block;
      padding: 2.4rem 0 2.8rem;
      height: auto;
      border-radius: 1.5rem; } }
  main.home section.fee:before {
    content: "";
    background-image: url("../images/home/fee_deco.png");
    background-size: 100% 100%;
    display: block;
    width: 6.7rem;
    height: 3.6rem;
    position: absolute;
    left: 17.5rem;
    top: -1.3rem; }
    @media screen and (max-width: 768px) {
      main.home section.fee:before {
        left: 4.0rem; } }
  main.home section.fee:after {
    content: "";
    display: block;
    background-color: #f7e300;
    width: 1.5rem;
    height: 2px;
    position: absolute;
    right: 8.7rem;
    bottom: -2px; }
  main.home section.fee h2 {
    background-color: #294d40;
    width: 10.6rem;
    height: 3.4rem;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 800;
    color: #fff; }
    @media screen and (max-width: 768px) {
      main.home section.fee h2 {
        margin: 0 auto;
        margin-bottom: 1.6rem; } }
  main.home section.fee p {
    display: flex;
    gap: .8rem;
    align-items: center;
    color: #294d40; }
    @media screen and (max-width: 768px) {
      main.home section.fee p {
        justify-content: center; } }
    main.home section.fee p span:nth-child(1) {
      font-size: 2.3rem;
      font-weight: 800;
      position: relative;
      top: .2rem; }
    main.home section.fee p span:nth-child(2) {
      font-size: 4.5rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600; }
    main.home section.fee p span:nth-child(3) {
      font-size: 2.3rem;
      font-weight: 800;
      position: relative;
      top: .2rem; }
main.home section.course {
  margin: 4rem 0 0; }
  @media screen and (max-width: 768px) {
    main.home section.course {
      marging: 2rem 0 2.5rem; } }
  main.home section.course ul {
    display: flex;
    gap: 4rem; }
    @media screen and (max-width: 768px) {
      main.home section.course ul {
        flex-direction: column;
        gap: 2rem; } }
    main.home section.course ul li {
      position: relative;
      flex: 0 0 calc((100% - 4rem) / 2); }
      @media screen and (max-width: 768px) {
        main.home section.course ul li {
          flex: 0 0 calc((100% - 2rem) / 2); } }
      main.home section.course ul li a {
        display: block;
        overflow: hidden;
        border-radius: 1.5rem;
        transition: opacity ease .3s; }
        main.home section.course ul li a:hover {
          opacity: .6; }
        main.home section.course ul li a .content {
          position: absolute;
          left: 2.6rem;
          top: 50%;
          transform: translateY(-50%); }
          main.home section.course ul li a .content p:nth-child(1) {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 1.1rem;
            color: #fff; }
          main.home section.course ul li a .content p:nth-child(2) {
            font-size: 2.3rem;
            font-weight: 800;
            color: #fff; }
        main.home section.course ul li a figure {
          display: flex;
          justify-content: flex-end;
          overflow: hidden; }
          main.home section.course ul li a figure img {
            width: 44rem;
            max-width: none;
            height: 15rem;
            width: auto; }
      main.home section.course ul li:nth-child(1) a {
        background-color: #f4a000; }
      main.home section.course ul li:nth-child(2) a {
        background-color: #83ccd2; }
main.home section.school {
  margin: 4rem 0 0;
  background-color: #f4a000;
  border-radius: 2rem;
  padding: 4.6rem 6rem 4.8rem; }
  @media screen and (max-width: 768px) {
    main.home section.school {
      padding: 2.5rem 2.5rem 3rem; } }
  main.home section.school h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    font-size: 2.9rem;
    line-height: calc(33 / 29);
    font-weight: 900;
    color: #fff;
    margin-bottom: 2.4rem; }
    @media screen and (max-width: 768px) {
      main.home section.school h2 {
        font-size: 2.5rem;
        margin-bottom: 2rem; } }
    main.home section.school h2:before {
      content: "";
      background-image: url("../images/home/school_heading_icon.png");
      background-size: 100% 100%;
      width: 4.5rem;
      height: 3.3rem; }
  main.home section.school .lead {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.home section.school .lead {
        font-size: 1.4rem;
        margin-bottom: 2.7rem; } }
  main.home section.school ul {
    display: flex;
    gap: 1.9rem;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      main.home section.school ul {
        flex-wrap: wrap;
        gap: 1.5rem 1.6rem; } }
    main.home section.school ul li {
      flex: 0 0 calc((100% - 1.9rem * 3) / 4); }
      @media screen and (max-width: 768px) {
        main.home section.school ul li {
          flex: 0 0 calc((100% - 1.6rem) / 2); } }
      main.home section.school ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        color: #294d40;
        font-weight: 800;
        height: 5rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        background-color: #fff;
        transition: color ease .3s; }
        main.home section.school ul li a:before {
          content: "";
          background-image: url("../images/home/school_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 1.5rem;
          top: 50%;
          transform: translateY(-50%);
          transition: opacity ease .3s; }
        main.home section.school ul li a:hover {
          color: #7f948c; }
          main.home section.school ul li a:hover:before {
            opacity: .6; }
main.home section.reason {
  padding-top: 6.9rem; }
  @media screen and (max-width: 768px) {
    main.home section.reason {
      padding-top: 6.3rem; } }
  main.home section.reason h2 {
    margin-bottom: 5.6rem; }
    @media screen and (max-width: 768px) {
      main.home section.reason h2 {
        margin-bottom: 4.5rem; } }
    main.home section.reason h2 span:nth-child(1) {
      display: block;
      font-size: 1.9rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      padding: .8rem 0;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin-bottom: 1.8rem;
      position: relative; }
      main.home section.reason h2 span:nth-child(1):before {
        content: "";
        position: absolute;
        top: -2px;
        left: .9rem;
        display: block;
        width: .8rem;
        height: 2px;
        background-color: #f3f3f3; }
    main.home section.reason h2 span:nth-child(2) {
      font-weight: 900;
      display: block;
      font-size: 3.4rem;
      color: #fff;
      line-height: 1;
      text-align: center;
      letter-spacing: .1em;
      -webkit-text-stroke: .4rem #294d40;
      text-stroke: .4remx #294d40;
      paint-order: stroke; }
      @media screen and (max-width: 768px) {
        main.home section.reason h2 span:nth-child(2) {
          font-size: 3rem; } }
      main.home section.reason h2 span:nth-child(2) strong {
        color: #f7e300; }
  main.home section.reason ul {
    display: flex;
    gap: 1.6rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      main.home section.reason ul {
        flex-direction: column;
        gap: 3.3rem; } }
    main.home section.reason ul:before {
      content: "";
      background-image: url("../images/home/reason_deco.png");
      background-size: 100% 100%;
      display: block;
      width: 10.3rem;
      height: 20.1rem;
      position: absolute;
      right: 3.5rem;
      top: -14.8rem; }
      @media screen and (max-width: 768px) {
        main.home section.reason ul:before {
          width: 8rem;
          height: 15.6rem;
          top: -11.2rem;
          right: -1.6rem; } }
    main.home section.reason ul li {
      position: relative;
      flex: 0 0 calc((100% - 1.6rem * 2) / 3); }
      @media screen and (max-width: 768px) {
        main.home section.reason ul li {
          flex: auto; } }
      main.home section.reason ul li p.marker {
        position: absolute;
        left: 0;
        top: -2.4rem;
        background-image: url("../images/common/marker_flag.png");
        background-size: 100% 100%;
        width: 6rem;
        height: 6.8rem;
        padding-top: 1.5rem;
        padding-right: .4rem;
        font-size: 1.5rem;
        font-family: "Playpen Sans", cursive;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        z-index: 1; }
      main.home section.reason ul li p.title {
        position: relative;
        border-radius: 2rem 2rem 0 0;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        line-height: calc(26 / 16);
        text-align: center;
        background-color: #00bd79;
        padding: 2rem 0 2rem .5rem;
        border: 2px solid #294d40;
        position: relative; }
        main.home section.reason ul li p.title:before {
          content: "";
          display: block;
          width: 1.5rem;
          height: 2px;
          background-color: #00bd79;
          position: absolute;
          left: 2.2rem;
          bottom: -2px; }
          @media screen and (max-width: 768px) {
            main.home section.reason ul li p.title:before {
              width: 1.5rem;
              left: 2.2rem; } }
      main.home section.reason ul li p.description {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 2.8rem;
        text-align: left;
        padding: 1.5rem 2.8rem 1.8rem 3.3rem;
        border: 2px solid #294d40;
        border-radius: 0 0 2rem 2rem;
        background-color: #ffffff;
        border-top: none; }
        @media screen and (max-width: 768px) {
          main.home section.reason ul li p.description {
            padding: 1.5rem 2.2rem 1.8rem 2.2rem; } }
        main.home section.reason ul li p.description strong {
          font-weight: 800;
          color: #00bd79;
          background: linear-gradient(transparent 65%, #f7e300 65%, #f7e300 95%, transparent 95%); }
        main.home section.reason ul li p.description:before {
          content: "";
          display: block;
          width: 1.5rem;
          height: 2px;
          background-color: #fff;
          position: absolute;
          right: 3.6rem;
          bottom: -2px; }
main.home section.cycle {
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.home section.cycle {
      margin-top: 6rem; } }
  main.home section.cycle h2 {
    margin-bottom: 5.3rem; }
    @media screen and (max-width: 768px) {
      main.home section.cycle h2 {
        margin-bottom: 4.4rem; } }
    main.home section.cycle h2 span:nth-child(1) {
      display: block;
      font-size: 1.9rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      padding: .8rem 0;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin-bottom: 1.8rem;
      position: relative; }
      main.home section.cycle h2 span:nth-child(1):before {
        content: "";
        position: absolute;
        top: -2px;
        left: .9rem;
        display: block;
        width: .8rem;
        height: 2px;
        background-color: #f3f3f3; }
    main.home section.cycle h2 span:nth-child(2) {
      font-weight: 900;
      display: block;
      font-size: 3.4rem;
      color: #fff;
      line-height: 1;
      text-align: center;
      letter-spacing: .1em;
      -webkit-text-stroke: .4rem #294d40;
      text-stroke: .4remx #294d40;
      paint-order: stroke; }
      @media screen and (max-width: 768px) {
        main.home section.cycle h2 span:nth-child(2) {
          font-size: 3rem; } }
      main.home section.cycle h2 span:nth-child(2) strong {
        color: #f7e300; }
main.home section.voice {
  overflow: hidden;
  margin-top: 8.6rem; }
  @media screen and (max-width: 768px) {
    main.home section.voice {
      margin-top: 6rem;
      overflow: visible; } }
  main.home section.voice h2 {
    font-weight: 900;
    display: block;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    -webkit-text-stroke: .4rem #294d40;
    text-stroke: .4remx #294d40;
    paint-order: stroke;
    margin-bottom: 4.8rem; }
    @media screen and (max-width: 768px) {
      main.home section.voice h2 {
        font-size: 3rem; } }
    main.home section.voice h2 strong {
      color: #f7e300; }
    @media screen and (max-width: 768px) {
      main.home section.voice h2 {
        margin-bottom: 2.8rem; } }
  main.home section.voice .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    font-feature-settings: "palt";
    margin-bottom: 5.6rem; }
    @media screen and (max-width: 1279px) {
      main.home section.voice .lead {
        font-size: 1.5rem;
        line-height: 2.8rem;
        margin-bottom: 3.6rem; } }
    @media screen and (max-width: 768px) {
      main.home section.voice .lead span {
        display: block; } }
  main.home section.voice .slider {
    position: relative;
    padding-bottom: 9.2rem; }
    @media screen and (max-width: 768px) {
      main.home section.voice .slider {
        padding-bottom: 7.8rem;
        width: 22rem;
        margin: 0 auto; } }
    main.home section.voice .slider:before {
      content: "";
      background-image: url("../images/home/voice_deco.png");
      background-size: 100% 100%;
      display: block;
      width: 12.5rem;
      height: 12.5rem;
      position: absolute;
      bottom: 100%;
      left: 0; }
      @media screen and (max-width: 768px) {
        main.home section.voice .slider:before {
          width: 10.2rem;
          height: 10.2rem;
          left: calc(-13rem - 1rem);
          bottom: calc(100% - 1.2rem); } }
    main.home section.voice .slider .swiper {
      position: relative;
      overflow: visible;
      margin: 0 -.8rem; }
      main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide {
        box-sizing: border-box;
        padding: 0 .8rem; }
        main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide > p {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.8rem;
          font-weight: 900;
          letter-spacing: .1em;
          height: 5.3rem;
          background-color: #00bd79;
          color: #fff;
          border: 2px solid #294d40;
          border-radius: 1.5rem 1.5rem 0 0; }
          main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide > p:before {
            content: "";
            display: block;
            width: 1.5rem;
            height: 2px;
            background-color: #00bd79;
            position: absolute;
            left: 1.5rem;
            bottom: -2px; }
        main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content {
          position: relative;
          border-radius: 0 0 1.5rem 1.5rem;
          border: 2px solid #294d40;
          border-top: none;
          padding: 2rem 0 2.2rem;
          background-color: #fff; }
          main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content:before {
            content: "";
            display: block;
            width: 1.5rem;
            height: 2px;
            background-color: #fff;
            position: absolute;
            right: 2.8rem;
            bottom: -2px; }
          main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(1) {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 2rem;
            color: #f4a000; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(1) span:nth-child(1) {
              font-size: 4.2rem;
              font-family: "Rubik", sans-serif;
              font-weight: bold;
              margin-right: .1rem; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(1) span:nth-child(2) {
              font-size: 1.9rem;
              font-weight: 900;
              margin-right: .5rem;
              position: relative;
              top: .4rem; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(1) span:nth-child(3) {
              font-size: 2.8rem;
              font-family: "Rubik", sans-serif;
              font-weight: bold;
              position: relative;
              top: .5rem; }
          main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(2) {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: .6rem;
            color: #294d40; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(2) span:nth-child(1) {
              font-size: 1.4rem;
              font-weight: 900;
              letter-spacing: .1em;
              padding-right: .3rem; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(2) span:nth-child(2) {
              font-size: 1.4rem;
              font-weight: 500;
              letter-spacing: .1em; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(2) span:nth-child(3) {
              background-image: url("../images/home/voice_arrow.svg");
              background-size: 100% 100%;
              display: block;
              width: .4rem;
              height: .7rem; }
            main.home section.voice .slider .swiper .swiper-wrapper .swiper-slide .content p:nth-child(2) span:nth-child(4) {
              font-size: 1.4rem;
              font-weight: 500;
              letter-spacing: .1em; }
      main.home section.voice .slider .swiper .swiper-pagination {
        position: absolute;
        bottom: -5.4rem; }
        @media screen and (max-width: 768px) {
          main.home section.voice .slider .swiper .swiper-pagination {
            bottom: -3.6rem; } }
        main.home section.voice .slider .swiper .swiper-pagination .swiper-pagination-bullet {
          width: 1.4rem;
          height: 1.4rem;
          opacity: 1;
          background-color: #b6c1bd;
          margin: 0 .45rem; }
        main.home section.voice .slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #f4a000; }
  main.home section.voice .action {
    display: flex;
    justify-content: center; }
    main.home section.voice .action a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.7rem;
      font-weight: 800;
      color: #fff;
      width: 28.9rem;
      height: 6rem;
      border: 2px solid #294d40;
      border-radius: 9999px;
      background-color: #00bd79;
      transition: background-color ease .3s; }
      @media screen and (max-width: 768px) {
        main.home section.voice .action a {
          font-size: 1.5rem; } }
      main.home section.voice .action a:hover {
        background-color: #77d7b0; }
      main.home section.voice .action a::after {
        content: "";
        background-image: url("../images/common/btn_arrow.svg");
        background-size: 100% 100%;
        display: block;
        width: .6rem;
        height: 1rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
main.home nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem; }
  @media screen and (max-width: 768px) {
    main.home nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.home nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.home nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.home nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.home nav.cta h2 {
        font-size: 2.2rem; } }
  main.home nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.home nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.home nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.home nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.home nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.home nav.cta ul li {
          flex: auto; } }
      main.home nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.home nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.home nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.home nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.home nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.home nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.home nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.home nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.home nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.home nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.home nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.home nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.home nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.home nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.home nav.cta dl dd p:nth-child(2) {
          text-align: center; } }

.season a {
  display: block;
  border: 2px solid #294d40;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 3rem;
  background-color: #fff; }

.season a img {
  transition: opacity ease .3s; }

.season a:hover img {
  opacity: 0.7; }

.season .sp {
  display: none; }

@media screen and (max-width: 768px) {
  .season a {
    border-radius: 1.5rem; }

  .season .sp {
    display: block; }

  .season .pc {
    display: none; } }
main.philosophy > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.philosophy > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.philosophy > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.philosophy > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.philosophy > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.philosophy > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.philosophy > .wrapper header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.philosophy > .wrapper header {
        margin: 0 -2.5rem; } }
    main.philosophy > .wrapper header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.philosophy > .wrapper header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.philosophy > .wrapper header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.philosophy > .wrapper header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.philosophy > .wrapper header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.philosophy > .wrapper header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.philosophy > .wrapper header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.philosophy > .wrapper header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.philosophy > .wrapper header .heading,
    main.philosophy > .wrapper header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper header .heading,
        main.philosophy > .wrapper header h1 {
          padding: 3.2rem 2.5rem; } }
      main.philosophy > .wrapper header .heading:before,
      main.philosophy > .wrapper header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper header .heading:before,
          main.philosophy > .wrapper header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.philosophy > .wrapper > section h2 > span:nth-child(1) {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding: .8rem 0;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin-bottom: 1.8rem;
    position: relative; }
    main.philosophy > .wrapper > section h2 > span:nth-child(1):before {
      content: "";
      position: absolute;
      top: -2px;
      left: .9rem;
      display: block;
      width: .8rem;
      height: 2px;
      background-color: #f3f3f3; }
  main.philosophy > .wrapper > section h2 > span:nth-child(2) {
    font-weight: 900;
    display: block;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    -webkit-text-stroke: .4rem #294d40;
    text-stroke: .4remx #294d40;
    paint-order: stroke;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.philosophy > .wrapper > section h2 > span:nth-child(2) {
        font-size: 3rem; } }
    main.philosophy > .wrapper > section h2 > span:nth-child(2) strong {
      color: #f7e300; }
  main.philosophy > .wrapper section.education {
    padding: 5rem 0 0; }
    main.philosophy > .wrapper section.education h2 {
      margin-bottom: 2.4rem; }
    main.philosophy > .wrapper section.education > .lead {
      font-size: 1.8rem;
      line-height: calc(32 / 18);
      font-weight: bold;
      color: #294d40;
      text-align: center;
      margin-bottom: 5.2rem;
      position: relative;
      font-feature-settings: "palt";
      z-index: 1;
      word-break: keep-all;
      overflow-wrap: break-word; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education > .lead {
          font-size: 1.6rem; } }
      main.philosophy > .wrapper section.education > .lead br.sp {
        display: none; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > .lead br.sp {
            display: inline; } }
      main.philosophy > .wrapper section.education > .lead br.pc {
        display: inline; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > .lead br.pc {
            display: none; } }
      main.philosophy > .wrapper section.education > .lead strong {
        background: linear-gradient(transparent 72%, #f7e300 72%, #f7e300 95%, transparent 95%); }
    main.philosophy > .wrapper section.education > section {
      background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
      background-size: 1rem 2px;
      background-position: center top;
      background-repeat: repeat-x;
      padding: 7rem 0; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education > section {
          padding: 5.6rem 0; } }
      main.philosophy > .wrapper section.education > section h3 {
        font-weight: 900;
        display: block;
        font-size: 3.4rem;
        color: #fff;
        line-height: 1;
        text-align: center;
        letter-spacing: .1em;
        -webkit-text-stroke: .4rem #294d40;
        text-stroke: .4remx #294d40;
        paint-order: stroke;
        margin-bottom: 2.2rem; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > section h3 {
            font-size: 3rem; } }
        main.philosophy > .wrapper section.education > section h3 strong {
          color: #f7e300; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > section h3 {
            margin-bottom: 1.6rem; } }
      main.philosophy > .wrapper section.education > section > .copy {
        font-size: 2.5rem;
        font-weight: 900;
        line-height: calc(43 / 25);
        text-align: center;
        font-feature-settings: "palt";
        margin-bottom: 5.6rem; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > section > .copy {
            font-size: 1.8rem;
            margin-bottom: 4rem; } }
        main.philosophy > .wrapper section.education > section > .copy strong {
          background: linear-gradient(transparent 56%, #f7e300 56%, #f7e300 95%, transparent 95%); }
      main.philosophy > .wrapper section.education > section section {
        position: relative;
        border-radius: 2rem;
        padding: 4rem 3rem 3rem;
        border: 2px solid #294d40; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.education > section section {
            border-radius: 2rem;
            padding: 3.6rem 2.2rem 2rem; } }
        main.philosophy > .wrapper section.education > section section:after {
          content: "";
          width: 1.5rem;
          height: 2px;
          background-color: #fff;
          display: block;
          position: absolute;
          right: 3.8rem;
          bottom: -2px; }
        main.philosophy > .wrapper section.education > section section h4 {
          position: absolute;
          top: -2.2rem;
          left: 50%;
          transform: translateX(-50%);
          font-size: 1.9rem;
          font-weight: 800;
          padding: 0 3.2rem;
          width: fit-content;
          height: 4.4rem;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #00bd79;
          border: 2px solid #294d40;
          border-radius: 9999px;
          font-feature-settings: "palt";
          white-space: nowrap; }
        main.philosophy > .wrapper section.education > section section p {
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            main.philosophy > .wrapper section.education > section section p {
              font-size: 1.5rem; } }
    main.philosophy > .wrapper section.education section.lecturer section:before {
      content: "";
      display: block;
      background-image: url("../images/philosophy/education_lecturer_deco.png");
      background-size: 100% 100%;
      width: 6.2rem;
      height: 12.9rem;
      position: absolute;
      left: 6.2rem;
      bottom: calc(100% + 2px); }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education section.lecturer section:before {
          width: calc(6.2rem * 0.8);
          height: calc(12.9rem * 0.8);
          left: 1rem; } }
    main.philosophy > .wrapper section.education section.ai h3 {
      line-height: 1.4;
      word-break: keep-all;
      overflow-wrap: break-word; }
    main.philosophy > .wrapper section.education section.ai .copy br.sp {
      display: none; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education section.ai .copy br.sp {
          display: inline; } }
    main.philosophy > .wrapper section.education section.ai .copy br.pc {
      display: inline; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education section.ai .copy br.pc {
          display: none; } }
    main.philosophy > .wrapper section.education section.ai section:before {
      content: "";
      display: block;
      background-image: url("../images/philosophy/education_ai_deco.png");
      background-size: 100% 100%;
      width: 10.7rem;
      height: 12.1rem;
      position: absolute;
      right: 0;
      bottom: calc(100% + 2px); }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.education section.ai section:before {
          width: calc(10.7rem * 0.8);
          height: calc(12.1rem * 0.8); } }
  main.philosophy > .wrapper section.price {
    background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
    background-size: 1rem 2px;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.philosophy > .wrapper section.price {
        padding: 5.6rem 0; } }
    main.philosophy > .wrapper section.price h2 {
      margin-bottom: 2.2rem; }
    main.philosophy > .wrapper section.price > .copy {
      font-size: 2.5rem;
      line-height: calc(43 / 25);
      font-weight: 900;
      text-align: center;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.price > .copy {
          font-size: 1.8rem; } }
      main.philosophy > .wrapper section.price > .copy strong {
        background: linear-gradient(transparent 56%, #f7e300 56%, #f7e300 95%, transparent 95%); }
    main.philosophy > .wrapper section.price section.low {
      position: relative;
      border-radius: 2rem;
      padding: 4rem 3rem 3rem;
      border: 2px solid #294d40;
      margin-top: 5.2rem; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.price section.low {
          padding: 3.6rem 2.2rem 2rem;
          margin-top: 4rem; } }
      main.philosophy > .wrapper section.price section.low:before {
        content: "";
        background-image: url("../images/philosophy/price_low_deco.png");
        background-size: 100% 100%;
        display: block;
        width: 6.3rem;
        height: 5.2rem;
        position: absolute;
        left: 5.9rem;
        top: -4.1rem; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.price section.low:before {
            top: -4rem;
            left: 1.5rem; } }
      main.philosophy > .wrapper section.price section.low:after {
        content: "";
        width: 1.5rem;
        height: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        right: 3.8rem;
        bottom: -2px; }
      main.philosophy > .wrapper section.price section.low h3 {
        position: absolute;
        top: -2.2rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.9rem;
        font-weight: 800;
        padding: 0 3.2rem;
        width: fit-content;
        height: 4.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #00bd79;
        border: 2px solid #294d40;
        border-radius: 9999px;
        white-space: nowrap; }
      main.philosophy > .wrapper section.price section.low p {
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.price section.low p {
            font-size: 1.5rem; } }
    main.philosophy > .wrapper section.price section.discount {
      margin-top: 7rem; }
      @media screen and (max-width: 768px) {
        main.philosophy > .wrapper section.price section.discount {
          margin-top: 5.6rem; } }
      main.philosophy > .wrapper section.price section.discount h3 {
        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 5rem;
        color: #294d40;
        text-align: center; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.price section.discount h3 {
            margin-bottom: 4rem; } }
      main.philosophy > .wrapper section.price section.discount ul {
        display: flex;
        gap: 1.6rem;
        position: relative; }
        @media screen and (max-width: 768px) {
          main.philosophy > .wrapper section.price section.discount ul {
            flex-direction: column;
            gap: 3rem; } }
        main.philosophy > .wrapper section.price section.discount ul li {
          position: relative;
          flex: 0 0 calc((100% - 1.6rem * 2) / 3); }
          @media screen and (max-width: 768px) {
            main.philosophy > .wrapper section.price section.discount ul li {
              flex: 0 0 auto; } }
          main.philosophy > .wrapper section.price section.discount ul li p.marker {
            position: absolute;
            left: 0;
            top: -2.4rem;
            background-image: url("../images/common/marker_flag.png");
            background-size: 100% 100%;
            width: 6rem;
            height: 6.8rem;
            padding-top: 1.5rem;
            padding-right: .4rem;
            font-size: 1.5rem;
            font-family: "Playpen Sans", cursive;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            z-index: 1; }
          main.philosophy > .wrapper section.price section.discount ul li p.title {
            position: relative;
            border-radius: 2rem 2rem 0 0;
            font-size: 1.9rem;
            color: white;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            background-color: #00bd79;
            padding: 2rem 0 2rem .5rem;
            border: 2px solid #294d40;
            position: relative; }
            main.philosophy > .wrapper section.price section.discount ul li p.title:before {
              content: "";
              display: block;
              width: 1.5rem;
              height: 2px;
              background-color: #00bd79;
              position: absolute;
              left: 2.2rem;
              bottom: -2px; }
          main.philosophy > .wrapper section.price section.discount ul li p.description {
            font-size: 2.1rem;
            font-weight: 900;
            text-align: center;
            line-height: 1;
            padding: 3rem 0;
            border: 2px solid #294d40;
            border-radius: 0 0 2rem 2rem;
            background-color: #ffffff;
            border-top: none; }
            @media screen and (max-width: 768px) {
              main.philosophy > .wrapper section.price section.discount ul li p.description {
                padding: 2.4rem 0; } }
            main.philosophy > .wrapper section.price section.discount ul li p.description strong {
              color: #f4a000; }
            main.philosophy > .wrapper section.price section.discount ul li p.description:before {
              content: "";
              display: block;
              width: 1.5rem;
              height: 2px;
              background-color: #fff;
              position: absolute;
              right: 3.6rem;
              bottom: -2px; }
main.philosophy nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.philosophy nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.philosophy nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.philosophy nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.philosophy nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.philosophy nav.cta h2 {
        font-size: 2.2rem; } }
  main.philosophy nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.philosophy nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.philosophy nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.philosophy nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.philosophy nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.philosophy nav.cta ul li {
          flex: auto; } }
      main.philosophy nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.philosophy nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.philosophy nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.philosophy nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.philosophy nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.philosophy nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.philosophy nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.philosophy nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.philosophy nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.philosophy nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.philosophy nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.philosophy nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.philosophy nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.philosophy nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.philosophy nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.philosophy nav.cta {
      margin-top: 5.6rem; } }

main.about > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.about > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.about > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.about > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.about > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.about > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.about > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.about > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.about > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.about > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.about > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.about > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.about > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.about > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.about > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.about > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.about > .wrapper > header .heading,
    main.about > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.about > .wrapper > header .heading,
        main.about > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.about > .wrapper > header .heading:before,
      main.about > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.about > .wrapper > header .heading:before,
          main.about > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.about > .wrapper section.intro {
    padding: 6.4rem 0 7rem; }
    @media screen and (max-width: 768px) {
      main.about > .wrapper section.intro {
        padding: 5.2rem 0 5.6rem; } }
    main.about > .wrapper section.intro header {
      margin-bottom: 5.8rem; }
      @media screen and (max-width: 768px) {
        main.about > .wrapper section.intro header {
          margin-bottom: 4rem; } }
      main.about > .wrapper section.intro header h2 {
        font-size: 2.2rem;
        color: #00bd79;
        text-align: center;
        font-weight: 800;
        margin-bottom: 2rem; }
      main.about > .wrapper section.intro header p {
        font-size: 2.8rem;
        line-height: calc(43 / 28);
        font-weight: 900;
        text-align: center;
        font-feature-settings: "palt";
        word-break: keep-all;
        overflow-wrap: break-word; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro header p {
            font-size: 2.4rem; } }
        main.about > .wrapper section.intro header p strong {
          background: linear-gradient(transparent 60%, #f7e300 60%); }
    main.about > .wrapper section.intro figure > ol > li:nth-child(1) {
      position: relative;
      border: 2px solid #294d40;
      border-radius: 2rem;
      padding: 6rem 5.2rem 7rem; }
      @media screen and (max-width: 768px) {
        main.about > .wrapper section.intro figure > ol > li:nth-child(1) {
          padding: 6rem 2rem 4rem; } }
      main.about > .wrapper section.intro figure > ol > li:nth-child(1):before {
        content: "";
        display: block;
        width: 2px;
        height: 1.5rem;
        background-color: #fff;
        position: absolute;
        top: 4.3rem;
        right: -2px; }
      main.about > .wrapper section.intro figure > ol > li:nth-child(1):after {
        content: "";
        display: block;
        width: 1.5rem;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -2px;
        left: 6.5rem; }
      main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul {
        display: flex;
        gap: 2.3rem;
        margin-bottom: 7.8rem; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul {
            gap: 1rem;
            margin-bottom: 5.6rem; } }
        main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li {
          position: relative;
          flex: 0 0 calc((100% - 2.3rem) / 2);
          border: 2px solid #294d40;
          border-radius: 4.5rem 1rem 1rem 4.5rem;
          display: flex;
          height: 9rem; }
          @media screen and (max-width: 768px) {
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li {
              flex: 0 0 calc((100% - 1rem) / 2);
              border-radius: 1rem;
              height: auto; } }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .image {
            position: absolute;
            top: -2px;
            left: -2px;
            width: 9rem; }
            @media screen and (max-width: 768px) {
              main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .image {
                left: 50%;
                top: -4.5rem;
                transform: translateX(-50%); } }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .image img {
              border-radius: 50%;
              border: 2px solid #294d40; }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content {
            padding-top: 1.8rem;
            padding-left: 10.5rem; }
            @media screen and (max-width: 768px) {
              main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content {
                padding: 6rem 1rem 2rem;
                width: 100%; } }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content p:nth-child(1) {
              font-size: 2.1rem;
              font-weight: 800;
              margin-bottom: 1.2rem;
              color: #fff;
              font-feature-settings: "palt"; }
              @media screen and (max-width: 768px) {
                main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content p:nth-child(1) {
                  text-align: center; } }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content p:nth-child(2) {
              font-size: 1.6rem;
              font-weight: 600;
              color: #fff;
              font-feature-settings: "palt";
              word-break: keep-all;
              overflow-wrap: break-word; }
              @media screen and (max-width: 768px) {
                main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li .content p:nth-child(2) {
                  font-size: 1.5rem;
                  line-height: 1.5;
                  text-align: center; } }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:before {
            content: "";
            position: absolute;
            right: 2.3rem;
            bottom: -2px;
            display: block;
            width: 1.5rem;
            height: 2px; }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:after {
            content: "";
            background-image: url("../images/about/intro_img_arrow.png");
            background-size: 4rem 6.9rem;
            background-position: 50% 100%;
            display: block;
            height: 4.6rem;
            width: 4rem;
            position: absolute;
            bottom: -4.8rem; }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(1) {
            background-color: #00bd79; }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(1):before {
              background-color: #00bd79; }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(1):after {
              right: 7rem; }
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(2) {
            background-color: #77cf4c; }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(2):before {
              background-color: #77cf4c; }
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > ul > li:nth-child(2):after {
              left: 7rem; }
      main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1) {
        position: relative;
        font-size: 2.4rem;
        font-weight: 800;
        text-align: center;
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 2rem;
        font-feature-settings: "palt"; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1) {
            font-size: 2rem;
            line-height: 1.5;
            margin-bottom: 1.2rem; } }
        main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1) br {
          display: none; }
          @media screen and (max-width: 768px) {
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1) br {
              display: inline; } }
        main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1) strong {
          color: #00bd79; }
        main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1):after {
          content: "";
          background-image: url("../images/about/intro_img_problem.png");
          background-size: 100% 100%;
          display: block;
          width: 2.3rem;
          height: 3rem;
          position: absolute;
          top: -2.1rem;
          left: calc(100% + 1.7rem); }
          @media screen and (max-width: 768px) {
            main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(1):after {
              top: -.5rem;
              left: calc(100% - 1rem); } }
      main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(2) {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center;
        font-feature-settings: "palt"; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(1) > div p:nth-child(2) {
            font-size: 1.5rem; } }
    main.about > .wrapper section.intro figure > ol > li:nth-child(2) {
      position: relative;
      padding-top: 8rem; }
      @media screen and (max-width: 768px) {
        main.about > .wrapper section.intro figure > ol > li:nth-child(2) {
          padding-top: 6.4rem; } }
      main.about > .wrapper section.intro figure > ol > li:nth-child(2):before {
        content: "";
        background-image: url("../images/about/intro_img_arrow.png");
        background-size: 4rem 6.9rem;
        background-position: 50% 100%;
        display: block;
        height: 6.9rem;
        width: 4rem;
        position: absolute;
        top: -2.2rem;
        left: 50%;
        transform: translateX(-50%); }
      main.about > .wrapper section.intro figure > ol > li:nth-child(2):after {
        content: "";
        background-image: url("../images/about/intro_img_deco.png");
        background-size: 100% 100%;
        background-position: 50% 100%;
        display: block;
        width: 10.7rem;
        height: 13.2rem;
        position: absolute;
        top: -2.8rem;
        right: 8.2rem; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(2):after {
            width: 8rem;
            height: calc(13.2rem * 8 / 10.7);
            top: -2.2rem;
            right: 0rem; } }
      main.about > .wrapper section.intro figure > ol > li:nth-child(2) p:nth-child(1) {
        font-size: 3.4rem;
        font-weight: 900;
        color: #f7e300;
        text-align: center;
        -webkit-text-stroke: .4rem #294d40;
        text-stroke: .4remx #294d40;
        paint-order: stroke;
        margin-bottom: 1.7rem; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(2) p:nth-child(1) {
            font-size: 2.8rem; } }
      main.about > .wrapper section.intro figure > ol > li:nth-child(2) p:nth-child(2) {
        font-size: 3.4rem;
        text-align: center;
        font-weight: 900; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.intro figure > ol > li:nth-child(2) p:nth-child(2) {
            font-size: 2.8rem; } }
  main.about > .wrapper section.mechanism {
    background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
    background-size: 1rem 2px;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.about > .wrapper section.mechanism {
        padding: 5.6rem 0; } }
    main.about > .wrapper section.mechanism > header h2 {
      position: relative;
      display: flex;
      height: 5.2rem;
      align-items: center;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      gap: 1.2rem;
      font-size: 2.3rem;
      font-weight: 800;
      font-feature-settings: "palt";
      width: fit-content;
      padding-right: .6rem;
      margin: 0 auto;
      margin-bottom: 3rem; }
      main.about > .wrapper section.mechanism > header h2:before {
        content: "";
        background-image: url("../images/about/mechanism_title_deco.png");
        background-size: 100% 100%;
        display: block;
        width: 4.1rem;
        height: 2.5rem; }
      main.about > .wrapper section.mechanism > header h2:after {
        content: "";
        width: .8rem;
        height: 2px;
        position: absolute;
        top: -2px;
        left: 1.7rem;
        display: block;
        background-color: #fff; }
    main.about > .wrapper section.mechanism > header p {
      font-size: 2.8rem;
      line-height: calc(43 / 28);
      font-weight: 800;
      font-feature-settings: "palt";
      margin-bottom: 2.4rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        main.about > .wrapper section.mechanism > header p {
          font-size: 2.4rem;
          margin-bottom: 1.2rem; } }
    main.about > .wrapper section.mechanism .lead {
      font-size: 1.6rem;
      line-height: 2;
      font-feature-settings: "palt";
      font-weight: 500;
      text-align: center;
      margin-bottom: 4.5rem;
      word-break: keep-all;
      overflow-wrap: break-word; }
    main.about > .wrapper section.mechanism > section {
      margin: 3rem 0 0; }
      main.about > .wrapper section.mechanism > section > header {
        position: relative;
        background-color: #00bd79;
        border: 2px solid #294d40;
        border-radius: 2rem 2rem 0 0;
        padding: 0 0 0 7.6rem; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.mechanism > section > header {
            padding: 0 0 0 6.6rem; } }
        main.about > .wrapper section.mechanism > section > header .marker {
          position: absolute;
          font-size: 1.5rem;
          font-family: "Playpen Sans", cursive;
          font-weight: 800;
          background-image: url("../images/common/marker_ribbon.png");
          background-size: 100% 100%;
          width: 3.8rem;
          height: 4.7rem;
          top: -1.3rem;
          left: 2.1rem;
          padding-top: 1.3rem;
          padding-right: .2rem;
          text-align: center; }
          @media screen and (max-width: 768px) {
            main.about > .wrapper section.mechanism > section > header .marker {
              left: 1rem; } }
        main.about > .wrapper section.mechanism > section > header h3 {
          height: 6.4rem;
          display: flex;
          align-items: center;
          font-size: 2.1rem;
          font-weight: 800;
          color: #fff;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 768px) {
            main.about > .wrapper section.mechanism > section > header h3 {
              font-size: 1.8rem;
              height: 5.2rem; } }
      main.about > .wrapper section.mechanism > section > p {
        position: relative;
        border: 2px solid #294d40;
        border-top: none;
        border-radius: 0 0 2rem 2rem;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2;
        padding: 2rem 3.6rem;
        font-feature-settings: "palt"; }
        @media screen and (max-width: 768px) {
          main.about > .wrapper section.mechanism > section > p {
            padding: 1.6rem 2.2rem;
            font-size: 1.5rem; } }
        main.about > .wrapper section.mechanism > section > p:after {
          content: "";
          display: block;
          width: 1.5rem;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          right: 5.3rem; }
main.about nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.about nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.about nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.about nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.about nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.about nav.cta h2 {
        font-size: 2.2rem; } }
  main.about nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.about nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.about nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.about nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.about nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.about nav.cta ul li {
          flex: auto; } }
      main.about nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.about nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.about nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.about nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.about nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.about nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.about nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.about nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.about nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.about nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.about nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.about nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.about nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.about nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.about nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.about nav.cta {
      margin-top: 5.6rem; } }

.error-txt {
  padding: 5rem 0; }

.error-txt p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 500; }

.error-txt h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (max-width: 768px) {
  .error-txt h2 {
    font-size: 2rem;
    text-align: left; } }
main.course > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.course > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.course > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.course > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.course > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.course > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.course > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.course > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.course > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.course > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.course > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.course > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.course > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.course > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.course > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.course > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.course > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.course > .wrapper > header .heading,
    main.course > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.course > .wrapper > header .heading,
        main.course > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.course > .wrapper > header .heading:before,
      main.course > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.course > .wrapper > header .heading:before,
          main.course > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.course > .wrapper ul {
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.course > .wrapper ul {
        padding: 4rem 0; } }
    main.course > .wrapper ul li {
      margin-top: 3rem; }
      @media screen and (max-width: 768px) {
        main.course > .wrapper ul li {
          margin-top: 2rem; } }
      main.course > .wrapper ul li:first-child {
        margin-top: 0; }
      main.course > .wrapper ul li a {
        position: relative;
        display: block;
        border-radius: 2rem;
        overflow: hidden;
        transition: opacity ease .3s; }
        main.course > .wrapper ul li a:hover {
          opacity: .6; }
        main.course > .wrapper ul li a figure {
          display: flex;
          justify-content: flex-end; }
          @media screen and (max-width: 768px) {
            main.course > .wrapper ul li a figure {
              height: 12rem; } }
          @media screen and (max-width: 768px) {
            main.course > .wrapper ul li a figure img {
              position: absolute;
              right: 0;
              top: 0;
              height: 100%;
              width: auto;
              max-width: none; } }
        main.course > .wrapper ul li a .content {
          position: absolute;
          left: 4rem;
          top: 50%;
          transform: translateY(-50%);
          width: 75%; }
          @media screen and (max-width: 768px) {
            main.course > .wrapper ul li a .content {
              width: 50%;
              left: 1.6rem; } }
          main.course > .wrapper ul li a .content p:nth-child(1) {
            font-size: 1.6rem;
            font-weight: 500;
            color: #fff;
            line-height: 1.5;
            margin-bottom: 1.4rem;
            word-break: keep-all;
            overflow-wrap: break-word; }
            @media screen and (max-width: 768px) {
              main.course > .wrapper ul li a .content p:nth-child(1) {
                font-size: 1.2rem;
                margin-bottom: .8rem; } }
          main.course > .wrapper ul li a .content p:nth-child(2) {
            font-size: 3.2rem;
            color: #fff;
            font-weight: 800;
            padding-bottom: .8rem; }
            @media screen and (max-width: 768px) {
              main.course > .wrapper ul li a .content p:nth-child(2) {
                font-size: 2.4rem;
                padding-bottom: .4rem; } }
      main.course > .wrapper ul li:nth-child(1) a {
        background-color: #f4a000; }
      main.course > .wrapper ul li:nth-child(2) a {
        background-color: #83ccd2; }
      main.course > .wrapper ul li:nth-child(3) a {
        background-color: #8491C3; }
main.course nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.course nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.course nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.course nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.course nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.course nav.cta h2 {
        font-size: 2.2rem; } }
  main.course nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.course nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.course nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.course nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.course nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.course nav.cta ul li {
          flex: auto; } }
      main.course nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.course nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.course nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.course nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.course nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.course nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.course nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.course nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.course nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.course nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.course nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.course nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.course nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.course nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.course nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.course nav.cta {
      margin-top: 5.6rem; } }

main.course-detail {
  --course-color: #f4a000; }
  main.course-detail.junior-high {
    --course-color: #83ccd2; }
  main.course-detail.high-school {
    --course-color: #8491C3; }
  main.course-detail > .wrapper {
    position: relative;
    border-radius: 2rem;
    background-color: #fff;
    padding: 0 6rem;
    border: 2px solid #294d40; }
    @media screen and (max-width: 768px) {
      main.course-detail > .wrapper {
        border-radius: 2rem;
        padding: 0 2.5rem; } }
    main.course-detail > .wrapper:before {
      content: "";
      display: block;
      width: 2px;
      height: 2rem;
      background-color: #fff;
      position: absolute;
      top: 23.5rem;
      left: -2px; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper:before {
          height: 2rem;
          top: 18rem; } }
    main.course-detail > .wrapper:after {
      content: "";
      display: block;
      width: 2px;
      height: 2rem;
      background-color: #fff;
      position: absolute;
      bottom: 9.8rem;
      right: -2px; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper:after {
          height: 2rem;
          bottom: 9.8rem; } }
    main.course-detail > .wrapper > header {
      border-bottom: 2px solid #294d40;
      margin: 0 -6rem; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper > header {
          margin: 0 -2.5rem; } }
      main.course-detail > .wrapper > header nav.breadcrumb {
        border-bottom: 2px solid #294d40; }
        main.course-detail > .wrapper > header nav.breadcrumb ol {
          display: flex;
          padding: 2.5rem 2.8rem; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper > header nav.breadcrumb ol {
              padding: 1.25rem 2.5rem; } }
          main.course-detail > .wrapper > header nav.breadcrumb ol li {
            display: flex;
            align-items: center;
            font-size: 1.2rem;
            font-weight: bold; }
            @media screen and (max-width: 768px) {
              main.course-detail > .wrapper > header nav.breadcrumb ol li {
                font-size: 1.2rem; } }
            main.course-detail > .wrapper > header nav.breadcrumb ol li a {
              color: #00bd79;
              transition: opacity ease .3s; }
              main.course-detail > .wrapper > header nav.breadcrumb ol li a:hover {
                opacity: .6; }
            main.course-detail > .wrapper > header nav.breadcrumb ol li:after {
              content: "";
              margin: 0 .8rem;
              background-image: url("../images/common/breadcrumb_arrow.png");
              background-size: 100% 100%;
              display: block;
              width: .6rem;
              height: .7rem; }
            main.course-detail > .wrapper > header nav.breadcrumb ol li:last-child:after {
              display: none; }
      main.course-detail > .wrapper > header .heading,
      main.course-detail > .wrapper > header h1 {
        display: flex;
        align-items: center;
        font-size: 2.8rem;
        font-weight: 800;
        padding: 4rem 6rem;
        color: #294d40;
        gap: 2rem; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper > header .heading,
          main.course-detail > .wrapper > header h1 {
            padding: 3.2rem 2.5rem; } }
        main.course-detail > .wrapper > header .heading:before,
        main.course-detail > .wrapper > header h1:before {
          content: "";
          display: block;
          width: 4rem;
          height: .5rem;
          border-radius: 9999px;
          background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper > header .heading:before,
            main.course-detail > .wrapper > header h1:before {
              width: 3.2rem;
              height: .5rem; } }
      main.course-detail > .wrapper > header h1:before {
        background-image: linear-gradient(90deg, var(--course-color) 50%, #294d40 50%); }
    main.course-detail > .wrapper section.intro {
      padding: 60px 0 70px; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper section.intro {
          padding: 4rem 0 5.6rem; } }
      main.course-detail > .wrapper section.intro h2 {
        font-size: 28px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 50px;
        word-break: keep-all;
        overflow-wrap: break-word; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.intro h2 {
            font-size: 2.4rem;
            line-height: 1.6;
            margin-bottom: 3.2rem; } }
        main.course-detail > .wrapper section.intro h2 strong {
          color: var(--course-color); }
      main.course-detail > .wrapper section.intro p {
        position: relative;
        border: 2px solid #294d40;
        border-radius: 2rem;
        padding: 50px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.intro p {
            padding: 2.5rem 2.2rem; } }
        main.course-detail > .wrapper section.intro p:before {
          content: "";
          display: block;
          width: 2px;
          height: 1.5rem;
          background-color: #fff;
          position: absolute;
          top: 4.3rem;
          right: -2px; }
        main.course-detail > .wrapper section.intro p:after {
          content: "";
          display: block;
          width: 1.5rem;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -2px;
          left: 6.5rem; }
    main.course-detail > .wrapper section.feature {
      background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
      background-size: 1rem 2px;
      background-position: center top;
      background-repeat: repeat-x;
      padding: 7rem 0; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper section.feature {
          padding: 5.6rem 0; } }
      main.course-detail > .wrapper section.feature h2 {
        margin-bottom: 5rem; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.feature h2 {
            margin-bottom: 4rem; } }
        main.course-detail > .wrapper section.feature h2 > span:nth-child(1) {
          display: block;
          font-size: 1.9rem;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          width: fit-content;
          margin: 0 auto;
          padding: .8rem 0;
          border-top: 2px solid #294d40;
          border-bottom: 2px solid #294d40;
          margin-bottom: 1.8rem;
          position: relative; }
          main.course-detail > .wrapper section.feature h2 > span:nth-child(1):before {
            content: "";
            position: absolute;
            top: -2px;
            left: .9rem;
            display: block;
            width: .8rem;
            height: 2px;
            background-color: #f3f3f3; }
        main.course-detail > .wrapper section.feature h2 > span:nth-child(2) {
          font-weight: 900;
          display: block;
          font-size: 3.4rem;
          color: #fff;
          line-height: 1;
          text-align: center;
          letter-spacing: .1em;
          -webkit-text-stroke: .4rem #294d40;
          text-stroke: .4remx #294d40;
          paint-order: stroke; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.feature h2 > span:nth-child(2) {
              font-size: 3rem; } }
          main.course-detail > .wrapper section.feature h2 > span:nth-child(2) strong {
            color: #f7e300; }
      main.course-detail > .wrapper section.feature section {
        margin: 3rem 0 0; }
        main.course-detail > .wrapper section.feature section > header {
          position: relative;
          background-color: #00bd79;
          border: 2px solid #294d40;
          border-radius: 2rem 2rem 0 0;
          padding: 0 0 0 7.6rem; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.feature section > header {
              padding: 0 0 0 6.6rem; } }
          main.course-detail > .wrapper section.feature section > header .marker {
            position: absolute;
            font-size: 1.5rem;
            font-family: "Playpen Sans", cursive;
            font-weight: 800;
            background-image: url("../images/common/marker_ribbon.png");
            background-size: 100% 100%;
            width: 3.8rem;
            height: 4.7rem;
            top: -1.3rem;
            left: 2.1rem;
            padding-top: 1.3rem;
            padding-right: .2rem;
            text-align: center; }
            @media screen and (max-width: 768px) {
              main.course-detail > .wrapper section.feature section > header .marker {
                left: 1rem; } }
          main.course-detail > .wrapper section.feature section > header h3 {
            height: 6.4rem;
            display: flex;
            align-items: center;
            font-size: 2.1rem;
            font-weight: 800;
            color: #fff;
            font-feature-settings: "palt"; }
            @media screen and (max-width: 768px) {
              main.course-detail > .wrapper section.feature section > header h3 {
                font-size: 1.8rem;
                height: 5.2rem; } }
        main.course-detail > .wrapper section.feature section > p {
          position: relative;
          border: 2px solid #294d40;
          border-top: none;
          border-radius: 0 0 2rem 2rem;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 2;
          padding: 2rem 3.6rem;
          font-feature-settings: "palt"; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.feature section > p {
              padding: 1.6rem 2.2rem;
              font-size: 1.5rem; } }
          main.course-detail > .wrapper section.feature section > p:after {
            content: "";
            display: block;
            width: 1.5rem;
            height: 2px;
            background-color: #fff;
            position: absolute;
            bottom: -2px;
            right: 5.3rem; }
    main.course-detail > .wrapper section.detail {
      background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
      background-size: 1rem 2px;
      background-position: center top;
      background-repeat: repeat-x;
      padding: 7rem 0; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper section.detail {
          padding: 5.6rem 0; } }
      main.course-detail > .wrapper section.detail h2 {
        font-weight: 900;
        display: block;
        font-size: 3.4rem;
        color: #fff;
        line-height: 1;
        text-align: center;
        letter-spacing: .1em;
        -webkit-text-stroke: .4rem #294d40;
        text-stroke: .4remx #294d40;
        paint-order: stroke;
        margin-bottom: 5rem; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.detail h2 {
            font-size: 3rem; } }
        main.course-detail > .wrapper section.detail h2 strong {
          color: #f7e300; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.detail h2 {
            margin-bottom: 4rem; } }
      main.course-detail > .wrapper section.detail dl {
        margin: 0 4rem;
        border-bottom: 1px solid #294d40; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.detail dl {
            margin: 0; } }
        main.course-detail > .wrapper section.detail dl dt {
          float: left;
          font-size: 1.6rem;
          line-height: calc(27 / 16);
          font-weight: bold;
          padding: 2.2rem 2.2rem; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.detail dl dt {
              padding: 2rem 1.2rem; } }
        main.course-detail > .wrapper section.detail dl dd {
          padding: 2.2rem 0;
          padding-left: 0px;
          border-top: 1px solid #294d40;
          padding-left: 16rem;
          font-size: 1.6rem;
          line-height: calc(27 / 16);
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.detail dl dd {
              padding: 2rem 0;
              padding-left: 10rem; } }
    main.course-detail > .wrapper section.recommend {
      background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
      background-size: 1rem 2px;
      background-position: center top;
      background-repeat: repeat-x;
      padding: 7rem 0; }
      @media screen and (max-width: 768px) {
        main.course-detail > .wrapper section.recommend {
          padding: 5.6rem 0; } }
      main.course-detail > .wrapper section.recommend h2 {
        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 5rem;
        color: #294d40;
        text-align: center; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.recommend h2 {
            font-size: 2.1rem;
            margin-bottom: 4rem; } }
      main.course-detail > .wrapper section.recommend ul {
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        position: relative; }
        @media screen and (max-width: 768px) {
          main.course-detail > .wrapper section.recommend ul {
            flex-direction: column; } }
        main.course-detail > .wrapper section.recommend ul li {
          position: relative;
          flex: 0 0 calc((100% - 3rem * 1) / 2); }
          @media screen and (max-width: 768px) {
            main.course-detail > .wrapper section.recommend ul li {
              flex: 0 0 auto; } }
          main.course-detail > .wrapper section.recommend ul li p.marker {
            position: absolute;
            left: 0;
            top: -2.4rem;
            background-image: url("../images/common/marker_flag.png");
            background-size: 100% 100%;
            width: 6rem;
            height: 6.8rem;
            padding-top: 1.5rem;
            padding-right: .4rem;
            font-size: 1.5rem;
            font-family: "Playpen Sans", cursive;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            z-index: 1; }
          main.course-detail > .wrapper section.recommend ul li p.description {
            position: relative;
            font-feature-settings: "palt";
            font-size: 2.1rem;
            line-height: 1.7;
            font-weight: 900;
            text-align: center;
            color: #fff;
            display: flex;
            padding-top: .4rem;
            height: 13rem;
            justify-content: center;
            align-items: center;
            border: 2px solid #294d40;
            border-radius: 2rem;
            background-color: var(--course-color); }
            @media screen and (max-width: 768px) {
              main.course-detail > .wrapper section.recommend ul li p.description {
                font-size: 1.8rem;
                padding-top: 0;
                height: 10rem; } }
            main.course-detail > .wrapper section.recommend ul li p.description:before {
              content: "";
              display: block;
              width: 1.5rem;
              height: 2px;
              background-color: var(--course-color);
              position: absolute;
              right: 3.6rem;
              bottom: -2px; }
  main.course-detail nav.cta {
    position: relative;
    margin-top: 9rem;
    background-color: #fff;
    border: 2px solid #294d40;
    border-radius: 2rem;
    padding: 4.4rem 0 5.2rem;
    margin-top: 7rem; }
    @media screen and (max-width: 768px) {
      main.course-detail nav.cta {
        margin-top: 8.3rem;
        padding: 4rem 3.4rem 4.4rem; } }
    main.course-detail nav.cta:before {
      content: "";
      position: absolute;
      top: 4.4rem;
      left: -2px;
      display: block;
      width: 2px;
      height: 1.5rem;
      background-color: #fff; }
    main.course-detail nav.cta:after {
      content: "";
      position: absolute;
      right: 4.9rem;
      bottom: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.course-detail nav.cta h2 {
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      margin-bottom: 1.6rem; }
      @media screen and (max-width: 768px) {
        main.course-detail nav.cta h2 {
          font-size: 2.2rem; } }
    main.course-detail nav.cta .lead {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      margin-bottom: 4rem;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 768px) {
        main.course-detail nav.cta .lead {
          font-size: 1.5rem;
          margin-bottom: 3rem; } }
    main.course-detail nav.cta ul {
      max-width: 68rem;
      margin: 0 auto;
      display: flex;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.course-detail nav.cta ul {
          flex-direction: column;
          gap: 1.7rem;
          max-width: 33rem; } }
      main.course-detail nav.cta ul li {
        flex: 0 0 calc((100% - 2rem) / 2); }
        @media screen and (max-width: 768px) {
          main.course-detail nav.cta ul li {
            flex: auto; } }
        main.course-detail nav.cta ul li a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.7rem;
          font-weight: 800;
          color: #fff;
          line-height: 1;
          height: 6rem;
          border: 2px solid #294d40;
          border-radius: 9999px;
          transition: background-color ease .3s; }
          main.course-detail nav.cta ul li a::after {
            content: "";
            background-image: url("../images/common/btn_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: 1rem;
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%); }
        main.course-detail nav.cta ul li:nth-child(1) a {
          background-color: #f4a000; }
          main.course-detail nav.cta ul li:nth-child(1) a:hover {
            background-color: #f2c178; }
        main.course-detail nav.cta ul li:nth-child(2) a {
          background-color: #77dae0; }
          main.course-detail nav.cta ul li:nth-child(2) a:hover {
            background-color: #b2dbdf; }
    main.course-detail nav.cta dl {
      position: relative;
      max-width: 68rem;
      display: flex;
      padding: 2rem 0;
      gap: 3rem;
      justify-content: center;
      align-items: center;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin: 0 auto;
      margin-top: 3.6rem; }
      @media screen and (max-width: 768px) {
        main.course-detail nav.cta dl {
          display: block;
          margin-top: 3.4rem; } }
      main.course-detail nav.cta dl:before {
        content: "";
        position: absolute;
        left: 1.4rem;
        top: -2px;
        display: block;
        width: 1.5rem;
        height: 2px;
        background-color: #fff; }
      main.course-detail nav.cta dl dt {
        font-size: 1.6rem;
        font-weight: 900;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          main.course-detail nav.cta dl dt {
            text-align: center;
            margin-bottom: 1.7rem; } }
      main.course-detail nav.cta dl dd p:nth-child(1) {
        font-size: 3.4rem;
        font-family: "Rubik", sans-serif;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem; }
        @media screen and (max-width: 768px) {
          main.course-detail nav.cta dl dd p:nth-child(1) {
            text-align: center;
            margin-bottom: 1.4rem; } }
      main.course-detail nav.cta dl dd p:nth-child(2) {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          main.course-detail nav.cta dl dd p:nth-child(2) {
            text-align: center; } }
    @media screen and (max-width: 768px) {
      main.course-detail nav.cta {
        margin-top: 5.6rem; } }

main.school-list > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40;
  padding-bottom: 6.5rem; }
  @media screen and (max-width: 768px) {
    main.school-list > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.school-list > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.school-list > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.school-list > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.school-list > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  @media screen and (max-width: 768px) {
    main.school-list > .wrapper {
      padding-bottom: 3.5rem; } }
  main.school-list > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.school-list > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.school-list > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.school-list > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.school-list > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.school-list > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.school-list > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.school-list > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.school-list > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.school-list > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.school-list > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.school-list > .wrapper > header .heading,
    main.school-list > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.school-list > .wrapper > header .heading,
        main.school-list > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.school-list > .wrapper > header .heading:before,
      main.school-list > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.school-list > .wrapper > header .heading:before,
          main.school-list > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.school-list > .wrapper nav.jump {
    padding-top: 5.4rem; }
    main.school-list > .wrapper nav.jump ul {
      display: flex;
      flex-wrap: wrap;
      gap: .8rem 0; }
      main.school-list > .wrapper nav.jump ul li {
        padding-right: 1.5rem;
        border-right: 1px solid #294d40;
        margin-right: 1.5rem; }
        main.school-list > .wrapper nav.jump ul li:last-child {
          border-right: none;
          margin-right: 0;
          padding-right: 0; }
        main.school-list > .wrapper nav.jump ul li a {
          display: flex;
          align-items: center;
          gap: .7rem;
          font-size: 1.6rem;
          color: #294d40;
          font-weight: 800;
          line-height: calc(18 / 16);
          transition: opacity ease .3s; }
          main.school-list > .wrapper nav.jump ul li a:after {
            content: "";
            background-image: url("../images/school-list/nav_jump_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: 1rem;
            height: .6rem; }
          main.school-list > .wrapper nav.jump ul li a:hover {
            opacity: .6; }
  main.school-list > .wrapper > section {
    margin-top: .8rem;
    padding-top: 4.8rem; }
    @media screen and (max-width: 768px) {
      main.school-list > .wrapper > section {
        padding-top: 4rem; } }
    main.school-list > .wrapper > section h2 {
      display: flex;
      align-items: center;
      gap: 1rem;
      font-size: 2.1rem;
      font-weight: 800;
      color: #294d40;
      margin-bottom: 3rem; }
      @media screen and (max-width: 768px) {
        main.school-list > .wrapper > section h2 {
          margin-bottom: 2.4rem; } }
      main.school-list > .wrapper > section h2:before {
        content: "";
        display: block;
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 50%;
        border: .8rem solid #f4a000; }
    main.school-list > .wrapper > section > section a {
      margin-top: 1rem;
      border: 2px solid #c9d2cf;
      border-radius: 1.5rem;
      padding: 2.6rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      transition: ease .3s; }
      @media screen and (max-width: 768px) {
        main.school-list > .wrapper > section > section a {
          flex-direction: column;
          align-items: initial;
          padding: 2.2rem; } }
      main.school-list > .wrapper > section > section a:hover {
        border-color: #294d40; }
        main.school-list > .wrapper > section > section a:hover .action span {
          background-color: #f2c178; }
      main.school-list > .wrapper > section > section a .wrapper {
        display: flex;
        gap: 2.6rem;
        flex: 0 0 calc(100% - 11.4rem - 1rem); }
        @media screen and (max-width: 768px) {
          main.school-list > .wrapper > section > section a .wrapper {
            flex-direction: column;
            gap: 2rem; } }
        main.school-list > .wrapper > section > section a .wrapper figure {
          flex: 0 0 13rem; }
          @media screen and (max-width: 768px) {
            main.school-list > .wrapper > section > section a .wrapper figure {
              flex: auto; } }
          main.school-list > .wrapper > section > section a .wrapper figure img {
            width: 100%;
            border-radius: .8rem; }
        main.school-list > .wrapper > section > section a .wrapper .content {
          flex: 0 0 calc(100% - 13remx - 2.6rem);
          padding-bottom: .4rem; }
          @media screen and (max-width: 768px) {
            main.school-list > .wrapper > section > section a .wrapper .content {
              flex: auto; } }
          main.school-list > .wrapper > section > section a .wrapper .content header {
            display: flex;
            align-items: center;
            gap: 2rem;
            margin-bottom: 1.3rem; }
            main.school-list > .wrapper > section > section a .wrapper .content header h3 {
              font-size: 2rem;
              line-height: clac(23/20);
              font-weight: 900; }
            main.school-list > .wrapper > section > section a .wrapper .content header .new {
              display: flex;
              justify-content: center;
              align-items: center;
              background-color: #f7e300;
              font-size: 1.3rem;
              font-weight: 600;
              width: 6.5rem;
              height: 2.3rem; }
          main.school-list > .wrapper > section > section a .wrapper .content dl dt {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            letter-spacing: .12em;
            font-weight: bold;
            width: 6.6rem;
            height: 2.3rem;
            border-radius: 9999px;
            border: 1px solid #294d40;
            float: left; }
          main.school-list > .wrapper > section > section a .wrapper .content dl dd {
            padding-left: 7.4rem;
            min-height: 2.3rem;
            font-size: 1.4rem;
            line-height: calc(23 / 14);
            font-weight: 500;
            margin-bottom: .7rem; }
            main.school-list > .wrapper > section > section a .wrapper .content dl dd .tel {
              font-size: 1.8rem;
              line-height: calc(23 / 18);
              font-weight: 500;
              font-family: "Rubik", sans-serif; }
            main.school-list > .wrapper > section > section a .wrapper .content dl dd:last-child {
              margin-bottom: 0; }
      main.school-list > .wrapper > section > section a .action {
        flex: 0 0 11.4rem; }
        @media screen and (max-width: 768px) {
          main.school-list > .wrapper > section > section a .action {
            flex: auto; } }
        main.school-list > .wrapper > section > section a .action span {
          position: relative;
          font-size: 1.4rem;
          font-weight: bold;
          color: #fff;
          background-color: #f4a000;
          height: 3.7rem;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 2px solid #294d40;
          border-radius: 9999px;
          width: 100%;
          transition: background-color ease .3s; }
          main.school-list > .wrapper > section > section a .action span:after {
            content: "";
            background-image: url("../images/common/btn_arrow.svg");
            width: .6rem;
            height: 1rem;
            position: absolute;
            right: 1.1rem;
            top: 50%;
            transform: translateY(-50%); }
main.school-list nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.school-list nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.school-list nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.school-list nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.school-list nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.school-list nav.cta h2 {
        font-size: 2.2rem; } }
  main.school-list nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.school-list nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.school-list nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.school-list nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.school-list nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.school-list nav.cta ul li {
          flex: auto; } }
      main.school-list nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.school-list nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.school-list nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.school-list nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.school-list nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.school-list nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.school-list nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.school-list nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.school-list nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.school-list nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.school-list nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.school-list nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.school-list nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.school-list nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.school-list nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.school-list nav.cta {
      margin-top: 5.6rem; } }

main.school-list-detail > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.school-list-detail > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.school-list-detail > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.school-list-detail > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.school-list-detail > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.school-list-detail > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.school-list-detail > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.school-list-detail > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.school-list-detail > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.school-list-detail > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.school-list-detail > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.school-list-detail > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.school-list-detail > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.school-list-detail > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.school-list-detail > .wrapper > header .heading,
    main.school-list-detail > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper > header .heading,
        main.school-list-detail > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.school-list-detail > .wrapper > header .heading:before,
      main.school-list-detail > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.school-list-detail > .wrapper > header .heading:before,
          main.school-list-detail > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.school-list-detail > .wrapper section.detail {
    display: flex;
    justify-content: space-between;
    padding: 5.6rem 0;
    gap: 5rem; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper section.detail {
        flex-direction: column;
        justify-content: initial;
        padding: 4.4rem 0; } }
    main.school-list-detail > .wrapper section.detail figure {
      flex: 0 1 35rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.detail figure {
          flex: auto; } }
      main.school-list-detail > .wrapper section.detail figure img {
        width: 100%;
        border-radius: 2rem; }
    main.school-list-detail > .wrapper section.detail .content {
      flex: 0 1 calc(100% - 35rem - 5rem); }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.detail .content {
          flex: auto; } }
      main.school-list-detail > .wrapper section.detail .content > dl dt {
        float: left;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: bold;
        padding: 2.2rem 0; }
      main.school-list-detail > .wrapper section.detail .content > dl dd {
        padding: 2.2rem 0;
        border-top: 1px solid #294d40;
        padding-left: 8rem;
        font-size: 1.6rem;
        line-height: 2.7rem;
        font-weight: 500; }
        main.school-list-detail > .wrapper section.detail .content > dl dd .tel {
          font-size: 2.7rem;
          font-weight: 600;
          font-family: "Rubik", sans-serif;
          color: #f4a000; }
        main.school-list-detail > .wrapper section.detail .content > dl dd:last-child {
          border-bottom: 1px solid #294d40; }
      main.school-list-detail > .wrapper section.detail .content section.commute {
        margin-top: 2.5rem; }
        main.school-list-detail > .wrapper section.detail .content section.commute h3 {
          position: relative;
          padding-left: 1.5rem;
          font-size: 1.6rem;
          line-height: calc(20 / 16);
          font-weight: bold;
          margin-bottom: 2.2rem; }
          main.school-list-detail > .wrapper section.detail .content section.commute h3:before {
            content: "";
            display: block;
            width: .4rem;
            height: 2rem;
            background-color: #00bd79;
            border-radius: 9999px;
            position: absolute;
            top: 0;
            left: 0; }
        main.school-list-detail > .wrapper section.detail .content section.commute dl {
          display: flex;
          flex-wrap: wrap;
          gap: 1rem 2rem; }
          main.school-list-detail > .wrapper section.detail .content section.commute dl dt {
            flex: 0 0 7rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.3rem;
            font-weight: bold;
            width: 7rem;
            height: 2.5rem;
            border-radius: 9999px;
            border: 1px solid #294d40; }
          main.school-list-detail > .wrapper section.detail .content section.commute dl dd {
            flex: 0 0 calc(100% - 7rem - 2rem);
            font-size: 1.5rem;
            line-height: calc(24 / 15);
            font-weight: 500; }
  main.school-list-detail > .wrapper section.map {
    position: relative;
    overflow: hidden;
    height: 32rem;
    border-radius: 2rem;
    border: 2px solid #294d40; }
    main.school-list-detail > .wrapper section.map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  main.school-list-detail > .wrapper section.message {
    padding: 8rem 0 0; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper section.message {
        padding: 6.4rem 0 0; } }
    main.school-list-detail > .wrapper section.message h2 {
      position: relative;
      font-size: 2.7rem;
      font-weight: 800;
      padding-bottom: .8rem;
      border-bottom: 2px solid #294d40;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 8rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.message h2 {
          margin-bottom: 6.4rem; } }
      main.school-list-detail > .wrapper section.message h2:after {
        content: "";
        display: block;
        display: block;
        width: .8rem;
        height: 2px;
        position: absolute;
        left: 1.4rem;
        bottom: -2px;
        background-color: #fff; }
    main.school-list-detail > .wrapper section.message section {
      position: relative;
      margin-top: 6rem;
      border: 2px solid #294d40;
      padding: 4.5rem 3rem 3rem;
      border-radius: 2rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.message section {
          padding: 4.5rem 2.2rem 3rem; } }
      main.school-list-detail > .wrapper section.message section:after {
        content: "";
        display: block;
        display: block;
        width: 1.5rem;
        height: 2px;
        position: absolute;
        right: 3.8rem;
        bottom: -2px;
        background-color: #fff; }
      main.school-list-detail > .wrapper section.message section h3 {
        font-size: 1.9rem;
        font-weight: 800;
        color: #fff;
        width: 17.5rem;
        height: 4.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -2.2rem;
        left: 50%;
        background-color: #00bd79;
        transform: translateX(-50%);
        border-radius: 9999px;
        border: 2px solid #294d40; }
      main.school-list-detail > .wrapper section.message section p {
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          main.school-list-detail > .wrapper section.message section p {
            font-size: 1.5rem; } }
  main.school-list-detail > .wrapper section.gallery {
    padding: 8rem 0 0; }
    @media screen and (max-width: 768px) {
      main.school-list-detail > .wrapper section.gallery {
        padding: 6.4rem 0 0; } }
    main.school-list-detail > .wrapper section.gallery h2 {
      position: relative;
      font-size: 2.7rem;
      font-weight: 800;
      padding-bottom: .8rem;
      border-bottom: 2px solid #294d40;
      width: fit-content;
      margin: 0 auto;
      margin-bottom: 6rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.gallery h2 {
          margin-bottom: 4.8rem; } }
      main.school-list-detail > .wrapper section.gallery h2:after {
        content: "";
        display: block;
        display: block;
        width: .8rem;
        height: 2px;
        position: absolute;
        left: 1.4rem;
        bottom: -2px;
        background-color: #fff; }
    main.school-list-detail > .wrapper section.gallery ul {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail > .wrapper section.gallery ul {
          gap: 1.5rem; } }
      main.school-list-detail > .wrapper section.gallery ul li {
        flex: 0 0 calc((100% - 3rem) / 2); }
        @media screen and (max-width: 768px) {
          main.school-list-detail > .wrapper section.gallery ul li {
            flex: 0 0 calc((100% - 1.5rem) / 2); } }
        main.school-list-detail > .wrapper section.gallery ul li img {
          border-radius: 2rem; }
          @media screen and (max-width: 768px) {
            main.school-list-detail > .wrapper section.gallery ul li img {
              border-radius: 1.5rem; } }
main.school-list-detail .back {
  padding: 6rem 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    main.school-list-detail .back {
      padding: 4.8rem 0; } }
  main.school-list-detail .back a {
    position: relative;
    font-size: 1.7rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 28.9rem;
    height: 6rem;
    border: 2px solid #294d40;
    background-color: #00bd79;
    border-radius: 9999px;
    transition: background-color ease .3s; }
    main.school-list-detail .back a:after {
      content: "";
      background-image: url("../images/common/btn_arrow.svg");
      width: .6rem;
      height: 1rem;
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translateY(-50%); }
    main.school-list-detail .back a:hover {
      background-color: #77d7b0; }
main.school-list-detail nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.school-list-detail nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.school-list-detail nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.school-list-detail nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.school-list-detail nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.school-list-detail nav.cta h2 {
        font-size: 2.2rem; } }
  main.school-list-detail nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.school-list-detail nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.school-list-detail nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.school-list-detail nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.school-list-detail nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.school-list-detail nav.cta ul li {
          flex: auto; } }
      main.school-list-detail nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.school-list-detail nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.school-list-detail nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.school-list-detail nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.school-list-detail nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.school-list-detail nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.school-list-detail nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.school-list-detail nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.school-list-detail nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.school-list-detail nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.school-list-detail nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.school-list-detail nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.school-list-detail nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.school-list-detail nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.school-list-detail nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.school-list-detail nav.cta {
      margin-top: 5.6rem; } }

main.voice > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40;
  padding-bottom: 5.8rem; }
  @media screen and (max-width: 768px) {
    main.voice > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.voice > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.voice > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.voice > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.voice > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  @media screen and (max-width: 768px) {
    main.voice > .wrapper {
      padding-bottom: 5.6rem; } }
  main.voice > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.voice > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.voice > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.voice > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.voice > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.voice > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.voice > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.voice > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.voice > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.voice > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.voice > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.voice > .wrapper > header .heading,
    main.voice > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.voice > .wrapper > header .heading,
        main.voice > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.voice > .wrapper > header .heading:before,
      main.voice > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.voice > .wrapper > header .heading:before,
          main.voice > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.voice > .wrapper nav.search {
    padding: 6rem 0; }
    @media screen and (max-width: 768px) {
      main.voice > .wrapper nav.search {
        padding: 4.8rem 0; } }
    main.voice > .wrapper nav.search form {
      background-color: #f3f3f3;
      border-radius: 1.5rem;
      display: flex;
      align-items: center;
      gap: 1.5rem;
      padding: 1.5rem 2rem; }
      @media screen and (max-width: 768px) {
        main.voice > .wrapper nav.search form {
          flex-direction: column;
          gap: 1.2rem;
          padding: 2rem; } }
      main.voice > .wrapper nav.search form .conditions {
        flex: 0 0 calc(100% - 16.7rem - 1.5rem);
        display: flex;
        border: 1px solid #294d40;
        padding: .9rem 0;
        background-color: #fff;
        border-radius: .5rem; }
        @media screen and (max-width: 768px) {
          main.voice > .wrapper nav.search form .conditions {
            flex: 0 0 auto;
            flex-direction: column;
            width: 100%;
            gap: 1.2rem;
            border: none;
            padding: 0;
            background-color: transparent; } }
        main.voice > .wrapper nav.search form .conditions select {
          flex: 0 0 calc(100% / 3);
          padding: 0 1rem;
          font-size: 1.4rem;
          color: #496157;
          height: 2.5rem;
          border-right: 1px solid #294d40;
          background-image: url("../images/common/form_select_arrow.svg");
          background-size: 1rem .6rem;
          background-repeat: no-repeat;
          background-position: center right 1.5rem;
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            main.voice > .wrapper nav.search form .conditions select {
              flex: 0 0 auto;
              font-size: 16px;
              height: 4rem;
              border: 1px solid #294d40 !important;
              border-radius: .8rem; } }
          main.voice > .wrapper nav.search form .conditions select:last-child {
            border-right: none; }
      main.voice > .wrapper nav.search form .action {
        flex: 0 0 16.7rem; }
        @media screen and (max-width: 768px) {
          main.voice > .wrapper nav.search form .action {
            width: 100%;
            flex: 0 0 auto; } }
        main.voice > .wrapper nav.search form .action button {
          display: flex;
          justify-content: center;
          width: 100% !important;
          gap: .5rem;
          align-items: center;
          height: 4.5rem;
          font-size: 1.4rem;
          font-weight: bold;
          color: #fff;
          background-color: #294d40;
          border-radius: 9999px;
          transition: background-color ease .3s; }
          main.voice > .wrapper nav.search form .action button:before {
            content: "";
            background-image: url("../images/voice/icon_search.png");
            background-size: 100% 100%;
            width: 1.7rem;
            height: 1.7rem;
            display: block; }
          main.voice > .wrapper nav.search form .action button:hover {
            background-color: #7f948c; }
  main.voice > .wrapper section.result .count {
    margin-bottom: 2.5rem;
    font-size: 1.7rem;
    font-weight: bold; }
    main.voice > .wrapper section.result .count span {
      font-weight: 1.3rem; }
  main.voice > .wrapper section.result ul.voice {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem; }
    main.voice > .wrapper section.result ul.voice li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.voice > .wrapper section.result ul.voice li {
          flex: 0 0 100%; } }
      main.voice > .wrapper section.result ul.voice li a {
        display: block; }
        main.voice > .wrapper section.result ul.voice li a .title {
          position: relative;
          height: 7.4rem;
          background-color: #00bd79;
          border-radius: 1.5rem 1.5rem 0 0;
          border: 2px solid #294d40;
          display: flex;
          align-items: center;
          transition: background-color ease .3s;
          padding: 0 4.5rem 0 1.5rem; }
          main.voice > .wrapper section.result ul.voice li a .title span {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            font-size: 1.7rem;
            line-height: calc(24 / 17);
            font-weight: 800;
            color: #fff; }
          main.voice > .wrapper section.result ul.voice li a .title:after {
            content: "";
            background-image: url("../images/common/btn_arrow.svg");
            width: .6rem;
            height: 1rem;
            position: absolute;
            right: 1.5rem;
            top: 50%;
            transform: translateY(-50%); }
        main.voice > .wrapper section.result ul.voice li a .body {
          display: flex;
          align-items: center;
          border-radius: 0 0 1.5rem 1.5rem;
          padding: 1.5rem;
          gap: 1.5rem;
          border: 2px solid #294d40;
          border-top: none; }
          main.voice > .wrapper section.result ul.voice li a .body figure {
            flex: 0 0 9rem; }
            main.voice > .wrapper section.result ul.voice li a .body figure img {
              border: 2px solid #294d40;
              border-radius: 50%; }
          main.voice > .wrapper section.result ul.voice li a .body .content {
            flex: 0 0 calc(100% - 9rem - 1.5rem); }
            main.voice > .wrapper section.result ul.voice li a .body .content .meta {
              display: flex;
              align-items: center;
              gap: .6rem;
              margin-bottom: .9rem; }
              main.voice > .wrapper section.result ul.voice li a .body .content .meta .year {
                font-size: 1.3rem;
                font-weight: bold; }
              main.voice > .wrapper section.result ul.voice li a .body .content .meta .result {
                font-size: 1.5rem;
                font-weight: 800; }
            main.voice > .wrapper section.result ul.voice li a .body .content .name {
              font-size: 1.9rem;
              font-weight: 800;
              margin-bottom: 1.2rem; }
              main.voice > .wrapper section.result ul.voice li a .body .content .name span {
                font-size: 1.4rem; }
            main.voice > .wrapper section.result ul.voice li a .body .content .school {
              font-size: 1.3rem;
              font-weight: 800;
              color: #678077; }
        main.voice > .wrapper section.result ul.voice li a:hover .title {
          background-color: #77d7b0; }
  main.voice > .wrapper section.result .wp-pagenavi {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem; }
    main.voice > .wrapper section.result .wp-pagenavi .previouspostslink {
      margin-right: .5rem;
      background-image: url("../images/common/pagination_prev.svg");
      width: .6rem;
      height: 1rem;
      text-indent: -9999px;
      overflow: hidden;
      background-size: cover; }
      main.voice > .wrapper section.result .wp-pagenavi .previouspostslink:hover {
        opacity: 0.8; }
    main.voice > .wrapper section.result .wp-pagenavi .nextpostslink {
      margin-left: .5rem;
      background-image: url("../images/common/pagination_next.svg");
      width: .6rem;
      height: 1rem;
      text-indent: -9999px;
      overflow: hidden;
      background-size: cover; }
      main.voice > .wrapper section.result .wp-pagenavi .nextpostslink:hover {
        opacity: 0.8; }
    main.voice > .wrapper section.result .wp-pagenavi .extend {
      font-size: 1.7rem;
      font-weight: 800;
      opacity: 1 !important; }
    main.voice > .wrapper section.result .wp-pagenavi .page {
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 4rem;
      font-size: 1.7rem;
      font-weight: 800;
      border: 2px solid #294d40; }
      main.voice > .wrapper section.result .wp-pagenavi .page:hover {
        opacity: 0.8; }
    main.voice > .wrapper section.result .wp-pagenavi .current {
      background-color: #00bd79;
      color: #fff;
      opacity: 1 !important;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 4rem;
      font-size: 1.7rem;
      font-weight: 800;
      border: 2px solid #294d40; }
main.voice nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.voice nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.voice nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.voice nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.voice nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.voice nav.cta h2 {
        font-size: 2.2rem; } }
  main.voice nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.voice nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.voice nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.voice nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.voice nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.voice nav.cta ul li {
          flex: auto; } }
      main.voice nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.voice nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.voice nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.voice nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.voice nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.voice nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.voice nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.voice nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.voice nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.voice nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.voice nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.voice nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.voice nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.voice nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.voice nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.voice nav.cta {
      margin-top: 5.6rem; } }

main.voice-detail > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40;
  padding-bottom: 6rem; }
  @media screen and (max-width: 768px) {
    main.voice-detail > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.voice-detail > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.voice-detail > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.voice-detail > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.voice-detail > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  @media screen and (max-width: 768px) {
    main.voice-detail > .wrapper {
      padding-bottom: 4.8rem; } }
  main.voice-detail > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.voice-detail > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.voice-detail > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.voice-detail > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.voice-detail > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.voice-detail > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.voice-detail > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.voice-detail > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.voice-detail > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.voice-detail > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.voice-detail > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.voice-detail > .wrapper > header .heading,
    main.voice-detail > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.voice-detail > .wrapper > header .heading,
        main.voice-detail > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.voice-detail > .wrapper > header .heading:before,
      main.voice-detail > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.voice-detail > .wrapper > header .heading:before,
          main.voice-detail > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.voice-detail > .wrapper article {
    padding-top: 6rem; }
    @media screen and (max-width: 768px) {
      main.voice-detail > .wrapper article {
        padding-top: 4.8rem; } }
    main.voice-detail > .wrapper article header {
      display: flex;
      gap: 2.8rem;
      margin-bottom: 4rem; }
      @media screen and (max-width: 768px) {
        main.voice-detail > .wrapper article header {
          gap: 2rem;
          margin-bottom: 2.4rem; } }
      main.voice-detail > .wrapper article header figure {
        flex: 0 0 12rem; }
        main.voice-detail > .wrapper article header figure img {
          border: 2px solid #294d40;
          border-radius: 50%; }
      main.voice-detail > .wrapper article header .content {
        flex: 0 0 calc(100% - 12rem - 2.8rem); }
        @media screen and (max-width: 768px) {
          main.voice-detail > .wrapper article header .content {
            flex: 0 0 calc(100% - 12rem - 2rem); } }
        main.voice-detail > .wrapper article header .content h1 {
          font-size: 2.5rem;
          line-height: 1.5;
          color: #00bd79;
          font-weight: 900;
          margin-bottom: 1.2rem; }
          @media screen and (max-width: 768px) {
            main.voice-detail > .wrapper article header .content h1 {
              font-size: 2.2rem; } }
        main.voice-detail > .wrapper article header .content .meta {
          display: flex;
          align-items: center;
          gap: .6rem;
          margin-bottom: .8rem; }
          main.voice-detail > .wrapper article header .content .meta .year {
            font-size: 1.3rem;
            font-weight: bold; }
          main.voice-detail > .wrapper article header .content .meta .result {
            font-size: 1.5rem;
            font-weight: 800; }
        main.voice-detail > .wrapper article header .content .name {
          font-size: 1.9rem;
          font-weight: 800;
          margin-bottom: 1.2rem; }
          main.voice-detail > .wrapper article header .content .name span {
            font-size: 1.4rem; }
        main.voice-detail > .wrapper article header .content .school {
          font-size: 1.3rem;
          color: #678077;
          font-weight: 800; }
    main.voice-detail > .wrapper article > .content p {
      font-size: 1.6rem;
      line-height: 2;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        main.voice-detail > .wrapper article > .content p {
          font-size: 1.5rem; } }
    main.voice-detail > .wrapper article section.guardian {
      position: relative;
      border: 2px solid #294d40;
      border-radius: 2rem;
      padding: 4rem 4rem 3.2rem;
      margin-top: 5.2rem; }
      @media screen and (max-width: 768px) {
        main.voice-detail > .wrapper article section.guardian {
          padding: 3.2rem 2rem 2.56rem;
          margin-top: 4rem; } }
      main.voice-detail > .wrapper article section.guardian:before {
        content: "";
        display: block;
        width: 2px;
        height: 1.5rem;
        background-color: #fff;
        position: absolute;
        right: -2px;
        top: 4.3rem; }
      main.voice-detail > .wrapper article section.guardian:after {
        content: "";
        display: block;
        width: 1.5rem;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 6.5rem;
        bottom: -2px; }
      main.voice-detail > .wrapper article section.guardian h2 {
        font-size: 1.8rem;
        font-weight: 900;
        color: #00bd79;
        margin-bottom: 2rem; }
      main.voice-detail > .wrapper article section.guardian p {
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          main.voice-detail > .wrapper article section.guardian p {
            font-size: 1.5rem; } }
    main.voice-detail > .wrapper article .back {
      margin-top: 6rem;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        main.voice-detail > .wrapper article .back {
          margin-top: 4.8rem; } }
      main.voice-detail > .wrapper article .back a {
        position: relative;
        font-size: 1.7rem;
        font-weight: 800;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 28.9rem;
        height: 6rem;
        border: 2px solid #294d40;
        background-color: #00bd79;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.voice-detail > .wrapper article .back a:after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
        main.voice-detail > .wrapper article .back a:hover {
          background-color: #77d7b0; }
main.voice-detail nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.voice-detail nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.voice-detail nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.voice-detail nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.voice-detail nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.voice-detail nav.cta h2 {
        font-size: 2.2rem; } }
  main.voice-detail nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.voice-detail nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.voice-detail nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.voice-detail nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.voice-detail nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.voice-detail nav.cta ul li {
          flex: auto; } }
      main.voice-detail nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.voice-detail nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.voice-detail nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.voice-detail nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.voice-detail nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.voice-detail nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.voice-detail nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.voice-detail nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.voice-detail nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.voice-detail nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.voice-detail nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.voice-detail nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.voice-detail nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.voice-detail nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.voice-detail nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.voice-detail nav.cta {
      margin-top: 5.6rem; } }

main.guide > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.guide > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.guide > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.guide > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.guide > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.guide > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.guide > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.guide > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.guide > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.guide > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.guide > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.guide > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.guide > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.guide > .wrapper > header .heading,
    main.guide > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper > header .heading,
        main.guide > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.guide > .wrapper > header .heading:before,
      main.guide > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper > header .heading:before,
          main.guide > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.guide > .wrapper nav.cta {
    position: relative;
    margin-top: 9rem;
    background-color: #fff;
    border: 2px solid #294d40;
    border-radius: 2rem;
    padding: 4.4rem 0 5.2rem;
    border: none;
    margin: 0;
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper nav.cta {
        margin-top: 8.3rem;
        padding: 4rem 3.4rem 4.4rem; } }
    main.guide > .wrapper nav.cta:before {
      content: "";
      position: absolute;
      top: 4.4rem;
      left: -2px;
      display: block;
      width: 2px;
      height: 1.5rem;
      background-color: #fff; }
    main.guide > .wrapper nav.cta:after {
      content: "";
      position: absolute;
      right: 4.9rem;
      bottom: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.guide > .wrapper nav.cta h2 {
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      margin-bottom: 1.6rem; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper nav.cta h2 {
          font-size: 2.2rem; } }
    main.guide > .wrapper nav.cta .lead {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      margin-bottom: 4rem;
      font-feature-settings: "palt"; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper nav.cta .lead {
          font-size: 1.5rem;
          margin-bottom: 3rem; } }
    main.guide > .wrapper nav.cta ul {
      max-width: 68rem;
      margin: 0 auto;
      display: flex;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper nav.cta ul {
          flex-direction: column;
          gap: 1.7rem;
          max-width: 33rem; } }
      main.guide > .wrapper nav.cta ul li {
        flex: 0 0 calc((100% - 2rem) / 2); }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper nav.cta ul li {
            flex: auto; } }
        main.guide > .wrapper nav.cta ul li a {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.7rem;
          font-weight: 800;
          color: #fff;
          line-height: 1;
          height: 6rem;
          border: 2px solid #294d40;
          border-radius: 9999px;
          transition: background-color ease .3s; }
          main.guide > .wrapper nav.cta ul li a::after {
            content: "";
            background-image: url("../images/common/btn_arrow.svg");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: 1rem;
            position: absolute;
            right: 2rem;
            top: 50%;
            transform: translateY(-50%); }
        main.guide > .wrapper nav.cta ul li:nth-child(1) a {
          background-color: #f4a000; }
          main.guide > .wrapper nav.cta ul li:nth-child(1) a:hover {
            background-color: #f2c178; }
        main.guide > .wrapper nav.cta ul li:nth-child(2) a {
          background-color: #77dae0; }
          main.guide > .wrapper nav.cta ul li:nth-child(2) a:hover {
            background-color: #b2dbdf; }
    main.guide > .wrapper nav.cta dl {
      position: relative;
      max-width: 68rem;
      display: flex;
      padding: 2rem 0;
      gap: 3rem;
      justify-content: center;
      align-items: center;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin: 0 auto;
      margin-top: 3.6rem; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper nav.cta dl {
          display: block;
          margin-top: 3.4rem; } }
      main.guide > .wrapper nav.cta dl:before {
        content: "";
        position: absolute;
        left: 1.4rem;
        top: -2px;
        display: block;
        width: 1.5rem;
        height: 2px;
        background-color: #fff; }
      main.guide > .wrapper nav.cta dl dt {
        font-size: 1.6rem;
        font-weight: 900;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper nav.cta dl dt {
            text-align: center;
            margin-bottom: 1.7rem; } }
      main.guide > .wrapper nav.cta dl dd p:nth-child(1) {
        font-size: 3.4rem;
        font-family: "Rubik", sans-serif;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem; }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper nav.cta dl dd p:nth-child(1) {
            text-align: center;
            margin-bottom: 1.4rem; } }
      main.guide > .wrapper nav.cta dl dd p:nth-child(2) {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper nav.cta dl dd p:nth-child(2) {
            text-align: center; } }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper nav.cta {
        margin: 0;
        padding: 4rem 3.4rem 4.4rem; } }
    main.guide > .wrapper nav.cta:afer {
      display: none; }
    main.guide > .wrapper nav.cta h2 {
      display: none; }
    main.guide > .wrapper nav.cta .lead {
      font-size: 2.5rem;
      font-weight: 900;
      line-height: 1;
      text-align: center;
      margin-bottom: 4rem;
      word-break: keep-all;
      overflow-wrap: break-word; }
      @media screen and (max-width: 768px) {
        main.guide > .wrapper nav.cta .lead {
          font-size: 2.2rem;
          line-height: 1.6;
          margin-bottom: 2.2rem; } }
  main.guide > .wrapper section.flow {
    background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
    background-size: 1rem 2px;
    background-position: center top;
    background-repeat: repeat-x;
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.guide > .wrapper section.flow {
        padding: 5.6rem 0; } }
    main.guide > .wrapper section.flow ol {
      padding-top: 2.2rem; }
      main.guide > .wrapper section.flow ol li {
        position: relative;
        border-radius: 2rem;
        padding: 4rem 3rem 3rem;
        border: 2px solid #294d40;
        margin-top: 8rem; }
        @media screen and (max-width: 768px) {
          main.guide > .wrapper section.flow ol li {
            padding: 3.2rem 2.2rem 2.2rem; } }
        main.guide > .wrapper section.flow ol li:before {
          content: "";
          background-image: url("../images/common/flow_arrow.png");
          background-size: 100% 100%;
          width: 4.2rem;
          height: 2.3rem;
          display: block;
          position: absolute;
          top: -6rem;
          left: 50%;
          transform: translateX(-50%); }
        main.guide > .wrapper section.flow ol li:after {
          content: "";
          width: 1.5rem;
          height: 2px;
          background-color: #fff;
          display: block;
          position: absolute;
          right: 3.8rem;
          bottom: -2px; }
        main.guide > .wrapper section.flow ol li:first-child {
          margin-top: 0; }
          main.guide > .wrapper section.flow ol li:first-child:before {
            display: none; }
        main.guide > .wrapper section.flow ol li > .marker,
        main.guide > .wrapper section.flow ol li > .title {
          position: absolute;
          top: -2.2rem;
          left: 50%;
          transform: translateX(-50%);
          font-size: 1.9rem;
          font-weight: 800;
          padding: 0 3.2rem;
          width: fit-content;
          height: 4.4rem;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          background-color: #00bd79;
          border: 2px solid #294d40;
          border-radius: 9999px;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            main.guide > .wrapper section.flow ol li > .marker,
            main.guide > .wrapper section.flow ol li > .title {
              padding: 0 3.2rem; } }
        main.guide > .wrapper section.flow ol li .content p {
          font-size: 16px;
          line-height: 2;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            main.guide > .wrapper section.flow ol li .content p {
              font-size: 1.5rem; } }
main.guide > nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.guide > nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.guide > nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.guide > nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.guide > nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.guide > nav.cta h2 {
        font-size: 2.2rem; } }
  main.guide > nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.guide > nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.guide > nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.guide > nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.guide > nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.guide > nav.cta ul li {
          flex: auto; } }
      main.guide > nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.guide > nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.guide > nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.guide > nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.guide > nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.guide > nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.guide > nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.guide > nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.guide > nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.guide > nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.guide > nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.guide > nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.guide > nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.guide > nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.guide > nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.guide > nav.cta {
      margin-top: 5.6rem; } }

main.faq > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.faq > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.faq > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.faq > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.faq > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.faq > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.faq > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.faq > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.faq > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.faq > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.faq > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.faq > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.faq > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.faq > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.faq > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.faq > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.faq > .wrapper > header .heading,
    main.faq > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.faq > .wrapper > header .heading,
        main.faq > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.faq > .wrapper > header .heading:before,
      main.faq > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.faq > .wrapper > header .heading:before,
          main.faq > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.faq > .wrapper section.faq {
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.faq > .wrapper section.faq {
        padding: 5.6rem 0 4rem; } }
    main.faq > .wrapper section.faq .title {
      display: block;
      font-size: 1.9rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      padding: .8rem 0;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin-bottom: 1.8rem;
      position: relative; }
      main.faq > .wrapper section.faq .title:before {
        content: "";
        position: absolute;
        top: -2px;
        left: .9rem;
        display: block;
        width: .8rem;
        height: 2px;
        background-color: #f3f3f3; }
    main.faq > .wrapper section.faq .lead {
      font-size: 1.8rem;
      line-height: calc(32 / 18);
      font-weight: bold;
      color: #294d40;
      text-align: center;
      margin-bottom: 5.2rem;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        main.faq > .wrapper section.faq .lead {
          font-size: 1.5rem;
          margin-bottom: 4rem;
          text-align: left; } }
    main.faq > .wrapper section.faq section.qa {
      position: relative;
      margin-top: 3rem;
      overflow: hidden;
      border-radius: 2rem;
      border: 2px solid #294d40; }
      @media screen and (max-width: 768px) {
        main.faq > .wrapper section.faq section.qa {
          margin-top: 2rem; } }
      main.faq > .wrapper section.faq section.qa h3 {
        position: relative;
        background-color: #00bd79;
        display: flex;
        align-items: center;
        font-size: 1.9rem;
        line-height: 1.8;
        font-weight: 800;
        color: #fff;
        padding: 2rem 8rem 2rem 9rem; }
        @media screen and (max-width: 768px) {
          main.faq > .wrapper section.faq section.qa h3 {
            font-size: 1.6rem;
            padding: 1.6rem 4.8rem 1.6rem 7.2rem; } }
        main.faq > .wrapper section.faq section.qa h3:before {
          content: "";
          background-image: url("../images/faq/icon_q.png");
          background-size: 100% 100%;
          display: block;
          width: 5.1rem;
          height: 4.4rem;
          position: absolute;
          left: 2.4rem;
          top: 1.6rem; }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper section.faq section.qa h3:before {
              left: 1.6rem;
              width: 4.08rem;
              height: 3.52rem; } }
        main.faq > .wrapper section.faq section.qa h3:after {
          content: "";
          background-image: url("../images/faq/qa_arrow.png");
          background-size: 100% 100%;
          display: block;
          width: 2.1rem;
          height: 1.2rem;
          position: absolute;
          right: 3.2rem;
          top: calc(50% - .6rem); }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper section.faq section.qa h3:after {
              width: 1.68rem;
              height: .96rem;
              right: 1.6rem;
              top: calc(50% - .48rem); } }
        main.faq > .wrapper section.faq section.qa h3.active:after {
          transform: scale(1, -1); }
      main.faq > .wrapper section.faq section.qa .content {
        position: relative;
        border-top: none;
        display: none;
        padding: 0 3rem 2rem 9rem; }
        main.faq > .wrapper section.faq section.qa .content:before {
          content: "";
          display: block;
          height: 2rem; }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper section.faq section.qa .content:before {
              height: 1.6rem; } }
        @media screen and (max-width: 768px) {
          main.faq > .wrapper section.faq section.qa .content {
            padding: 0 1.6rem 1.6rem 7.2rem; } }
        main.faq > .wrapper section.faq section.qa .content:after {
          content: "";
          background-image: url("../images/faq/icon_a.png");
          background-size: 100% 100%;
          display: block;
          width: 5.1rem;
          height: 4.4rem;
          position: absolute;
          left: 2.4rem;
          top: 1.6rem; }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper section.faq section.qa .content:after {
              left: 1.6rem;
              width: 4.08rem;
              height: 3.52rem; } }
        main.faq > .wrapper section.faq section.qa .content p {
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            main.faq > .wrapper section.faq section.qa .content p {
              font-size: 1.5rem; } }
main.faq > nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.faq > nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.faq > nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.faq > nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.faq > nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.faq > nav.cta h2 {
        font-size: 2.2rem; } }
  main.faq > nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.faq > nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.faq > nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.faq > nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.faq > nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.faq > nav.cta ul li {
          flex: auto; } }
      main.faq > nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.faq > nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.faq > nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.faq > nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.faq > nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.faq > nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.faq > nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.faq > nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.faq > nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.faq > nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.faq > nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.faq > nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.faq > nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.faq > nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.faq > nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.faq > nav.cta {
      margin-top: 5.6rem; } }

main.trial > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.trial > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.trial > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.trial > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.trial > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.trial > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.trial > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.trial > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.trial > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.trial > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.trial > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.trial > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.trial > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.trial > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.trial > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.trial > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.trial > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.trial > .wrapper > header .heading,
    main.trial > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.trial > .wrapper > header .heading,
        main.trial > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.trial > .wrapper > header .heading:before,
      main.trial > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.trial > .wrapper > header .heading:before,
          main.trial > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
main.trial section.trial {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    main.trial section.trial {
      padding: 5.6rem 0; } }
  main.trial section.trial h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      main.trial section.trial h2 {
        margin-bottom: 4rem; } }
    main.trial section.trial h2 > span:nth-child(1) {
      display: block;
      font-size: 1.9rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      padding: .8rem 0;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin-bottom: 1.8rem;
      position: relative; }
      main.trial section.trial h2 > span:nth-child(1):before {
        content: "";
        position: absolute;
        top: -2px;
        left: .9rem;
        display: block;
        width: .8rem;
        height: 2px;
        background-color: #f3f3f3; }
    main.trial section.trial h2 > span:nth-child(2) {
      font-weight: 900;
      display: block;
      font-size: 3.4rem;
      color: #fff;
      line-height: 1;
      text-align: center;
      letter-spacing: .1em;
      -webkit-text-stroke: .4rem #294d40;
      text-stroke: .4remx #294d40;
      paint-order: stroke; }
      @media screen and (max-width: 768px) {
        main.trial section.trial h2 > span:nth-child(2) {
          font-size: 3rem; } }
      main.trial section.trial h2 > span:nth-child(2) strong {
        color: #f7e300; }
  main.trial section.trial .lead {
    font-size: 18px;
    line-height: calc(32 / 18);
    font-weight: bold;
    color: #294d40;
    margin-bottom: 52px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      main.trial section.trial .lead {
        font-size: 1.5rem;
        margin-bottom: 4rem; } }
  main.trial section.trial section {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px; }
    @media screen and (max-width: 768px) {
      main.trial section.trial section {
        margin-top: 4rem;
        gap: 2.4rem;
        flex-direction: column; } }
    main.trial section.trial section figure {
      flex: 0 0 220px; }
      @media screen and (max-width: 768px) {
        main.trial section.trial section figure {
          flex: auto; } }
      main.trial section.trial section figure img {
        border-radius: 15px; }
    main.trial section.trial section .content {
      flex: 0 0 calc(100% - 220px - 30px); }
      @media screen and (max-width: 768px) {
        main.trial section.trial section .content {
          flex: auto; } }
      main.trial section.trial section .content h3 {
        font-size: 22px;
        color: #00bd79;
        font-weight: 900;
        margin-bottom: 12px; }
        @media screen and (max-width: 768px) {
          main.trial section.trial section .content h3 {
            font-size: 1.8rem;
            margin-bottom: 1.2rem; } }
      main.trial section.trial section .content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          main.trial section.trial section .content p {
            font-size: 1.4rem; } }
main.trial section.flow {
  background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
  background-size: 1rem 2px;
  background-position: center top;
  background-repeat: repeat-x;
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    main.trial section.flow {
      padding: 5.6rem 0; } }
  main.trial section.flow h2 {
    font-weight: 900;
    display: block;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    -webkit-text-stroke: .4rem #294d40;
    text-stroke: .4remx #294d40;
    paint-order: stroke;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      main.trial section.flow h2 {
        font-size: 3rem; } }
    main.trial section.flow h2 strong {
      color: #f7e300; }
    @media screen and (max-width: 768px) {
      main.trial section.flow h2 {
        margin-bottom: 40px; } }
  main.trial section.flow ol {
    padding-top: 2.2rem; }
    main.trial section.flow ol li {
      position: relative;
      border-radius: 2rem;
      padding: 4rem 3rem 3rem;
      border: 2px solid #294d40;
      margin-top: 8rem; }
      @media screen and (max-width: 768px) {
        main.trial section.flow ol li {
          padding: 3.2rem 2.2rem 2.2rem; } }
      main.trial section.flow ol li:before {
        content: "";
        background-image: url("../images/common/flow_arrow.png");
        background-size: 100% 100%;
        width: 4.2rem;
        height: 2.3rem;
        display: block;
        position: absolute;
        top: -6rem;
        left: 50%;
        transform: translateX(-50%); }
      main.trial section.flow ol li:after {
        content: "";
        width: 1.5rem;
        height: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        right: 3.8rem;
        bottom: -2px; }
      main.trial section.flow ol li:first-child {
        margin-top: 0; }
        main.trial section.flow ol li:first-child:before {
          display: none; }
      main.trial section.flow ol li > .marker,
      main.trial section.flow ol li > .title {
        position: absolute;
        top: -2.2rem;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.9rem;
        font-weight: 800;
        padding: 0 3.2rem;
        width: fit-content;
        height: 4.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: #00bd79;
        border: 2px solid #294d40;
        border-radius: 9999px;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          main.trial section.flow ol li > .marker,
          main.trial section.flow ol li > .title {
            padding: 0 3.2rem; } }
      main.trial section.flow ol li .content p {
        font-size: 16px;
        line-height: 2;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          main.trial section.flow ol li .content p {
            font-size: 1.5rem; } }
    main.trial section.flow ol li .content .title {
      font-size: 25px;
      line-height: 1.6;
      margin-bottom: 12px;
      color: #00bd79;
      font-weight: 900;
      text-align: center; }
      @media screen and (max-width: 768px) {
        main.trial section.flow ol li .content .title {
          font-size: 2rem;
          margin-bottom: 1.2rem; } }
main.trial section.entry {
  background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
  background-size: 1rem 2px;
  background-position: center top;
  background-repeat: repeat-x;
  padding: 7rem 0; }
  @media screen and (max-width: 768px) {
    main.trial section.entry {
      padding: 5.6rem 0; } }
  main.trial section.entry h2 {
    font-weight: 900;
    display: block;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    -webkit-text-stroke: .4rem #294d40;
    text-stroke: .4remx #294d40;
    paint-order: stroke;
    margin-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      main.trial section.entry h2 {
        font-size: 3rem; } }
    main.trial section.entry h2 strong {
      color: #f7e300; }
    @media screen and (max-width: 768px) {
      main.trial section.entry h2 {
        margin-bottom: 4rem; } }
  main.trial section.entry p.lead {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    word-break: keep-all;
    overflow-wrap: break-word; }
    @media screen and (max-width: 768px) {
      main.trial section.entry p.lead {
        font-size: 1.8rem;
        margin-bottom: 2.4rem; } }
  main.trial section.entry p.lead__comp {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left; }
  main.trial section.entry dl.tel {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem;
    margin: 5rem auto; }
    @media screen and (max-width: 768px) {
      main.trial section.entry dl.tel {
        display: block;
        margin-top: 3.4rem; } }
    main.trial section.entry dl.tel:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.trial section.entry dl.tel dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.trial section.entry dl.tel dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.trial section.entry dl.tel dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.trial section.entry dl.tel dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.trial section.entry dl.tel dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.trial section.entry dl.tel dd p:nth-child(2) {
          text-align: center; } }
    @media screen and (max-width: 768px) {
      main.trial section.entry dl.tel {
        margin: 4rem auto; } }
  main.trial section.entry ul.notice {
    font-size: 1.4rem;
    line-height: 1.6; }
    main.trial section.entry ul.notice li {
      position: relative;
      padding-left: 1em; }
      main.trial section.entry ul.notice li:first-child {
        margin-top: 0; }
      main.trial section.entry ul.notice li:before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
      main.trial section.entry ul.notice li.strong {
        color: #ed5c5c; }
  main.trial section.entry form .formError {
    pointer-events: none;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    text-align: left;
    transition: all 0.3s ease 0s;
    margin-top: 0 !important; }
    main.trial section.entry form .formError .formErrorContent {
      width: 100%;
      position: relative;
      color: #ed5c5c;
      min-width: 9rem;
      font-size: 1.4rem;
      line-height: 1.5;
      padding-top: .4rem;
      padding-right: 1rem;
      padding-bottom: .8rem;
      border-radius: .5rem;
      -moz-border-radius: .5rem;
      -webkit-border-radius: .5rem;
      font-weight: bold;
      -o-border-radius: .5rem;
      margin-top: -10rem !important;
      padding-top: 10rem !important; }
  main.trial section.entry form h3 {
    font-size: 1.7rem;
    font-weight: 800;
    padding: 0 3.2rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00bd79;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00bd79;
    border-radius: 9999px;
    margin: 4.5rem 0 1.5rem; }
    @media screen and (max-width: 768px) {
      main.trial section.entry form h3 {
        margin: 3.2rem 0 1.5rem; } }
  main.trial section.entry form table {
    width: 100%; }
    @media screen and (max-width: 768px) {
      main.trial section.entry form table {
        display: block; } }
    @media screen and (max-width: 768px) {
      main.trial section.entry form table tbody {
        display: block; } }
    @media screen and (max-width: 768px) {
      main.trial section.entry form table tr {
        display: block; } }
    main.trial section.entry form table th {
      font-size: 1.6rem;
      font-weight: 800;
      width: 28rem;
      text-align: left;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        main.trial section.entry form table th {
          display: block; } }
      main.trial section.entry form table th span {
        background-color: #f39300;
        color: #fff;
        font-weight: bold;
        font-size: 90%;
        display: inline-block;
        padding: .2rem;
        text-align: center;
        line-height: 1.4;
        width: 5rem;
        margin-right: 2rem; }
      main.trial section.entry form table th span.free {
        background-color: #ccc; }
      main.trial section.entry form table th p {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: calc(26 / 15); }
    main.trial section.entry form table td {
      padding: 1.5rem 0;
      font-size: 1.4rem;
      line-height: calc(30 / 14); }
      @media screen and (max-width: 768px) {
        main.trial section.entry form table td {
          display: block;
          padding-top: 0; } }
      main.trial section.entry form table td input[type="radio"] + label,
      main.trial section.entry form table td input[type="checkbox"] + label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 2.8rem; }
      main.trial section.entry form table td input[type="checkbox"] {
        display: inline;
        opacity: 0;
        position: absolute;
        width: 1% !important; }
      main.trial section.entry form table td input[type="radio"] + label::before,
      main.trial section.entry form table td input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 2.2rem;
        height: 2.2rem;
        margin-top: -1.2rem;
        background: #FFF;
        border: solid 1px #ccc; }
      main.trial section.entry form table td input[type="radio"] + label::before {
        border-radius: 50%; }
      main.trial section.entry form table td input[type="radio"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: .6rem;
        width: 1rem;
        height: 1rem;
        margin-top: -.6rem;
        background: #008140;
        border-radius: .8rem; }
      main.trial section.entry form table td input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: .3rem;
        width: 1.6rem;
        height: .8rem;
        margin-top: -.4rem;
        border-left: .3rem solid #008140;
        border-bottom: .3rem solid #008140;
        transform: rotate(-45deg); }
      main.trial section.entry form table td input[type="text"],
      main.trial section.entry form table td input[type="email"],
      main.trial section.entry form table td input[type="tel"] {
        width: 100%;
        border: solid 1px #ccc;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem; }
        @media screen and (max-width: 768px) {
          main.trial section.entry form table td input[type="text"],
          main.trial section.entry form table td input[type="email"],
          main.trial section.entry form table td input[type="tel"] {
            font-size: 16px; } }
      main.trial section.entry form table td select {
        width: 100%;
        border: solid 1px #ccc;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem;
        background-image: url("../images/common/form_select_arrow.svg");
        background-size: 1rem .6rem;
        background-repeat: no-repeat;
        background-position: center right 1.5rem;
        color: inherit; }
        @media screen and (max-width: 768px) {
          main.trial section.entry form table td select {
            font-size: 16px; } }
      main.trial section.entry form table td textarea {
        width: 100%;
        border: solid 1px #ccc;
        height: 20remx;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem; }
        @media screen and (max-width: 768px) {
          main.trial section.entry form table td textarea {
            font-size: 16px; } }
      main.trial section.entry form table td ul li {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 1.5rem; }
  main.trial section.entry form table.conf-tbl {
    border-top: #ccc 1px solid; }
    main.trial section.entry form table.conf-tbl th {
      border-bottom: #ccc 1px solid; }
      @media screen and (max-width: 768px) {
        main.trial section.entry form table.conf-tbl th {
          border-bottom: none;
          padding-bottom: 0.5rem; } }
    main.trial section.entry form table.conf-tbl td {
      border-bottom: #ccc 1px solid; }
  main.trial section.entry form .action {
    display: flex;
    justify-content: center;
    margin: 4.5rem 0 0; }
    @media screen and (max-width: 768px) {
      main.trial section.entry form .action {
        margin-top: 3.2em; } }
    main.trial section.entry form .action button {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.7rem;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      height: 6rem;
      border: 2px solid #294d40;
      border-radius: 9999px;
      background-color: #f4a000;
      width: 100%;
      max-width: 36rem;
      transition: background-color ease .3s; }
      main.trial section.entry form .action button::after {
        content: "";
        background-image: url("../images/common/btn_arrow.svg");
        background-size: 100% 100%;
        display: block;
        width: .6rem;
        height: 1rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
    main.trial section.entry form .action button:hover {
      background-color: #f2c178; }
    main.trial section.entry form .action button.back-btn {
      background-color: #00bd79; }
  main.trial section.entry form .action__flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 4.5rem 0 0; }
    @media screen and (max-width: 768px) {
      main.trial section.entry form .action__flex {
        display: block;
        text-align: center; } }
    main.trial section.entry form .action__flex button {
      margin-inline: auto !important;
      margin-bottom: 1.5rem !important; }
main.trial section.entry__line {
  background-image: none; }
main.trial .back {
  padding: 3rem 0 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    main.trial .back {
      padding: 2rem 0 0; } }
  main.trial .back a {
    position: relative;
    font-size: 1.7rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 28.9rem;
    height: 6rem;
    border: 2px solid #294d40;
    background-color: #00bd79;
    border-radius: 9999px;
    transition: background-color ease .3s; }
    main.trial .back a:after {
      content: "";
      background-image: url("../images/common/btn_arrow.svg");
      width: .6rem;
      height: 1rem;
      position: absolute;
      right: 2rem;
      top: 50%;
      transform: translateY(-50%); }
    main.trial .back a:hover {
      background-color: #77d7b0; }
main.trial nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    main.trial nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.trial nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.trial nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.trial nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.trial nav.cta h2 {
        font-size: 2.2rem; } }
  main.trial nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.trial nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.trial nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.trial nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.trial nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.trial nav.cta ul li {
          flex: auto; } }
      main.trial nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.trial nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.trial nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.trial nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.trial nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.trial nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.trial nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.trial nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.trial nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.trial nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.trial nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.trial nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.trial nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.trial nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.trial nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.trial nav.cta {
      margin-top: 5.6rem; } }

main.contact > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.contact > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.contact > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.contact > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.contact > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.contact > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.contact > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.contact > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.contact > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.contact > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.contact > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.contact > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.contact > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.contact > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.contact > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.contact > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.contact > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.contact > .wrapper > header .heading,
    main.contact > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.contact > .wrapper > header .heading,
        main.contact > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.contact > .wrapper > header .heading:before,
      main.contact > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.contact > .wrapper > header .heading:before,
          main.contact > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
main.contact section.trial {
  padding: 60px 0 50px; }
  @media screen and (max-width: 768px) {
    main.contact section.trial {
      padding: 4.8rem 0; } }
  main.contact section.trial h2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    word-break: keep-all;
    overflow-wrap: break-word; }
    @media screen and (max-width: 768px) {
      main.contact section.trial h2 {
        font-size: 2rem;
        margin-bottom: 2.4rem; } }
  main.contact section.trial p.action {
    width: 289px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      main.contact section.trial p.action {
        width: 28.9rem; } }
    main.contact section.trial p.action a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.7rem;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      height: 6rem;
      border: 2px solid #294d40;
      border-radius: 9999px;
      background-color: #f4a000; }
      main.contact section.trial p.action a::after {
        content: "";
        background-image: url("../images/common/btn_arrow.svg");
        background-size: 100% 100%;
        display: block;
        width: .6rem;
        height: 1rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
main.contact section.contact {
  background-image: linear-gradient(to right, #294d40, #294d40 6px, transparent 6px, transparent 10px);
  background-size: 1rem 2px;
  background-position: center top;
  background-repeat: repeat-x;
  padding: 7rem 0; }
  @media screen and (max-width: 768px) {
    main.contact section.contact {
      padding: 5.6rem 0; } }
  main.contact section.contact h2 {
    font-weight: 900;
    display: block;
    font-size: 3.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    -webkit-text-stroke: .4rem #294d40;
    text-stroke: .4remx #294d40;
    paint-order: stroke;
    margin-bottom: 5rem; }
    @media screen and (max-width: 768px) {
      main.contact section.contact h2 {
        font-size: 3rem; } }
    main.contact section.contact h2 strong {
      color: #f7e300; }
    @media screen and (max-width: 768px) {
      main.contact section.contact h2 {
        margin-bottom: 4rem; } }
  main.contact section.contact p.lead {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
    word-break: keep-all;
    overflow-wrap: break-word; }
    @media screen and (max-width: 768px) {
      main.contact section.contact p.lead {
        font-size: 1.8rem;
        margin-bottom: 2.4rem; } }
  main.contact section.contact p.lead__comp {
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 400;
    text-align: left; }
  main.contact section.contact dl.tel {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem;
    margin: 5rem auto; }
    @media screen and (max-width: 768px) {
      main.contact section.contact dl.tel {
        display: block;
        margin-top: 3.4rem; } }
    main.contact section.contact dl.tel:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.contact section.contact dl.tel dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.contact section.contact dl.tel dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.contact section.contact dl.tel dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.contact section.contact dl.tel dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.contact section.contact dl.tel dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.contact section.contact dl.tel dd p:nth-child(2) {
          text-align: center; } }
    @media screen and (max-width: 768px) {
      main.contact section.contact dl.tel {
        margin: 4rem auto; } }
  main.contact section.contact ul.notice {
    font-size: 1.4rem;
    line-height: 1.6; }
    main.contact section.contact ul.notice li {
      position: relative;
      padding-left: 1em; }
      main.contact section.contact ul.notice li:first-child {
        margin-top: 0; }
      main.contact section.contact ul.notice li:before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
      main.contact section.contact ul.notice li.strong {
        color: #ed5c5c; }
  main.contact section.contact form .formError {
    pointer-events: none;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    text-align: left;
    transition: all 0.3s ease 0s;
    margin-top: 0 !important; }
    main.contact section.contact form .formError .formErrorContent {
      width: 100%;
      position: relative;
      color: #ed5c5c;
      min-width: 9rem;
      font-size: 1.4rem;
      line-height: 1.5;
      padding-top: .4rem;
      padding-right: 1rem;
      padding-bottom: .8rem;
      border-radius: .5rem;
      -moz-border-radius: .5rem;
      -webkit-border-radius: .5rem;
      font-weight: bold;
      -o-border-radius: .5rem;
      margin-top: -10rem !important;
      padding-top: 10rem !important; }
  main.contact section.contact form h3 {
    font-size: 1.7rem;
    font-weight: 800;
    padding: 0 3.2rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00bd79;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #00bd79;
    border-radius: 9999px;
    margin: 4.5rem 0 1.5rem; }
    @media screen and (max-width: 768px) {
      main.contact section.contact form h3 {
        margin: 3.2rem 0 1.5rem; } }
  main.contact section.contact form table {
    width: 100%; }
    @media screen and (max-width: 768px) {
      main.contact section.contact form table {
        display: block; } }
    @media screen and (max-width: 768px) {
      main.contact section.contact form table tbody {
        display: block; } }
    @media screen and (max-width: 768px) {
      main.contact section.contact form table tr {
        display: block; } }
    main.contact section.contact form table th {
      font-size: 1.6rem;
      font-weight: 800;
      width: 28rem;
      text-align: left;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        main.contact section.contact form table th {
          display: block; } }
      main.contact section.contact form table th span {
        background-color: #f39300;
        color: #fff;
        font-weight: bold;
        font-size: 90%;
        display: inline-block;
        padding: .2rem;
        text-align: center;
        line-height: 1.4;
        width: 5rem;
        margin-right: 2rem; }
      main.contact section.contact form table th span.free {
        background-color: #ccc; }
      main.contact section.contact form table th p {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: calc(26 / 15); }
    main.contact section.contact form table td {
      padding: 1.5rem 0;
      font-size: 1.4rem;
      line-height: calc(30 / 14); }
      @media screen and (max-width: 768px) {
        main.contact section.contact form table td {
          display: block;
          padding-top: 0; } }
      main.contact section.contact form table td input[type="radio"] + label,
      main.contact section.contact form table td input[type="checkbox"] + label {
        display: inline-block;
        position: relative;
        padding: 0 0 0 2.8rem; }
      main.contact section.contact form table td input[type="checkbox"] {
        display: inline;
        opacity: 0;
        position: absolute;
        width: 1% !important; }
      main.contact section.contact form table td input[type="radio"] + label::before,
      main.contact section.contact form table td input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 2.2rem;
        height: 2.2rem;
        margin-top: -1.2rem;
        background: #FFF;
        border: solid 1px #ccc; }
      main.contact section.contact form table td input[type="radio"] + label::before {
        border-radius: 50%; }
      main.contact section.contact form table td input[type="radio"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: .6rem;
        width: 1rem;
        height: 1rem;
        margin-top: -.6rem;
        background: #008140;
        border-radius: .8rem; }
      main.contact section.contact form table td input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        left: .3rem;
        width: 1.6rem;
        height: .8rem;
        margin-top: -.4rem;
        border-left: .3rem solid #008140;
        border-bottom: .3rem solid #008140;
        transform: rotate(-45deg); }
      main.contact section.contact form table td input[type="text"],
      main.contact section.contact form table td input[type="email"],
      main.contact section.contact form table td input[type="tel"] {
        width: 100%;
        border: solid 1px #ccc;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem; }
        @media screen and (max-width: 768px) {
          main.contact section.contact form table td input[type="text"],
          main.contact section.contact form table td input[type="email"],
          main.contact section.contact form table td input[type="tel"] {
            font-size: 16px; } }
      main.contact section.contact form table td select {
        width: 100%;
        border: solid 1px #ccc;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem;
        background-image: url("../images/common/form_select_arrow.svg");
        background-size: 1rem .6rem;
        background-repeat: no-repeat;
        background-position: center right 1.5rem;
        color: inherit; }
        @media screen and (max-width: 768px) {
          main.contact section.contact form table td select {
            font-size: 16px; } }
      main.contact section.contact form table td textarea {
        width: 100%;
        border: solid 1px #ccc;
        height: 20remx;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 1.2rem; }
        @media screen and (max-width: 768px) {
          main.contact section.contact form table td textarea {
            font-size: 16px; } }
      main.contact section.contact form table td ul li {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 1.5rem; }
  main.contact section.contact form table.conf-tbl {
    border-top: #ccc 1px solid; }
    main.contact section.contact form table.conf-tbl th {
      border-bottom: #ccc 1px solid; }
      @media screen and (max-width: 768px) {
        main.contact section.contact form table.conf-tbl th {
          border-bottom: none;
          padding-bottom: 0.5rem; } }
    main.contact section.contact form table.conf-tbl td {
      border-bottom: #ccc 1px solid; }
  main.contact section.contact form .action {
    display: flex;
    justify-content: center;
    margin: 4.5rem 0 0; }
    @media screen and (max-width: 768px) {
      main.contact section.contact form .action {
        margin-top: 3.2em; } }
    main.contact section.contact form .action button {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.7rem;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      height: 6rem;
      border: 2px solid #294d40;
      border-radius: 9999px;
      background-color: #f4a000;
      width: 100%;
      max-width: 36rem;
      transition: background-color ease .3s; }
      main.contact section.contact form .action button::after {
        content: "";
        background-image: url("../images/common/btn_arrow.svg");
        background-size: 100% 100%;
        display: block;
        width: .6rem;
        height: 1rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
    main.contact section.contact form .action button:hover {
      background-color: #f2c178; }
    main.contact section.contact form .action button.back-btn {
      background-color: #00bd79; }
  main.contact section.contact form .action__flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 4.5rem 0 0; }
    @media screen and (max-width: 768px) {
      main.contact section.contact form .action__flex {
        display: block;
        text-align: center; } }
    main.contact section.contact form .action__flex button {
      margin-inline: auto !important;
      margin-bottom: 1.5rem !important; }
  main.contact section.contact .back {
    padding: 3rem 0 0;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      main.contact section.contact .back {
        padding: 2rem 0 0; } }
    main.contact section.contact .back a {
      position: relative;
      font-size: 1.7rem;
      font-weight: 800;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      width: 28.9rem;
      height: 6rem;
      border: 2px solid #294d40;
      background-color: #00bd79;
      border-radius: 9999px;
      transition: background-color ease .3s; }
      main.contact section.contact .back a:after {
        content: "";
        background-image: url("../images/common/btn_arrow.svg");
        width: .6rem;
        height: 1rem;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%); }
      main.contact section.contact .back a:hover {
        background-color: #77d7b0; }
main.contact section.contact__line {
  background-image: none; }
main.contact nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    main.contact nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.contact nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.contact nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.contact nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.contact nav.cta h2 {
        font-size: 2.2rem; } }
  main.contact nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.contact nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.contact nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.contact nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.contact nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.contact nav.cta ul li {
          flex: auto; } }
      main.contact nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.contact nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.contact nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.contact nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.contact nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.contact nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.contact nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.contact nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.contact nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.contact nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.contact nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.contact nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.contact nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.contact nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.contact nav.cta dl dd p:nth-child(2) {
          text-align: center; } }

main.summer > .wrapper {
  position: relative;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 6rem;
  border: 2px solid #294d40; }
  @media screen and (max-width: 768px) {
    main.summer > .wrapper {
      border-radius: 2rem;
      padding: 0 2.5rem; } }
  main.summer > .wrapper:before {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    top: 23.5rem;
    left: -2px; }
    @media screen and (max-width: 768px) {
      main.summer > .wrapper:before {
        height: 2rem;
        top: 18rem; } }
  main.summer > .wrapper:after {
    content: "";
    display: block;
    width: 2px;
    height: 2rem;
    background-color: #fff;
    position: absolute;
    bottom: 9.8rem;
    right: -2px; }
    @media screen and (max-width: 768px) {
      main.summer > .wrapper:after {
        height: 2rem;
        bottom: 9.8rem; } }
  main.summer > .wrapper > header {
    border-bottom: 2px solid #294d40;
    margin: 0 -6rem; }
    @media screen and (max-width: 768px) {
      main.summer > .wrapper > header {
        margin: 0 -2.5rem; } }
    main.summer > .wrapper > header nav.breadcrumb {
      border-bottom: 2px solid #294d40; }
      main.summer > .wrapper > header nav.breadcrumb ol {
        display: flex;
        padding: 2.5rem 2.8rem; }
        @media screen and (max-width: 768px) {
          main.summer > .wrapper > header nav.breadcrumb ol {
            padding: 1.25rem 2.5rem; } }
        main.summer > .wrapper > header nav.breadcrumb ol li {
          display: flex;
          align-items: center;
          font-size: 1.2rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper > header nav.breadcrumb ol li {
              font-size: 1.2rem; } }
          main.summer > .wrapper > header nav.breadcrumb ol li a {
            color: #00bd79;
            transition: opacity ease .3s; }
            main.summer > .wrapper > header nav.breadcrumb ol li a:hover {
              opacity: .6; }
          main.summer > .wrapper > header nav.breadcrumb ol li:after {
            content: "";
            margin: 0 .8rem;
            background-image: url("../images/common/breadcrumb_arrow.png");
            background-size: 100% 100%;
            display: block;
            width: .6rem;
            height: .7rem; }
          main.summer > .wrapper > header nav.breadcrumb ol li:last-child:after {
            display: none; }
    main.summer > .wrapper > header .heading,
    main.summer > .wrapper > header h1 {
      display: flex;
      align-items: center;
      font-size: 2.8rem;
      font-weight: 800;
      padding: 4rem 6rem;
      color: #294d40;
      gap: 2rem; }
      @media screen and (max-width: 768px) {
        main.summer > .wrapper > header .heading,
        main.summer > .wrapper > header h1 {
          padding: 3.2rem 2.5rem; } }
      main.summer > .wrapper > header .heading:before,
      main.summer > .wrapper > header h1:before {
        content: "";
        display: block;
        width: 4rem;
        height: .5rem;
        border-radius: 9999px;
        background-image: linear-gradient(90deg, #00bd79 50%, #294d40 50%); }
        @media screen and (max-width: 768px) {
          main.summer > .wrapper > header .heading:before,
          main.summer > .wrapper > header h1:before {
            width: 3.2rem;
            height: .5rem; } }
  main.summer > .wrapper section.faq {
    padding: 7rem 0; }
    @media screen and (max-width: 768px) {
      main.summer > .wrapper section.faq {
        padding: 5.6rem 0 4rem; } }
    main.summer > .wrapper section.faq .title {
      display: block;
      font-size: 1.9rem;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      width: fit-content;
      margin: 0 auto;
      padding: .8rem 0;
      border-top: 2px solid #294d40;
      border-bottom: 2px solid #294d40;
      margin-bottom: 1.8rem;
      position: relative; }
      main.summer > .wrapper section.faq .title:before {
        content: "";
        position: absolute;
        top: -2px;
        left: .9rem;
        display: block;
        width: .8rem;
        height: 2px;
        background-color: #f3f3f3; }
    main.summer > .wrapper section.faq .lead {
      font-size: 1.8rem;
      line-height: calc(32 / 18);
      font-weight: bold;
      color: #294d40;
      text-align: center;
      margin-bottom: 5.2rem;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        main.summer > .wrapper section.faq .lead {
          font-size: 1.5rem;
          margin-bottom: 4rem;
          text-align: left; } }
    main.summer > .wrapper section.faq section.qa {
      position: relative;
      margin-top: 3rem;
      overflow: hidden;
      border-radius: 2rem;
      border: 2px solid #294d40; }
      @media screen and (max-width: 768px) {
        main.summer > .wrapper section.faq section.qa {
          margin-top: 2rem; } }
      main.summer > .wrapper section.faq section.qa h3 {
        position: relative;
        background-color: #00bd79;
        display: flex;
        align-items: center;
        font-size: 1.9rem;
        line-height: 1.8;
        font-weight: 800;
        color: #fff;
        padding: 2rem 8rem 2rem 9rem; }
        @media screen and (max-width: 768px) {
          main.summer > .wrapper section.faq section.qa h3 {
            font-size: 1.6rem;
            padding: 1.6rem 4.8rem 1.6rem 7.2rem; } }
        main.summer > .wrapper section.faq section.qa h3:before {
          content: "";
          background-image: url("../images/faq/icon_q.png");
          background-size: 100% 100%;
          display: block;
          width: 5.1rem;
          height: 4.4rem;
          position: absolute;
          left: 2.4rem;
          top: 1.6rem; }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper section.faq section.qa h3:before {
              left: 1.6rem;
              width: 4.08rem;
              height: 3.52rem; } }
        main.summer > .wrapper section.faq section.qa h3:after {
          content: "";
          background-image: url("../images/faq/qa_arrow.png");
          background-size: 100% 100%;
          display: block;
          width: 2.1rem;
          height: 1.2rem;
          position: absolute;
          right: 3.2rem;
          top: calc(50% - .6rem); }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper section.faq section.qa h3:after {
              width: 1.68rem;
              height: .96rem;
              right: 1.6rem;
              top: calc(50% - .48rem); } }
        main.summer > .wrapper section.faq section.qa h3.active:after {
          transform: scale(1, -1); }
      main.summer > .wrapper section.faq section.qa .content {
        position: relative;
        border-top: none;
        display: none;
        padding: 0 3rem 2rem 9rem; }
        main.summer > .wrapper section.faq section.qa .content:before {
          content: "";
          display: block;
          height: 2rem; }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper section.faq section.qa .content:before {
              height: 1.6rem; } }
        @media screen and (max-width: 768px) {
          main.summer > .wrapper section.faq section.qa .content {
            padding: 0 1.6rem 1.6rem 7.2rem; } }
        main.summer > .wrapper section.faq section.qa .content:after {
          content: "";
          background-image: url("../images/faq/icon_a.png");
          background-size: 100% 100%;
          display: block;
          width: 5.1rem;
          height: 4.4rem;
          position: absolute;
          left: 2.4rem;
          top: 1.6rem; }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper section.faq section.qa .content:after {
              left: 1.6rem;
              width: 4.08rem;
              height: 3.52rem; } }
        main.summer > .wrapper section.faq section.qa .content p {
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500; }
          @media screen and (max-width: 768px) {
            main.summer > .wrapper section.faq section.qa .content p {
              font-size: 1.5rem; } }
main.summer > nav.cta {
  position: relative;
  margin-top: 9rem;
  background-color: #fff;
  border: 2px solid #294d40;
  border-radius: 2rem;
  padding: 4.4rem 0 5.2rem;
  margin-top: 7rem; }
  @media screen and (max-width: 768px) {
    main.summer > nav.cta {
      margin-top: 8.3rem;
      padding: 4rem 3.4rem 4.4rem; } }
  main.summer > nav.cta:before {
    content: "";
    position: absolute;
    top: 4.4rem;
    left: -2px;
    display: block;
    width: 2px;
    height: 1.5rem;
    background-color: #fff; }
  main.summer > nav.cta:after {
    content: "";
    position: absolute;
    right: 4.9rem;
    bottom: -2px;
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: #fff; }
  main.summer > nav.cta h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-bottom: 1.6rem; }
    @media screen and (max-width: 768px) {
      main.summer > nav.cta h2 {
        font-size: 2.2rem; } }
  main.summer > nav.cta .lead {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 4rem;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 768px) {
      main.summer > nav.cta .lead {
        font-size: 1.5rem;
        margin-bottom: 3rem; } }
  main.summer > nav.cta ul {
    max-width: 68rem;
    margin: 0 auto;
    display: flex;
    gap: 2rem; }
    @media screen and (max-width: 768px) {
      main.summer > nav.cta ul {
        flex-direction: column;
        gap: 1.7rem;
        max-width: 33rem; } }
    main.summer > nav.cta ul li {
      flex: 0 0 calc((100% - 2rem) / 2); }
      @media screen and (max-width: 768px) {
        main.summer > nav.cta ul li {
          flex: auto; } }
      main.summer > nav.cta ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.7rem;
        font-weight: 800;
        color: #fff;
        line-height: 1;
        height: 6rem;
        border: 2px solid #294d40;
        border-radius: 9999px;
        transition: background-color ease .3s; }
        main.summer > nav.cta ul li a::after {
          content: "";
          background-image: url("../images/common/btn_arrow.svg");
          background-size: 100% 100%;
          display: block;
          width: .6rem;
          height: 1rem;
          position: absolute;
          right: 2rem;
          top: 50%;
          transform: translateY(-50%); }
      main.summer > nav.cta ul li:nth-child(1) a {
        background-color: #f4a000; }
        main.summer > nav.cta ul li:nth-child(1) a:hover {
          background-color: #f2c178; }
      main.summer > nav.cta ul li:nth-child(2) a {
        background-color: #77dae0; }
        main.summer > nav.cta ul li:nth-child(2) a:hover {
          background-color: #b2dbdf; }
  main.summer > nav.cta dl {
    position: relative;
    max-width: 68rem;
    display: flex;
    padding: 2rem 0;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #294d40;
    border-bottom: 2px solid #294d40;
    margin: 0 auto;
    margin-top: 3.6rem; }
    @media screen and (max-width: 768px) {
      main.summer > nav.cta dl {
        display: block;
        margin-top: 3.4rem; } }
    main.summer > nav.cta dl:before {
      content: "";
      position: absolute;
      left: 1.4rem;
      top: -2px;
      display: block;
      width: 1.5rem;
      height: 2px;
      background-color: #fff; }
    main.summer > nav.cta dl dt {
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.summer > nav.cta dl dt {
          text-align: center;
          margin-bottom: 1.7rem; } }
    main.summer > nav.cta dl dd p:nth-child(1) {
      font-size: 3.4rem;
      font-family: "Rubik", sans-serif;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        main.summer > nav.cta dl dd p:nth-child(1) {
          text-align: center;
          margin-bottom: 1.4rem; } }
    main.summer > nav.cta dl dd p:nth-child(2) {
      font-size: 1.3rem;
      font-weight: 500;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        main.summer > nav.cta dl dd p:nth-child(2) {
          text-align: center; } }
  @media screen and (max-width: 768px) {
    main.summer > nav.cta {
      margin-top: 5.6rem; } }

.second-ttl {
  background-color: #00bd79;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  padding: 2rem;
  border: #294d40 2px solid;
  border-radius: 1rem;
  margin-bottom: 2.5rem; }

.third-ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: .8rem;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 2rem;
  padding-left: 2.8rem; }

.third-ttl:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 2rem;
  height: 2rem;
  border: #f4a000 5px solid;
  border-radius: 50%;
  left: 0;
  top: 0.3rem; }

.third-ttl span {
  font-size: 70%; }

.third-ttl--mdt {
  margin-top: 5rem; }

.summer p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500; }

.main-visual {
  padding-top: 5rem;
  margin-bottom: 4rem; }

.schedule {
  gap: 5rem;
  font-weight: 500; }

.schedule .center {
  text-align: center;
  margin-bottom: 3rem; }

.schedule .cau {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.schedule table {
  font-size: 1.4rem;
  line-height: 1.8;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #294d40;
  border-left: 1px solid #294d40; }

.schedule table thead th {
  background-color: #00bd79;
  color: #fff; }

.schedule table thead td {
  font-weight: 500;
  background-color: #d8ece4; }

.schedule table th {
  border-bottom: 1px solid #294d40;
  border-right: 1px solid #294d40;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle; }

.schedule table td {
  border-bottom: 1px solid #294d40;
  border-right: 1px solid #294d40;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle; }

.schedule .sat {
  color: #77dae0; }

.schedule .sun {
  color: #D64C4C; }

.schedule .base-tbl {
  font-size: 1.5rem; }

.schedule .base-tbl thead th {
  padding: 1rem; }

.schedule .base-tbl th {
  padding: 1.5rem;
  width: 20rem;
  text-align: center;
  background-color: #d8ece4; }

.schedule .base-tbl td {
  padding: 1.5rem;
  text-align: center; }

.schedule h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  color: #83ccd2; }

.elementary .schedule h4 {
  color: #f4a000; }

.schedule h4.mdt {
  margin-top: 2rem; }

.notes {
  background-color: #E8F5F6;
  font-size: 1.4rem;
  padding: 1.5rem;
  margin-top: 2rem; }

.area {
  margin-bottom: 5rem; }

.area p {
  color: #ed5c5c !important;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-size: 1.5rem; }

.area ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap; }

.area ul li {
  border: 2px solid #294d40;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  width: calc((100% - 3rem) / 4);
  cursor: pointer; }

.area ul li.current,
.area ul li:hover {
  background-color: #294d40;
  color: #fff; }

.area-ttl {
  font-size: 3.5rem;
  color: #00bd79;
  text-align: center;
  font-weight: 800;
  margin-bottom: 4rem; }

.area-class {
  background-color: #d8ece4;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  font-weight: 700;
  padding: 1rem; }

.area-class dt {
  background-color: #fff;
  color: #00bd79;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.5rem; }

.area-class dd {
  padding: 1.5rem;
  flex: 1;
  line-height: 1.4; }

.area-item {
  padding-bottom: 7rem;
  display: none; }

.area-item.current {
  display: block; }

.area-item .item:not(:last-child) {
  margin-bottom: 5rem; }

.session-price {
  padding-bottom: 6rem; }

.session-price h4 {
  background-color: #d8ece4;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  padding: 2rem;
  border: 1px solid #294d40;
  border-bottom: none; }

.session-price h4.line {
  border-top: none; }

.session-price table {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #294d40;
  border-left: 1px solid #294d40;
  font-weight: 500; }

.session-price table th {
  border-bottom: 1px solid #294d40;
  border-right: 1px solid #294d40;
  padding: 1.5rem;
  text-align: left;
  width: 30%; }

.session-price table td {
  border-bottom: 1px solid #294d40;
  border-right: 1px solid #294d40;
  padding: 1.5rem; }

.session-price .com-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  height: 6rem;
  border: 2px solid #294d40;
  border-radius: 9999px;
  transition: background-color ease .3s;
  background-color: #00bd79;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem; }

.session-price .com-btn a:after {
  content: "";
  background-image: url(../images/common/btn_arrow.svg);
  background-size: 100% 100%;
  display: block;
  width: .6rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%); }

.session-price .com-btn a:hover {
  background-color: #77d7b0; }

.area-item .other-cau {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem; }

.special-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
  margin-bottom: 3rem;
  border-top: 2px solid #294d40;
  border-bottom: 2px solid #294d40; }

.special-txt dt {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem; }

.special-txt dd span {
  color: #ed5c5c;
  font-weight: 700; }

.junior-high .area-ttl {
  color: #83ccd2; }

.junior-high .second-ttl {
  background-color: #83ccd2; }

.junior-high .area-class {
  background-color: #E8F5F6; }

.junior-high .area-class dt {
  color: #83ccd2; }

.junior-high .schedule table thead th {
  background-color: #83ccd2; }

.junior-high .schedule table thead td {
  background-color: #E8F5F6; }

.junior-high .schedule .base-tbl th {
  background-color: #E8F5F6; }

.junior-high .third-ttl::before {
  border-color: #83ccd2; }

.junior-high .session-price h4 {
  background-color: #E8F5F6; }

.elementary .area-ttl {
  color: #f4a000; }

.elementary .second-ttl {
  background-color: #f4a000; }

.elementary .area-class {
  background-color: #fff1d7; }

.elementary .area-class dt {
  color: #f4a000; }

.elementary .schedule table thead th {
  background-color: #f4a000; }

.elementary .schedule table thead td {
  background-color: #fff1d7; }

.elementary .schedule .base-tbl th {
  background-color: #fff1d7; }

.elementary .third-ttl::before {
  border-color: #f4a000; }

.elementary .session-price h4 {
  background-color: #fff1d7; }

.summer-index-txt {
  color: #ed5c5c !important;
  text-align: center;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  margin-bottom: 3rem;
  font-size: 1.5rem; }

.summer-index-btn {
  display: flex;
  gap: 4rem;
  padding-bottom: 6rem; }

.summer-index-btn li {
  flex: 1; }

.summer-index-btn li a {
  display: block;
  position: relative; }

.summer-index-btn li a:hover {
  opacity: 0.8; }

.summer-index-btn li a .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700 !important;
  color: #fff;
  padding-left: 2rem;
  font-size: 1.7rem; }

.summer-index-btn li a .txt p {
  font-weight: 700 !important;
  line-height: 1.7 !important; }

.summer-index-btn li a .txt p span {
  font-size: 120%; }

.elementary .notes {
  background-color: #fff1d7; }

@media screen and (max-width: 768px) {
  .main-visual {
    padding-top: 3rem;
    margin-bottom: 3rem; }

  .area p {
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: left; }

  .area ul li {
    width: calc((100% - 2rem) / 2); }

  .area-ttl {
    font-size: 3.3rem; }

  .schedule .base-tbl th {
    width: 11rem; }

  .schedule .base-tbl td {
    text-align: left; }

  .session-price table th {
    width: 12rem; }

  .schedule .scroll {
    overflow: auto; }

  .schedule .scroll table {
    white-space: nowrap; }

  .area-class {
    display: block; }

  .area-class dt {
    margin-bottom: 1rem; }

  .area-class dd {
    padding: 1rem; }

  .summer-index-btn {
    display: block; }

  .summer-index-btn li:not(:last-child) {
    margin-bottom: 2rem; } }
