@charset "UTF-8";
/*=================================================================================

　変数定義

=================================================================================*/
/*—————————————————————————————————————————————————————
　横幅／高さ／余白設定
—————————————————————————————————————————————————————*/
:root {
  /* 横幅【PC幅のみ】 */
  --width-side: 26rem;
  --width-contents_max: 75rem;
  --width-contents_max_l: 68.75rem;
  --width-modal_max: 90rem;
  --width-table_dt: 36%;
  --width-table_dd: 64%;
  /* 高さ【ヘッダのみ】 */
  --height-header_lg: 5.5rem;
  --height-header_mdsm: 5.5rem;
  /* グリッドシステムの余白 */
  --padding-grid_lgmd: 1.5rem;
  --padding-grid_sm: 0.8rem;
  --padding-grid-inner_lgmd: 3rem;
  --padding-grid-inner_sm: 1.6rem;
  /* コンテンツの左右余白 */
  --padding-contents-lr_lg: 3rem;
  --padding-contents-lr_mdsm: 1.6rem;
  --padding-section: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
}

/*—————————————————————————————————————————————————————
　カラー設定
—————————————————————————————————————————————————————*/
:root {
  --color-key:	#e9761e;
  --color-key_l:	#379850;
  --color-body_bg:	#FFFAF0;
  /* テキスト */
  --color-txt:	#2d503c;
  /* リンク */
  --color-link:	#e9761e;
  --color-link_hover:	rgb(193.1174089069, 94.4129554656, 18.8825910931);
  --color-link_hover_bg:	rgba(233, 118, 30, 0.08);
  /* 罫線 */
  --color-border:	#DFDFCF;
  /* ヘッダ */
  --color-header_txt:	#379850;
  --color-body_icon:	#797E81;
  --color-body_dropdown_bg:	#FFFFFF;
  --color-body_dropdown_hover:	rgb(242.25, 242.25, 242.25);
  /* サイド */
  --color-side_txt:	rgba(255, 255, 255, 0.8);
  --color-side_icon:	rgba(255, 255, 255, 0.4);
  --color-side_bg:	#2A3944;
  --color-side_hover:	rgb(32.2636363636, 43.7863636364, 52.2363636364);
  --color-side_open_bg:	rgb(36.1581818182, 49.0718181818, 58.5418181818);
  --color-side_active:	rgb(26.4218181818, 35.8581818182, 42.7781818182);
  --color-side_active_txt:	white;
  /* オーバーレイ（モーダルやドロワーの背景） */
  --color-overlay-bg:	rgba(0, 0, 0, 0.8);
  /* モーダルウィンドウのコンテンツ背景 */
  --color-modal-bg:	#FFFFFF;
  /* チャート */
  --color-chart01:	#00AAF6;
  --color-chart02:	#2EC193;
  --color-chart03:	#767CDC;
  --color-chart04:	#E97DB3;
  --color-chart05:	#E59C23;
  --color-chart06:	#00C8E1;
  --color-chart07:	#00E0B5;
  /* その他ベーシックな色 */
  --color_black:	#000000;
  --color_white:	#FFFFFF;
  --color_darkgray:	#333333;
  --color_gray:	#ACACAC;
  --color_red:	#EB2D2D;
  --color_blue:	#0059ff;
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(1.4375rem, 1.3009708738rem + 0.5825242718vw, 2rem);
  padding-bottom: clamp(1.390625rem, 1.2540958738rem + 0.5825242718vw, 1.953125rem);
  padding-left: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  padding-right: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 1024px) {
  .l-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header img {
    width: 14.02625rem;
    height: 1.171875rem;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.l-header__nav a {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .l-header__nav a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1366px) {
  .l-header__nav {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #FFFFFF;
    display: none;
    z-index: 50;
  }
  .l-header__nav.is-active {
    display: block;
  }
}
.l-header__nav img {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__nav img {
    z-index: 200;
    margin: 1.4375rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.02625rem;
    height: 1.171875rem;
  }
}
.l-header__nav .c-btn__nav--header {
  margin: 0 auto;
}
.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1366px) {
  .l-header__navList {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__navList {
    width: 100%;
    padding: 4.0625rem 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.l-header__navList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: bold;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .l-header__navList li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    color: #379850;
  }
}
.l-header__navList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__navList li a:hover {
  color: #e9761e;
}

.l-hamburger-bg {
  display: none;
  z-index: 200;
  position: fixed;
  top: 0.625rem;
  right: 1rem;
}
@media screen and (max-width: 1024px) {
  .l-hamburger-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 1.375rem;
    padding: 0.9375rem 0.8125rem;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.0784313725);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.0784313725);
  }
}

.l-footer {
  width: 100%;
}

.l-section-topMV {
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/home/fv.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .l-section-topMV {
    aspect-ratio: 9/16;
    background-image: url(../img/home/fv_sp.png);
  }
}
.l-section-topMV h1 {
  position: absolute;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
}
.l-section-topMV p {
  position: absolute;
  font-size: clamp(1.375rem, 1.0412621359rem + 1.4239482201vw, 2.75rem);
  font-weight: bold;
  top: 35%;
  left: 46.5%;
  color: #379850;
  opacity: 1;
  letter-spacing: 0px;
}
@media screen and (max-width: 1600px) {
  .l-section-topMV p {
    top: 27.5%;
    left: 46.5%;
  }
}
@media screen and (max-width: 1280px) {
  .l-section-topMV p {
    top: 18.5%;
    left: 46.5%;
  }
}
@media screen and (max-width: 991px) {
  .l-section-topMV p {
    top: 18.5%;
    left: 7.5%;
  }
}
@media screen and (max-width: 768px) {
  .l-section-topMV p {
    top: 15.5%;
    left: 7.5%;
  }
}
@media screen and (max-width: 600px) {
  .l-section-topMV p {
    top: 8.5%;
    left: 7.5%;
  }
}

.l-section-bg-about {
  position: relative;
  z-index: 0;
}
.l-section-bg-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: clamp(14.5rem, 5.4283980583rem + 38.7055016181vw, 51.875rem);
  width: clamp(24.375rem, 13.4526699029rem + 46.6019417476vw, 69.375rem);
  z-index: -1;
  background-image: url(../img/home/intro_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media screen and (max-width: 600px) {
  .l-section-bg-about::before {
    top: 3.125rem;
  }
}

.l-pageContents-about {
  padding-top: clamp(10rem, 7.8762135922rem + 9.0614886731vw, 18.75rem);
  padding-bottom: clamp(5rem, 1.0558252427rem + 16.8284789644vw, 21.25rem);
  margin-left: clamp(1.875rem, -1.6140776699rem + 14.8867313916vw, 16.25rem);
  margin-right: clamp(1.875rem, -1.6140776699rem + 14.8867313916vw, 16.25rem);
}

.l-title-about {
  padding-bottom: clamp(3rem, 2.3932038835rem + 2.5889967638vw, 5.5rem);
}
.l-title-about h2 {
  font-size: clamp(1.375rem, 1.0412621359rem + 1.4239482201vw, 2.75rem);
  color: #379850;
  opacity: 1;
  letter-spacing: 0px;
}
.l-title-about h2 .l-title-about__pc {
  display: inline;
}
.l-title-about h2 .l-title-about__lg {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-title-about h2 .l-title-about__pc {
    display: none;
  }
  .l-title-about h2 .l-title-about__lg {
    display: block;
  }
}

.l-details-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 991px) {
  .l-details-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.l-details-about p {
  font-weight: bold;
  font-size: 24px;
  line-height: 2.5;
}
@media screen and (max-width: 991px) {
  .l-details-about p {
    font-size: 1rem;
    line-height: 2;
  }
}

.l-details-about-img {
  width: clamp(13.75rem, 9.5024271845rem + 18.1229773463vw, 31.25rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .l-details-about-img {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.l-section-bg-purpose {
  position: relative;
  z-index: 0;
}
.l-section-bg-purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-image: url(../img/home/purpose_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-section-bg-purpose::after {
  content: "";
  position: absolute;
  top: -6.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: clamp(17.875rem, 1.8252427184rem + 68.4789644013vw, 84rem);
  height: 26.25rem;
  background-image: url(../img/home/purpose.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media screen and (max-width: 1480px) {
  .l-section-bg-purpose::after {
    top: -5rem;
  }
}
@media screen and (max-width: 1280px) {
  .l-section-bg-purpose::after {
    top: -3.4375rem;
  }
}
@media screen and (max-width: 991px) {
  .l-section-bg-purpose::after {
    top: -3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-section-bg-purpose::after {
    top: -2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .l-section-bg-purpose::after {
    top: -1.5rem;
  }
}

.l-pageContents-purpose {
  padding-top: clamp(5.375rem, 3.645631068rem + 7.3786407767vw, 12.5rem);
  padding-bottom: clamp(5rem, 2.572815534rem + 10.355987055vw, 15rem);
  margin: 0 clamp(2rem, -5.7063106796rem + 32.8802588997vw, 33.75rem);
}

.l-title-purpose {
  padding-bottom: clamp(2.5rem, 1.8932038835rem + 2.5889967638vw, 5rem);
  text-align: center;
}
.l-title-purpose h2 {
  font-size: clamp(1.375rem, 1.0412621359rem + 1.4239482201vw, 2.75rem);
  color: #379850;
  opacity: 1;
  letter-spacing: 0px;
}

.l-details-purpose p {
  font-weight: bold;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  opacity: 1;
  line-height: 2.41;
}
@media screen and (max-width: 768px) {
  .l-details-purpose p {
    line-height: 2.1;
  }
}

.l-spacer-img {
  width: clamp(32.5rem, 11.2621359223rem + 90.6148867314vw, 120rem);
}

.l-section-program {
  position: relative;
  z-index: 0;
}
.l-section-program::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: clamp(11.5rem, 3.2475728155rem + 35.2103559871vw, 45.5rem);
  width: clamp(24.375rem, 1.1650485437rem + 99.0291262136vw, 120rem);
  z-index: -1;
  background-image: url(../img/home/program_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.l-pageContents-program {
  padding: clamp(4rem, 3.1504854369rem + 3.6245954693vw, 7.5rem) 0;
  margin-left: clamp(2rem, -5.7063106796rem + 32.8802588997vw, 33.75rem);
  margin-right: clamp(1.9375rem, -5.7763956311rem + 32.9126213592vw, 33.71875rem);
}

.l-title-program {
  text-align: center;
  margin-bottom: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}
.l-title-program p {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6286407767rem + 0.5177993528vw, 1.25rem);
}
.l-title-program h2 {
  color: #379850;
  font-weight: 900;
  font-size: clamp(1.375rem, 1.0412621359rem + 1.4239482201vw, 2.75rem);
}

.l-details-program > ol {
  list-style: none;
  counter-reset: num;
  margin: 0;
  padding: 0;
}
.l-details-program > ol > li {
  counter-increment: num;
  padding: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem) 0;
  border-bottom: 1px solid #DFDFCF;
  position: relative;
  font-weight: bold;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .l-details-program > ol > li {
    font-size: 0.875rem;
  }
}
.l-details-program > ol > li:first-child {
  border-top: 1px solid #DFDFCF;
}
.l-details-program > ol > li::before {
  content: counter(num) ".";
  display: absolute;
  width: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  text-align: left;
  color: #e9761e;
  font-weight: 500;
  font-family: "Poppins", "sans-serif";
}
.l-details-program p {
  font-weight: 500;
  padding-top: 1.25rem;
}
@media screen and (max-width: 991px) {
  .l-details-program p {
    font-size: 0.8125rem;
  }
}

.l-details-program-content ol {
  list-style: none;
  margin: 0;
  padding-top: 1.25rem;
  counter-reset: subnum;
}
.l-details-program-content ol li {
  counter-increment: subnum;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .l-details-program-content ol li {
    font-size: 0.8125rem;
  }
}
.l-details-program-content ol li::before {
  content: counter(subnum, lower-latin) ". ";
  color: #2d503c;
  font-weight: 500;
}

.l-btn-registration {
  margin: 0 clamp(2rem, -4.4927184466rem + 27.7022653722vw, 28.75rem);
  width: auto;
  min-height: 14.0625rem;
  padding-bottom: clamp(7.5rem, 6.9083737864rem + 2.5242718447vw, 9.9375rem);
}

.l-footer-grn {
  height: auto;
  background-color: #2d503c;
  color: #FFFFFF;
}
.l-footer-grn-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(3.5rem, 2.8932038835rem + 2.5889967638vw, 6rem) clamp(2.0625rem, -1.3810679612rem + 14.6925566343vw, 16.25rem);
}
@media screen and (max-width: 991px) {
  .l-footer-grn-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer-grn .l-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.0875rem, 0.8660194175rem + 0.9449838188vw, 2rem);
}
@media screen and (max-width: 991px) {
  .l-footer-grn .l-footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2.00125rem;
    margin-bottom: 1.99875rem;
  }
}
.l-footer-grn .l-footer-logo img {
  height: clamp(1.505rem, 1.3375242718rem + 0.7145631068vw, 2.195rem);
  width: auto;
}
.l-footer-grn .l-footer-logo p {
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  .l-footer-grn .l-footer-logo p {
    font-size: 0.75rem;
  }
}
.l-footer-grn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .l-footer-grn ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}
.l-footer-grn li {
  position: relative;
}
.l-footer-grn li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #DFDFCF;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .l-footer-grn li:not(:last-child)::after {
    display: none;
  }
}

.l-footer-whit {
  background-color: #FFFFFF;
}
.l-footer-whit-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .l-footer-whit-contents {
    padding-bottom: 5.5rem;
  }
}
.l-footer-whit-contents img {
  margin-bottom: 0.5rem;
  height: 3.1875rem;
}
.l-footer-whit-contents small {
  font-size: 0.625rem;
}
@media screen and (max-width: 991px) {
  .l-footer-whit-contents small {
    font-size: 0.5625rem;
  }
}

.l-quest {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 10px 0 0 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
}
.l-quest__contents {
  padding: clamp(0.6875rem, 0.6723300971rem + 0.0647249191vw, 0.75rem) clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: clamp(0.8125rem, 0.7366504854rem + 0.3236245955vw, 1.125rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.l-quest__contents p {
  padding-right: 0.875rem;
}
@media screen and (max-width: 991px) {
  .l-quest__contents p {
    padding-right: 0;
    margin: 0 0.5rem;
  }
}

@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: #2d503c;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Noto Sans Jp", "Poppins", "sans-serif";
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #FFFAF0;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

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

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #e9761e;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.40625rem 1rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background-image: none;
  background-color: #F5F5F5;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #848484;
}

input::-moz-placeholder {
  color: #848484;
}

input::-ms-input-placeholder {
  color: #848484;
}

input:-ms-input-placeholder {
  color: #848484;
}

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #e9761e;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 2px;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #e9761e;
  border-left: 4px solid #e9761e;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  color: #1D1D1D;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: #1D1D1D;
}

.c-btn_navi {
  height: 3.25rem;
  background-color: #e9761e;
  padding: 0.8125rem 2.375rem 0.9375rem;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
}
.c-btn_navi:hover {
  background-color: #C15F15;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .c-btn_navi {
    height: auto;
    padding: 0.9375rem 6.8125rem 1.0625rem;
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .c-btn_mavi-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-hamburger {
  display: none;
  position: relative;
  width: 1.125rem;
  height: 0.875rem;
  cursor: pointer;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-hamburger.is-active span {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    width: 1.125rem;
  }
  .c-hamburger.is-active span:first-child {
    -webkit-transform: translateY(0.375rem) rotate(45deg);
            transform: translateY(0.375rem) rotate(45deg);
  }
  .c-hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:last-child {
    -webkit-transform: translateY(-0.375rem) rotate(-45deg);
            transform: translateY(-0.375rem) rotate(-45deg);
  }
}
.c-hamburger span {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background-color: #2d503c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.c-program-p1 {
  margin-bottom: clamp(2.5rem, 2.2572815534rem + 1.0355987055vw, 3.5rem);
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c-program-p1 {
    font-size: 0.875rem;
  }
}

.c-btn-pageTop {
  position: absolute;
  bottom: 2rem;
  right: 1.9375rem;
}
.c-btn-pageTop img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c-btn-pageTop img {
    width: 2.75rem;
  }
}
.c-btn-pageTop:hover {
  opacity: 0.6;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.c-btn-answer {
  color: #FFFFFF;
  background-color: #e9761e;
  padding: clamp(0.625rem, 0.5794902913rem + 0.1941747573vw, 0.8125rem) clamp(2.375rem, 2.1171116505rem + 1.1003236246vw, 3.4375rem);
  border-radius: 4px;
}
@media screen and (max-width: 380px) {
  .c-btn-answer {
    padding: 0.625rem 1.25rem;
  }
}
.c-btn-answer:hover {
  background-color: #C15F15;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.c-btn-login {
  color: #FFFFFF;
  background-color: #379850;
  padding: clamp(0.625rem, 0.5794902913rem + 0.1941747573vw, 0.8125rem) clamp(0.75rem, 0.6134708738rem + 0.5825242718vw, 1.3125rem);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-login span {
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  font-weight: normal;
  margin-right: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
}
.c-btn-login:hover {
  background-color: #266D38;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.c-btn-hover:hover {
  opacity: 0.6;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

/* ====================================================

　　ヘルパー
　　　1.余白
　　　2.デバイス別 表示・非表示
　　　3.行揃え

==================================================== */
/*-————————————————————————————————————————————————————
　余白
-————————————————————————————————————————————————————*/
.hp_mt {
  display: block;
}
.hp_mt__xl {
  margin-top: 8rem !important;
}
@media screen and (max-width: 991px) {
  .hp_mt__xl {
    margin-top: 12rem !important;
  }
}
.hp_mt__l {
  margin-top: 4rem !important;
}
@media screen and (max-width: 991px) {
  .hp_mt__l {
    margin-top: 6.4rem !important;
  }
}
.hp_mt__m {
  margin-top: 4rem !important;
}
@media screen and (max-width: 991px) {
  .hp_mt__m {
    margin-top: 4.8rem !important;
  }
}
.hp_mt__s {
  margin-top: 1.6rem !important;
}
@media screen and (max-width: 991px) {
  .hp_mt__s {
    margin-top: 2.4rem !important;
  }
}
.hp_mt__ss {
  margin-top: 0.8rem !important;
}
@media screen and (max-width: 991px) {
  .hp_mt__ss {
    margin-top: 1.6rem !important;
  }
}

/*-————————————————————————————————————————————————————
　デバイス別 表示・非表示
-————————————————————————————————————————————————————*/
@media screen and (max-width: 991px) {
  .hp_hide__lg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_hide__lgmd {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_hide__lgmd {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_hide__md {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_hide__md {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hp_hide__mdsm {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_hide__mdsm {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_hide__mdsm {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hp_hide__sm {
    display: none !important;
  }
}

/*-————————————————————————————————————————————————————
　行揃え 中央
-————————————————————————————————————————————————————*/
@media screen and (max-width: 991px) {
  .hp_textAlign__lgCenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_textAlign__lgmdCenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_textAlign__lgmdCenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_textAlign__mdCenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_textAlign__mdCenter {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .hp_textAlign__mdsm {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .hp_textAlign__mdsm {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  .hp_textAlign__mdsm {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  .hp_textAlign__sm {
    text-align: center !important;
  }
}
.hp_textAlign__all {
  text-align: center !important;
}
.hp_textAlign__allCenter {
  text-align: center !important;
}

/*-————————————————————————————————————————————————————
　文字装飾
-————————————————————————————————————————————————————*/
.hp_txt_og {
  color: #e9761e;
}/*# sourceMappingURL=style.css.map */