@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: unset;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=radio] {
  margin: 0;
}

* {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 1px;
  /* 代替フォントの指定 */
  unicode-range: U+000-5FF;
  srce: local("Roboto"), url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lbBP.woff2") format("woff2");
}

main {
  background: white;
}

@media (max-width: 767px) {
  a[href="tel:000-0000-0000"] {
    text-decoration: underline;
  }
}

img {
  width: 100%;
  height: auto;
}

h1, h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h1, h2 {
    font-size: 36px;
  }
}

.lh_1_5 {
  line-height: 1.5;
}

.capitalize {
  text-transform: capitalize;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb1_5 {
  margin-bottom: 1.5rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb5 {
  margin-bottom: 5rem;
}

@media (max-width: 575px) {
  .mb2_sp575 {
    margin-bottom: 2rem;
  }
}

.mt05 {
  margin-top: 0.5rem;
}

.mi_auto {
  margin-inline: auto;
}

@media (max-width: 575px) {
  .mt05_sp575 {
    margin-top: 0.5rem;
  }
}

.child_mb1 > * {
  margin-bottom: 1rem;
}

.p_inline1 {
  padding-inline: 1rem;
}

.p_block05 {
  padding-block: 0.5rem;
}

.p_block1 {
  padding-block: 1rem;
}

.p_inline05 {
  padding-inline: 0.5rem;
}

.pb05 {
  padding-bottom: 0.5rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt5 {
  padding-top: 5rem;
}

.pt7 {
  padding-top: 7rem;
}

.pl1 {
  padding-left: 1rem;
}

.clr_red {
  color: #C90000;
}

.clr_light_red {
  color: #FF0000;
}

.clr_white {
  color: white;
}

.clr_blu {
  color: #294A99;
}

.child_clr_blu * {
  color: #294A99;
}

.basic_text, .bacic_text > span {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.txt_cen {
  text-align: center;
}

.child_txt_cen * {
  text-align: center;
}

.flex {
  display: flex;
  gap: 3%;
}

.flex_clm {
  flex-direction: column;
}

.jf_cen {
  justify-content: center;
}

.jf_end {
  justify-content: flex-end;
}

.ali_cen {
  align-items: center;
}

.ali_end {
  align-items: flex-end;
}

.block {
  display: block;
}

@media (max-width: 575px) {
  .block_sp575 {
    display: block;
  }
}

@media (max-width: 767px) {
  .inline_sp767 {
    display: inline;
  }
}

.w15 {
  width: 15%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

@media (max-width: 767px) {
  .wsp100 {
    width: 100%;
  }
}

#to_top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 2rem;
  right: 1rem;
  width: 65px;
  height: 65px;
  background: rgba(178, 178, 178, 0.5);
  border-radius: 100%;
  z-index: 2;
}
#to_top * {
  color: #294A99;
}
#to_top p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-bottom: 0.2rem;
}
#to_top p:last-child {
  text-align: center;
  text-transform: uppercase;
}

.btn {
  font-size: 22px;
  display: flex;
  width: 350px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  box-shadow: 0px 10px 10px 0px #cccccc;
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    width: 320px;
    height: 70px;
  }
}

.line {
  display: block;
  width: 50%;
  margin-inline: auto;
  height: 3px;
  background: rgba(112, 112, 112, 0.2117647059);
}

#page_index #header_menu_wrapper #nav {
  width: min(100%, 2000px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav {
    background: rgba(0, 0, 0, 0.3137254902);
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#page_index #header_menu_wrapper #nav ul {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul {
    flex-direction: column;
    justify-content: unset;
    width: 60vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100vw;
    background: white;
    transition: all 0.3s;
    gap: 2%;
  }
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul {
    width: 100vw;
    gap: 1%;
  }
}
#page_index #header_menu_wrapper #nav ul .header_logo_wrapper {
  display: none;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul .header_logo_wrapper {
    display: flex;
    margin: 1rem 0 2rem 1rem;
    width: 120px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul .header_logo_wrapper {
    margin: 2rem 0 2rem 2rem;
    width: 100px;
  }
}
#page_index #header_menu_wrapper #nav ul .header_logo_wrapper > a {
  display: none;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul .header_logo_wrapper > a {
    position: absolute;
    top: 1rem;
    right: 12.5vw;
    display: block;
  }
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul .header_logo_wrapper > a {
    top: 1.6rem;
    right: 30vw;
  }
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul li {
    margin: 1rem 0 0 1rem;
  }
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul li {
    margin-left: 2rem;
  }
}
#page_index #header_menu_wrapper #nav ul li a {
  color: white;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1219px) {
  #page_index #header_menu_wrapper #nav ul li a {
    font-size: min(1.5vw, 0.9rem);
  }
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul li a {
    color: #294A99;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page_index #header_menu_wrapper #nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 0.7px;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  background: white;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul li a::after {
    background: #213e80;
  }
}
#page_index #header_menu_wrapper #nav ul li a:hover {
  color: rgb(240, 240, 240);
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #nav ul li a:hover {
    color: #213e80;
  }
}
#page_index #header_menu_wrapper #nav ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: top left;
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul li:first-of-type {
    margin-top: 3rem;
  }
}
#page_index #header_menu_wrapper #nav ul #hmb_contact {
  display: none;
  margin-inline: auto;
  margin-top: 3rem;
  width: 70%;
  padding: 1.5rem;
  border: solid 1.5px #D96B31;
}
@media (max-width: 575px) {
  #page_index #header_menu_wrapper #nav ul #hmb_contact {
    margin-top: 2rem;
  }
}
#page_index #header_menu_wrapper #nav ul #hmb_contact * {
  color: #213e80;
}
#page_index #header_menu_wrapper #nav ul #hmb_contact > p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-family: "M PLUS 1p";
  font-weight: 400;
}
#page_index #header_menu_wrapper #nav ul #hmb_contact > p span {
  font-family: "M PLUS 1p";
  font-weight: 400;
  margin-left: 1rem;
}
#page_index #header_menu_wrapper #nav ul #hmb_contact > div {
  display: flex;
  justify-content: center;
}
#page_index #header_menu_wrapper #nav ul #hmb_contact > div a {
  font-size: 30px;
}
#page_index #header_menu_wrapper #hamburger_menu {
  display: none;
}
@media (max-width: 767px) {
  #page_index #header_menu_wrapper #hamburger_menu {
    display: flex;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1rem;
    align-items: center;
  }
  #page_index #header_menu_wrapper #hamburger_menu .menu_toggle {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: white;
  }
  #page_index #header_menu_wrapper #hamburger_menu .menu_toggle > span {
    width: 35px;
    height: 2px;
    background: #D96B31;
    border-radius: 2px;
    position: relative;
  }
  #page_index #header_menu_wrapper #hamburger_menu .menu_toggle > span::before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: #D96B31;
    transition: all 0.3s;
    bottom: 8px;
  }
  #page_index #header_menu_wrapper #hamburger_menu .menu_toggle > span::after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    background: #D96B31;
    transition: all 0.3s;
    top: 8px;
  }
}

header {
  width: 100%;
  height: 100px;
  background: #D96B31;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    height: 85px;
  }
}
@media (max-width: 575px) {
  header {
    height: 65px;
  }
}
header #hamburger_toggle {
  display: none;
}
header #hamburger_toggle:checked ~ #header_wrapper #hamburger_menu .menu_toggle span {
  z-index: 1;
  background: rgba(255, 255, 255, 0);
}
header #hamburger_toggle:checked ~ #header_wrapper #hamburger_menu .menu_toggle span::before {
  bottom: 0;
  transform: rotate(225deg);
}
header #hamburger_toggle:checked ~ #header_wrapper #hamburger_menu .menu_toggle span::after {
  top: 0;
  transform: rotate(-225deg);
}
header #header_wrapper {
  position: relative;
  width: 85%;
}
@media (max-width: 767px) {
  header #header_wrapper {
    position: unset;
  }
}
@media (max-width: 575px) {
  header #header_wrapper {
    width: 90%;
  }
}
header #header_wrapper .header_logo_wrapper {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  padding-bottom: 0.7rem;
}
@media (max-width: 767px) {
  header #header_wrapper .header_logo_wrapper {
    padding-bottom: 0;
    margin: 0;
    margin-left: 1rem;
    justify-content: flex-start;
  }
}
header #header_wrapper .header_logo_wrapper > a {
  width: 130px;
}
header #header_wrapper .header_logo_wrapper > a img {
  width: 100%;
  height: auto;
}
header #header_wrapper #insta_logo {
  width: 25px;
  position: absolute;
  top: 0;
  right: 30%;
}
@media (max-width: 767px) {
  header #header_wrapper #insta_logo {
    right: unset;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  header #header_wrapper #insta_logo {
    left: 13rem;
  }
}
@media (max-width: 499px) {
  header #header_wrapper #insta_logo {
    left: 11.5rem;
  }
}
header #header_wrapper #insta_logo img {
  width: 100%;
  height: auto;
}

#page_contact header, #page_contact_check header, #page_contact_complete header {
  height: 100px;
}
@media (max-width: 575px) {
  #page_contact header, #page_contact_check header, #page_contact_complete header {
    height: 65px;
  }
}
@media (max-width: 575px) {
  #page_contact header #header_wrapper, #page_contact_check header #header_wrapper, #page_contact_complete header #header_wrapper {
    display: flex;
    justify-content: center;
  }
}
#page_contact header #header_wrapper .header_logo_wrapper, #page_contact_check header #header_wrapper .header_logo_wrapper, #page_contact_complete header #header_wrapper .header_logo_wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #page_contact header #header_wrapper .header_logo_wrapper, #page_contact_check header #header_wrapper .header_logo_wrapper, #page_contact_complete header #header_wrapper .header_logo_wrapper {
    margin-left: 0;
  }
}
#page_contact header #header_wrapper #header_menu_wrapper, #page_contact_check header #header_wrapper #header_menu_wrapper, #page_contact_complete header #header_wrapper #header_menu_wrapper {
  display: none;
}

main #top_container {
  margin-top: 100px;
  width: min(80%, 2000px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  main #top_container {
    margin-top: 85px;
  }
}
@media (max-width: 575px) {
  main #top_container {
    margin-top: 65px;
    width: 90%;
  }
}
main #top_container .bg_yellow {
  background: #F8E600;
}
main #top_container .bg_light_pink {
  background: #E8D9DE;
}
main #top_container .bg_green {
  background: #8C9670;
}
main #top_container .bg_grey {
  background: #C6CDCA;
}
main #top_container .bg_light_blue {
  background: #D4EAF1;
}
main #top_container #main_slide {
  width: min(80%, 1700px);
  margin-inline: auto;
}
@media (max-width: 575px) {
  main #top_container #main_slide {
    width: 100%;
  }
}
main #top_container #main_slide .swiper {
  width: 90%;
}
@media (max-width: 575px) {
  main #top_container #main_slide .swiper {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
main #top_container #main_slide .swiper .swiper-scrollbar {
  display: none;
}
main #top_container #main_slide #about_athlete {
  font-family: "M PLUS 1p";
  font-weight: 400;
}
main #top_container #main_slide #h1_wapper h1 {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  main #top_container #main_slide #h1_wapper h1 {
    font-size: 3.6vw;
  }
}
@media (max-width: 575px) {
  main #top_container #main_slide #h1_wapper h1 {
    font-size: max(4.5vw, 23px);
  }
}
main #top_container #main_slide #h1_wapper h1::before {
  content: "\\";
  position: absolute;
  top: 0;
  left: -2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1759px) {
  main #top_container #main_slide #h1_wapper h1::before {
    top: 1.7vw;
    left: -2vw;
  }
}
@media (max-width: 1449px) {
  main #top_container #main_slide #h1_wapper h1::before {
    top: 1.5rem;
  }
}
@media (max-width: 767px) {
  main #top_container #main_slide #h1_wapper h1::before {
    top: 0.7rem;
    left: -2.5rem;
    font-size: 3rem;
    font-family: "M PLUS 1p";
    font-weight: 100;
  }
}
@media (max-width: 499px) {
  main #top_container #main_slide #h1_wapper h1::before {
    top: 1.3rem;
    left: -1.2rem;
  }
}
main #top_container #main_slide #h1_wapper h1::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1759px) {
  main #top_container #main_slide #h1_wapper h1::after {
    top: 1.5vw;
    right: -1.5vw;
  }
}
@media (max-width: 1449px) {
  main #top_container #main_slide #h1_wapper h1::after {
    top: 2vw;
    right: -0.5vw;
  }
}
@media (max-width: 767px) {
  main #top_container #main_slide #h1_wapper h1::after {
    top: 0.5rem;
    right: -1.5rem;
    font-size: 3rem;
    font-family: "M PLUS 1p";
    font-weight: 100;
  }
}
@media (max-width: 499px) {
  main #top_container #main_slide #h1_wapper h1::after {
    top: 1rem;
    font-size: 3.5rem;
  }
}
@media (max-width: 499px) {
  main #top_container #main_slide #h1_wapper h1.h1_pc {
    display: none;
  }
}
@media (max-width: 1759px) {
  main #top_container #main_slide #h1_wapper h1.h1_pc span {
    display: block;
    margin-top: 0.5rem;
  }
}
@media (min-width: 500px) {
  main #top_container #main_slide #h1_wapper h1.h1_sp {
    display: none;
  }
}
main #top_container #main_slide #h1_wapper h1.h1_sp span {
  display: block;
  margin-top: 0.5rem;
}
main #top_container #main_slide #right_training {
  width: 70%;
  margin-inline: auto;
}
@media (max-width: 575px) {
  main #top_container #main_slide #right_training {
    width: 90%;
  }
}
main #top_container #main_slide #right_training span {
  color: #FF0000;
}
main #top_container #main_slide #free_trial {
  width: 90%;
  margin-inline: auto;
}
main #top_container #main_slide #free_trial > p {
  font-size: 32px;
}
@media (max-width: 575px) {
  main #top_container #main_slide #free_trial > p {
    font-size: 26px;
  }
}
main #top_container #main_slide #free_trial > div {
  display: flex;
  justify-content: center;
}
main #top_container #main_slide #free_trial > div a {
  background: #E8AC3C;
}
@media (min-width: 768px) {
  main #top_container #main_slide #free_trial > div a:hover {
    background: #cf9936;
    color: rgb(231, 231, 231);
  }
}
main #top_container #grow {
  width: min(90%, 2000px);
  margin-inline: auto;
  margin-bottom: 1rem;
  box-shadow: 0px 10px 10px 0px #cccccc;
  background: #EBC6AD;
}
@media (max-width: 1979px) {
  main #top_container #grow {
    width: min(100vw, 2000px);
    margin-inline: calc(50% - 50vw);
  }
}
main #top_container #grow #grow_wrapper {
  width: min(80%, 1700px);
  margin-inline: auto;
}
main #top_container #grow #grow_wrapper > div:first-child {
  display: flex;
  justify-content: center;
}
main #top_container #grow #grow_wrapper > div:first-child h2 {
  display: inline-flex;
  border-bottom: solid 1px;
  padding-bottom: 0.5rem;
}
@media (max-width: 929px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 {
    font-size: 5vw;
    border-bottom: unset;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
main #top_container #grow #grow_wrapper > div:first-child h2 > span:first-child {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:first-child {
    border-bottom: solid 1px;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:first-child {
    margin-bottom: 0;
  }
}
main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child {
    border-bottom: solid 1px;
    padding-bottom: 0.5rem;
    margin-left: 3rem;
    height: 50px;
  }
}
@media (max-width: 575px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child {
    font-size: 1.2rem;
    height: 30px;
    margin-left: 2.4rem;
    white-space: nowrap;
  }
}
main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child span:first-child {
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  background: #DFE14E;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  transform: rotate(15deg);
  color: white;
}
@media (max-width: 575px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child span:first-child {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
    margin-left: 0.4rem;
    margin-right: 0.2rem;
  }
}
main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child span:last-child {
  transform: rotate(15deg);
  font-size: 3.5rem;
}
@media (max-width: 929px) {
  main #top_container #grow #grow_wrapper > div:first-child h2 > span:last-child span:last-child {
    font-size: 6vw;
  }
}
main #top_container #grow #grow_wrapper > #grow3 {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  main #top_container #grow #grow_wrapper > #grow3 {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  main #top_container #grow #grow_wrapper > #grow3 > div {
    width: 80%;
    margin-inline: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > #grow3 > div {
    width: 100%;
  }
}
main #top_container #grow #grow_wrapper > #grow3 > div .grow_point {
  width: 100%;
  padding-block: 1.5rem;
  border: solid 2px white;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
main #top_container #grow #grow_wrapper > #grow3 > div .grow_point .grow_title {
  padding: 0.5rem 0.7rem;
  display: inline-block;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
main #top_container #grow #grow_wrapper > #grow3 > div #grow_point1 {
  background: #057201;
}
main #top_container #grow #grow_wrapper > #grow3 > div #grow_point1 span {
  display: block;
  margin-top: 0.5rem;
}
main #top_container #grow #grow_wrapper > #grow3 > div #grow_point2 {
  background: #DFE14E;
  line-height: 2.5rem;
}
main #top_container #grow #grow_wrapper > #grow3 > div #grow_point3 {
  background: #294A99;
  line-height: 2.5rem;
}
main #top_container #grow #grow_wrapper > #grow3 > div .arrow {
  width: min(10%, 2rem);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
main #top_container #grow #grow_wrapper > #grow3 > div .arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -24px;
}
main #top_container #grow #grow_wrapper > #grow3 > div > .goal {
  padding-block: 2rem;
  background: white;
  font-size: 24px;
  color: #FF0000;
}
@media (max-width: 575px) and (max-width: 767px) {
  main #top_container #grow #grow_wrapper > #grow3 > div > .goal {
    font-size: 26px;
  }
}
main #top_container #grow #grow_wrapper > #grow3 > div #goal1, main #top_container #grow #grow_wrapper > #grow3 > div #goal3 {
  line-height: 3rem;
}
main #top_container #grow #grow_wrapper > #grow3 > div #goal2 {
  font-size: 21px;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > #grow3 > div #goal2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  main #top_container #grow #grow_wrapper > #grow3 > div #goal2 {
    font-size: 22px;
  }
}
main #top_container #grow #grow_wrapper > #grow3 > div #goal2 span {
  display: block;
  margin-top: 0.5rem;
}
main #top_container #grow #grow_wrapper > #grow3 > div > div:last-of-type {
  width: 100%;
}
main #top_container #grow #grow_wrapper > #grow3 > div:last-child {
  margin-bottom: 0;
}
main #top_container #grow #grow_wrapper > #offer_text {
  font-size: 40px;
}
@media (max-width: 1149px) {
  main #top_container #grow #grow_wrapper > #offer_text {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > #offer_text {
    font-size: max(5vw, 22px);
  }
}
@media (max-width: 767px) {
  main #top_container #grow #grow_wrapper > #offer_text span {
    display: block;
    margin-top: 0.5rem;
  }
}
main #top_container #feature {
  width: min(90%, 2000px);
  margin-inline: auto;
  margin-bottom: 1rem;
  padding: 3rem 0;
  box-shadow: 0px 10px 10px 0px #cccccc;
  background: #EBC6AD;
  position: relative;
}
@media (max-width: 1979px) {
  main #top_container #feature {
    width: min(100vw, 2000px);
    margin-inline: calc(50% - 50vw);
  }
}
main #top_container #feature::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 80px;
  background: white;
}
@media (max-width: 1800px) {
  main #top_container #feature::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1169px) {
  main #top_container #feature::after {
    height: 75px;
  }
}
@media (max-width: 991px) {
  main #top_container #feature::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  main #top_container #feature::after {
    height: 70px;
  }
}
@media (max-width: 575px) {
  main #top_container #feature::after {
    height: 65px;
  }
}
main #top_container #feature #feature_wrapper {
  width: min(80%, 1700px);
  margin-inline: auto;
  position: relative;
}
main #top_container #feature #feature_wrapper .h2wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  main #top_container #feature #feature_wrapper .h2wrapper h2 {
    width: 70%;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper .h2wrapper h2 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  main #top_container #feature #feature_wrapper .h2wrapper p {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px white;
  }
}
main #top_container #feature #feature_wrapper #charange_wrapper {
  border-bottom: solid 1px white;
}
@media (max-width: 767px) {
  main #top_container #feature #feature_wrapper #charange_wrapper {
    justify-content: center;
    text-align: center;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper #charange_wrapper {
    text-align: start;
    line-height: 1.5rem;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper #charange_wrapper #text1 {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
main #top_container #feature #feature_wrapper #charange_wrapper p:last-child {
  font-size: 22px;
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper #charange_wrapper p:last-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main #top_container #feature #feature_wrapper .features5 {
    flex-direction: column;
  }
}
main #top_container #feature #feature_wrapper .feature_detail {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  main #top_container #feature #feature_wrapper .feature_detail {
    flex-direction: column;
    width: 80%;
    margin-inline: auto;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper .feature_detail {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child {
    width: 100%;
  }
}
main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:first-child {
  border-bottom: solid 1px #294A99;
}
main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
  font-size: 0.9rem;
  border-radius: 10px;
  height: 70%;
  line-height: 1.1rem;
}
@media (max-width: 2000px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    line-height: 1vw;
  }
}
@media (max-width: 1809px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    font-size: max(0.9vw, 0.8rem);
    line-height: 1.2vw;
    height: 72%;
  }
}
@media (max-width: 1699px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    font-size: max(0.9vw, 0.8rem);
    line-height: 1vw;
    height: 65%;
  }
}
@media (max-width: 1299px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    height: 125px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
    line-height: 1.3rem;
    font-size: 1rem;
    padding-block: 2vw;
  }
}
@media (max-width: 991px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    font-size: max(1.5vw, 0.9rem);
    padding-block: 1vw;
  }
}
@media (max-width: 767px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    font-size: 1rem;
    padding-block: 1rem;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper .feature_detail > div:first-child > p:last-child {
    height: 160px;
  }
}
main #top_container #feature #feature_wrapper .feature_detail > div:last-child {
  width: 100%;
}
main #top_container #feature #feature_wrapper #feature_5th {
  width: 53%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main #top_container #feature #feature_wrapper #feature_5th {
    width: 80%;
  }
}
@media (max-width: 575px) {
  main #top_container #feature #feature_wrapper #feature_5th {
    width: 100%;
  }
}
main #top_container #introduce {
  width: min(90%, 2000px);
  margin-inline: auto;
  margin-bottom: 1rem;
  box-shadow: 0px 10px 10px 0px #cccccc;
  background: #EBC6AD;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (max-width: 1979px) {
  main #top_container #introduce {
    width: min(100vw, 2000px);
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 575px) {
  main #top_container #introduce {
    padding-top: 3rem;
  }
}
main #top_container #introduce::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 80px;
  background: white;
}
@media (max-width: 1800px) {
  main #top_container #introduce::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1169px) {
  main #top_container #introduce::after {
    height: 75px;
  }
}
@media (max-width: 991px) {
  main #top_container #introduce::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce::after {
    height: 70px;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce::after {
    height: 65px;
  }
}
main #top_container #introduce #introduce_wrapper {
  width: min(80%, 1700px);
  margin-inline: auto;
  position: relative;
}
main #top_container #introduce #introduce_wrapper .h2wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  main #top_container #introduce #introduce_wrapper .h2wrapper h2 {
    width: 60%;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper .h2wrapper h2 {
    width: 200px;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper .h2wrapper p {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px white;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper .h2wrapper p {
    display: block;
    width: 100%;
    text-align: end;
  }
}
main #top_container #introduce #introduce_wrapper #support_wrapper {
  border-bottom: solid 1px white;
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #support_wrapper {
    justify-content: center;
    text-align: center;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper #support_wrapper {
    text-align: start;
    line-height: 1.5rem;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper #support_wrapper > div p:first-child {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
main #top_container #introduce #introduce_wrapper #support_wrapper > div p:last-child {
  font-size: 22px;
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper #support_wrapper > div p:last-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents {
    width: 100%;
    margin-bottom: 2rem;
  }
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type {
  font-size: 30px;
  border-bottom: solid 1px white;
  white-space: nowrap;
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span {
  font-size: 32px;
  text-transform: capitalize;
  position: relative;
  margin-left: 0.5rem;
  display: inline-block;
  width: 90%;
}
@media (max-width: 1219px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span {
    font-size: 22px;
  }
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span span {
  margin-left: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1219px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span span {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type > span span {
    font-size: 0.7rem;
    margin-left: 0.5rem;
  }
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type #profile_contents_left {
  background: rgba(207, 255, 203, 0.5019607843);
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents > p:first-of-type #profile_contents_right {
  background: rgba(255, 255, 136, 0.4745098039);
}
main #top_container #introduce #introduce_wrapper #introduce_contents > .profile_contents:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main #top_container #introduce #introduce_wrapper #introduce_contents > #profile_detail {
    width: 100%;
  }
}
main #top_container #QA {
  width: min(90%, 2000px);
  margin-inline: auto;
  box-shadow: 0px 10px 10px 0px #cccccc;
  background: #EBC6AD;
  position: relative;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
@media (max-width: 1979px) {
  main #top_container #QA {
    width: min(100vw, 2000px);
    margin-inline: calc(50% - 50vw);
  }
}
@media (max-width: 575px) {
  main #top_container #QA {
    padding-top: 3rem;
  }
}
main #top_container #QA::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 80px;
  background: white;
}
@media (max-width: 1800px) {
  main #top_container #QA::after {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1169px) {
  main #top_container #QA::after {
    height: 75px;
  }
}
@media (max-width: 991px) {
  main #top_container #QA::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  main #top_container #QA::after {
    height: 70px;
  }
}
@media (max-width: 575px) {
  main #top_container #QA::after {
    height: 65px;
  }
}
main #top_container #QA #qa_wrapper {
  width: min(80%, 1700px);
  margin-inline: auto;
  position: relative;
}
main #top_container #QA #qa_wrapper .h2wrapper {
  position: relative;
  z-index: 1;
}
main #top_container #QA #qa_wrapper .h2wrapper h2 {
  width: 17%;
}
@media (max-width: 991px) {
  main #top_container #QA #qa_wrapper .h2wrapper h2 {
    width: 33%;
  }
}
@media (max-width: 575px) {
  main #top_container #QA #qa_wrapper .h2wrapper h2 {
    width: 110px;
  }
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper .h2wrapper p {
    padding-bottom: 0.5rem;
    border-bottom: solid 1px white;
  }
}
main #top_container #QA #qa_wrapper #resolve_wrapper {
  border-bottom: solid 1px white;
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper #resolve_wrapper {
    justify-content: center;
    text-align: center;
    border-bottom: none;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  main #top_container #QA #qa_wrapper #resolve_wrapper {
    text-align: start;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  main #top_container #QA #qa_wrapper #resolve_wrapper > div p:first-child {
    white-space: nowrap;
    font-size: 0.8rem;
  }
}
main #top_container #QA #qa_wrapper #resolve_wrapper > div p:last-child {
  font-size: 22px;
}
@media (max-width: 575px) {
  main #top_container #QA #qa_wrapper #resolve_wrapper > div p:last-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper #faq_wrapper {
    width: 90%;
  }
}
@media (max-width: 575px) {
  main #top_container #QA #qa_wrapper #faq_wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main #top_container #QA #qa_wrapper #faq_wrapper .question, main #top_container #QA #qa_wrapper #faq_wrapper .answer {
  padding: 0 1.5rem 1rem 2.5rem;
  border-bottom: solid 1.5px #2984BB;
  font-size: min(2vw, 1rem);
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper #faq_wrapper .question, main #top_container #QA #qa_wrapper #faq_wrapper .answer {
    font-size: max(1vw, 1rem);
  }
}
main #top_container #QA #qa_wrapper #faq_wrapper .question {
  position: relative;
  cursor: pointer;
}
main #top_container #QA #qa_wrapper #faq_wrapper .question::before {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "凸版文久ゴシック";
  height: 100%;
  display: flex;
  font-size: min(2.5vw, 1.5rem);
  content: "q";
  color: #00BBFF;
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper #faq_wrapper .question::before {
    font-size: 1.5rem;
  }
}
main #top_container #QA #qa_wrapper #faq_wrapper .question span {
  color: #00BBFF;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  transition: all 0.3s;
  pointer-events: none;
  font-size: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 400;
}
main #top_container #QA #qa_wrapper #faq_wrapper .question:last-of-type {
  margin-bottom: 1rem;
}
main #top_container #QA #qa_wrapper #faq_wrapper .answer_wrapper {
  transition: max-height 0.2s;
  overflow: hidden;
  max-height: 0;
}
main #top_container #QA #qa_wrapper #faq_wrapper .answer_wrapper .answer {
  position: relative;
}
main #top_container #QA #qa_wrapper #faq_wrapper .answer_wrapper .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "凸版文久ゴシック";
  height: 100%;
  display: flex;
  font-size: min(2.5vw, 1.5rem);
  content: "a";
  color: #FF8114;
}
@media (max-width: 767px) {
  main #top_container #QA #qa_wrapper #faq_wrapper .answer_wrapper .answer::before {
    font-size: 1.5rem;
  }
}
main #top_container #QA #qa_wrapper #faq_wrapper .is_open {
  max-height: var(--max-height);
}
main #top_container #lesson {
  width: min(90%, 1500px);
  margin-inline: auto;
  padding-block: 7rem;
}
@media (max-width: 575px) {
  main #top_container #lesson {
    padding-block: 5rem;
  }
}
main #top_container #lesson > div {
  background: #D96B31;
  padding-top: 3rem;
  padding-bottom: 5rem;
  border-radius: 15px;
  box-shadow: 0px 10px 10px 0px #cccccc;
}
@media (max-width: 575px) {
  main #top_container #lesson > div {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
main #top_container #lesson > div h2 {
  padding-block: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  main #top_container #lesson > div h2 {
    margin-bottom: 0;
  }
}
main #top_container #lesson > div h2 span {
  font-size: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 500;
}
main #top_container #lesson > div > div {
  width: 40%;
  margin-inline: auto;
}
@media (max-width: 1509px) {
  main #top_container #lesson > div > div {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  main #top_container #lesson > div > div {
    width: 60%;
  }
}
@media (max-width: 1059px) {
  main #top_container #lesson > div > div {
    width: 75%;
  }
}
@media (max-width: 767px) {
  main #top_container #lesson > div > div {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div {
    width: 75%;
  }
}
main #top_container #lesson > div > div > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  main #top_container #lesson > div > div > div {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div {
    flex-direction: column;
    align-items: center;
  }
}
main #top_container #lesson > div > div > div:nth-child(2) {
  display: block;
}
main #top_container #lesson > div > div > div:nth-child(4) {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div > p.menu_title {
    width: 60% !important;
    margin-inline: auto;
    text-align: start !important;
  }
}
@media (max-width: 449px) {
  main #top_container #lesson > div > div > div > p.menu_title {
    width: 85% !important;
  }
}
main #top_container #lesson > div > div > div p:first-child {
  font-size: 20px;
  color: #F8E600;
}
@media (max-width: 789px) {
  main #top_container #lesson > div > div > div p:first-child {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  main #top_container #lesson > div > div > div p:first-child {
    font-size: 1rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div p:first-child {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 789px) {
  main #top_container #lesson > div > div > div p:first-child span {
    display: block;
  }
}
@media (max-width: 539px) {
  main #top_container #lesson > div > div > div p:first-child span {
    display: block;
  }
}
main #top_container #lesson > div > div > div p:nth-child(2) {
  font-size: 20px;
}
@media (max-width: 767px) {
  main #top_container #lesson > div > div > div p:nth-child(2) {
    font-size: 1rem;
    width: 50%;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div p:nth-child(2) {
    text-align: center;
  }
}
main #top_container #lesson > div > div > div p:nth-child(2) span {
  display: block;
  margin: 0;
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div p:nth-child(2) span {
    text-align: start;
  }
}
main #top_container #lesson > div > div > div p:nth-child(2) span:nth-child(2) {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  main #top_container #lesson > div > div > div p:nth-child(2) span:nth-child(2) {
    margin-block: 0.3rem;
  }
}
main #top_container #lesson > div > div > div .detail_lesson {
  font-size: 0.9rem !important;
  color: black !important;
  padding-left: 1rem;
  line-height: 1.5 !important;
  width: 100% !important;
}
@media (max-width: 575px) {
  main #top_container #lesson > div > div > div .detail_lesson {
    font-size: 0.7rem !important;
    text-indent: -0.9rem;
    width: 50% !important;
    text-align: start !important;
    margin-inline: auto;
  }
}
@media (max-width: 449px) {
  main #top_container #lesson > div > div > div .detail_lesson {
    width: 78% !important;
  }
}
main #top_container #lesson > div > div > div .detail_lesson > span {
  display: block;
}
main #top_container #lesson > div > dl {
  width: 75%;
  margin-inline: auto;
  border-radius: 10px;
  background: white;
}
main #top_container #lesson > div > dl > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 939px) {
  main #top_container #lesson > div > dl > div {
    width: 85%;
  }
}
@media (max-width: 767px) {
  main #top_container #lesson > div > dl > div {
    width: 90%;
  }
}
main #top_container #lesson > div > dl > div > dd:first-child {
  font-size: 0.9rem;
  line-height: 1.5;
  text-transform: capitalize;
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 1rem;
}
main #top_container #lesson > div > dl > div > dd:first-child a {
  text-decoration: underline;
  color: rgb(0, 0, 179);
}
main #top_container #lesson > div > dl > div > dd:first-child a:hover {
  color: darkblue;
}
main #top_container #lesson > div > dl > div > dd:nth-child(2) {
  font-size: 0.7rem;
  font-family: sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-left: 1rem;
  text-indent: -0.9rem;
}
@media (max-width: 1219px) {
  main #top_container #lesson > div > dl > div > dd:nth-child(2) {
    text-align: start;
  }
}
main #top_container #lesson > div > dl > div > dd:nth-child(2) .red {
  color: red;
  text-transform: capitalize;
}
main #top_container #news {
  width: min(90%, 1500px);
  margin-inline: auto;
  padding-top: 5rem;
}
@media (max-width: 575px) {
  main #top_container #news {
    padding-top: 4rem;
  }
}
@media (max-width: 575px) {
  main #top_container #news > div {
    padding-top: 0rem;
  }
}
main #top_container #news > div h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  main #top_container #news > div h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  main #top_container #news > div h2 {
    margin-bottom: 2rem;
  }
}
main #top_container #news > div h2 span {
  font-size: 1rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
main #top_container #news > div > div:first-of-type {
  width: 80%;
  margin-inline: auto;
}
main #top_container #news > div > div:first-of-type .news_contents {
  font-family: "M PLUS 1p";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 0.9rem;
  width: 60%;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  main #top_container #news > div > div:first-of-type .news_contents {
    width: 70%;
  }
}
@media (max-width: 575px) {
  main #top_container #news > div > div:first-of-type .news_contents {
    margin-bottom: 2rem;
  }
}
@media (max-width: 499px) {
  main #top_container #news > div > div:first-of-type .news_contents {
    width: 80%;
  }
}
main #top_container #news > div > div:first-of-type .news_contents .capitalize {
  text-decoration: underline;
}
main #top_container #news > div > div:first-of-type .news_insta_image {
  width: max(20%, 90px);
  height: auto;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #top_container #news > div > div:first-of-type .news_insta_image img {
  width: 100%;
  height: 100%;
}
main #top_container #news > div > #notice_btn {
  display: none;
  justify-content: center;
}
main #top_container #news > div > #notice_btn .btn {
  background: #294A99;
  border-radius: 0;
}
main #top_container #news > div > #notice_btn .btn:hover {
  background: #234185;
  color: rgb(240, 240, 240);
}
main #top_container #access {
  width: min(90%, 1500px);
  margin-inline: auto;
  padding-top: 5rem;
}
@media (max-width: 575px) {
  main #top_container #access {
    padding-top: 4rem;
  }
}
@media (max-width: 575px) {
  main #top_container #access > div {
    padding-top: 0rem;
  }
}
main #top_container #access > div h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  main #top_container #access > div h2 {
    margin-bottom: 1.5rem;
  }
}
main #top_container #access > div h2 span {
  font-size: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 500;
}
main #top_container #access > div > div {
  gap: 7%;
}
@media (max-width: 991px) {
  main #top_container #access > div > div {
    flex-direction: column;
  }
}
main #top_container #access > div > div input[type=checkbox] {
  display: none;
}
main #top_container #access > div > div input[type=checkbox]:checked ~ .main_venue {
  display: none;
}
main #top_container #access > div > div input[type=checkbox]:checked ~ .other_venue {
  display: block;
}
main #top_container #access > div > div input[type=checkbox]:checked ~ address .main_venue {
  display: none;
}
main #top_container #access > div > div input[type=checkbox]:checked ~ address .other_venue {
  display: block;
}
main #top_container #access > div > div .other_venue {
  display: none;
}
main #top_container #access > div > div .map {
  width: 60%;
}
@media (max-width: 991px) {
  main #top_container #access > div > div .map {
    width: 100%;
    margin-bottom: 5rem;
  }
}
main #top_container #access > div > div .map iframe {
  width: 100%;
  border-radius: 20px;
}
main #top_container #access > div > div address {
  width: 40%;
}
@media (max-width: 991px) {
  main #top_container #access > div > div address {
    width: 100%;
  }
}
main #top_container #access > div > div address p, main #top_container #access > div > div address p span, main #top_container #access > div > div address .other_venue_to_insta_link {
  letter-spacing: 1.5px;
  font-family: "M PLUS 1p";
  font-weight: 500;
  line-height: 1.5rem;
}
main #top_container #access > div > div address > p, main #top_container #access > div > div address > div {
  margin-bottom: 1.5rem;
}
main #top_container #access > div > div address > p, main #top_container #access > div > div address > div > p:first-child {
  font-size: 24px;
  text-transform: uppercase;
}
main #top_container #access > div > div address > p > span, main #top_container #access > div > div address ul > li {
  font-size: 18px;
}
@media (max-width: 1299px) {
  main #top_container #access > div > div address > p > span, main #top_container #access > div > div address ul > li {
    font-size: max(1.3vw, 1rem);
  }
}
main #top_container #access > div > div address > div > p:first-child {
  font-size: 20px;
}
@media (max-width: 575px) {
  main #top_container #access > div > div address > div #date {
    white-space: nowrap;
  }
}
main #top_container #access > div > div address > div > div > p {
  margin-bottom: 0.5rem;
}
main #top_container #access > div > div address > div > div > p:first-of-type {
  font-size: 1rem;
}
main #top_container #access > div > div address > div > div > p:nth-of-type(2) {
  line-height: 1.5;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #d50201;
}
main #top_container #access > div > div address > div > div > p:nth-of-type(3) {
  padding-left: 1rem;
  margin-bottom: 0;
}
main #top_container #access > div > div address > div > div > .other_venue_to_insta_link {
  font-size: 0.9rem;
  margin-left: 1rem;
  color: #838383;
  margin-top: 0;
  cursor: pointer;
  padding-bottom: 0.2rem;
  display: inline-block;
  text-decoration: underline;
}
main #top_container #access > div > div address > div span {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  main #top_container #access > div > div address > div span {
    margin-top: 0;
  }
}
main #top_container #access > div > div address > div.main_venue > p, main #top_container #access > div > div address > div.other_venue > p {
  margin-bottom: 0.5rem;
  color: #D60000;
}
main #top_container #access > div > div address > div.main_venue > ul .no_list, main #top_container #access > div > div address > div.other_venue > ul .no_list {
  color: black;
  font-weight: bold;
}
main #top_container #access > div > div address > div.main_venue > ul li, main #top_container #access > div > div address > div.other_venue > ul li {
  list-style: none;
  font-family: "M PLUS 1p";
  line-height: 1.5rem;
  letter-spacing: 2px;
  padding-left: 2rem;
  text-indent: -2rem;
  text-transform: uppercase;
}
main #top_container #access > div > div address > div.main_venue > ul li span, main #top_container #access > div > div address > div.other_venue > ul li span {
  color: black;
  font-size: 1.2rem;
}
main #top_container #access > div > div address > div:nth-of-type(3) p:first-child {
  white-space: nowrap;
}
main #top_container #access > div > div address > p:first-of-type {
  text-transform: capitalize;
}
@media (max-width: 575px) {
  main #top_container #access > div > div address > p:first-of-type {
    font-size: 22px;
  }
}
main #top_container #access > div > div address > p:first-of-type span {
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  main #top_container #access > div > div address > p:first-of-type span {
    font-size: 0.9rem;
  }
}
main #top_container #contact {
  width: min(90%, 2000px);
  margin-inline: auto;
  padding-bottom: 38.28%;
  background-image: url("../images/contact_image.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media (max-width: 1979px) {
  main #top_container #contact {
    width: min(100vw, 2000px);
    margin-inline: calc(50% - 50vw);
    padding-bottom: 53.28%;
  }
}
@media (max-width: 991px) {
  main #top_container #contact {
    background-size: cover;
    background-position: center;
    padding-bottom: 10.28%;
    height: 70vh;
  }
}
@media (max-width: 575px) {
  main #top_container #contact {
    padding-top: 4rem;
    padding-bottom: 25.28%;
    margin-bottom: 0;
    height: 50vh;
  }
}
main #top_container #contact > div {
  position: absolute;
  top: 25%;
  width: min(80%, 1700px);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1299px) {
  main #top_container #contact > div {
    top: 20%;
  }
}
@media (max-width: 991px) {
  main #top_container #contact > div {
    top: 28%;
  }
}
@media (max-width: 575px) {
  main #top_container #contact > div {
    top: 22%;
  }
}
main #top_container #contact > div h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  main #top_container #contact > div h2 {
    margin-bottom: 1.5rem;
  }
}
main #top_container #contact > div h2 span {
  font-size: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 500;
}
main #top_container #contact > div > div:first-of-type a:first-child {
  font-size: 30px;
  display: none;
}
main #top_container #contact > div > div:first-of-type a:last-child {
  font-size: 30px;
  display: none;
}
main #top_container #contact > div > div:last-of-type {
  display: flex;
  justify-content: center;
}
main #top_container #contact > div > div:last-of-type .btn {
  background: #294A99;
  border-radius: 0;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.5019607843);
}
main #top_container #contact > div > div:last-of-type .btn:hover {
  background: #234185;
  color: rgb(240, 240, 240);
}

#page_index footer > div > ul {
  width: min(60%, 1730px);
  margin-inline: auto;
  margin-bottom: 2rem;
  display: grid;
  justify-content: space-between;
  grid-template: "areaA line1 areaB line2 areaC" "..... ..... ..... ..... ..... " 1rem "areaD line3 areaE line4 areaF" "..... ..... ..... ..... ..... " 1rem "areaG line5 areaH ..... .....";
}
@media (max-width: 767px) {
  #page_index footer > div > ul {
    width: 60%;
    grid-template: "areaA line1 areaB" "..... ..... ....." 1rem "areaC line2 areaD" "..... ..... ....." 1rem "areaE line3 areaF" "..... ..... ....." 1rem "areaG line4 areaH";
  }
}
@media (max-width: 575px) {
  #page_index footer > div > ul {
    width: 80%;
  }
}
#page_index footer > div > ul > li {
  list-style: none;
  position: relative;
}
#page_index footer > div > ul > li:first-child {
  grid-area: areaA;
}
#page_index footer > div > ul > li:nth-child(3) {
  grid-area: areaB;
}
#page_index footer > div > ul > li:nth-child(5) {
  grid-area: areaC;
}
#page_index footer > div > ul > li:nth-child(7) {
  grid-area: areaD;
}
#page_index footer > div > ul > li:nth-child(9) {
  grid-area: areaE;
}
#page_index footer > div > ul > li:nth-child(11) {
  grid-area: areaF;
}
#page_index footer > div > ul > li:nth-child(12) {
  grid-area: areaG;
}
#page_index footer > div > ul > li:nth-child(13) {
  grid-area: areaH;
}
#page_index footer > div > ul .white_line {
  height: 100%;
  color: white;
}
#page_index footer > div > ul > li:nth-child(2) {
  grid-area: line1;
}
#page_index footer > div > ul > li:nth-child(4) {
  grid-area: line2;
}
#page_index footer > div > ul > li:nth-child(6) {
  grid-area: line3;
}
#page_index footer > div > ul > li:nth-child(8) {
  grid-area: line4;
}
#page_index footer > div > ul > li:nth-child(10) {
  grid-area: line5;
}
@media (max-width: 767px) {
  #page_index footer > div > ul > li:nth-child(10) {
    display: none;
  }
}
#page_index footer > div > ul a {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 1399px) {
  #page_index footer > div > ul a {
    font-size: max(1vw, .9rem);
  }
}

footer {
  width: 100%;
  padding: 3rem 0 0.5rem 0;
  background: #D96B31;
}
footer a, footer p > small {
  font-family: "M PLUS 1p";
  font-weight: 500;
  color: white;
}
footer > div {
  margin-bottom: 2rem;
}
footer > div ul {
  display: none;
}
footer > div > div {
  width: 500px;
  display: flex;
  justify-content: center;
  gap: 15%;
  align-items: center;
  margin-inline: auto;
}
@media (max-width: 575px) {
  footer > div > div {
    width: 240px;
    gap: 20%;
    justify-content: center;
  }
}
footer > div > div > div:first-child {
  display: flex;
  gap: 20%;
}
footer > div > div > div:first-child a img {
  width: 40px;
  height: 40px;
}
@media (max-width: 575px) {
  footer > div > div > div:first-child a img {
    width: 30px;
    height: 30px;
  }
}
footer > div > div > div:last-child {
  display: flex;
  justify-content: center;
  width: 100px;
}
footer > div > div > div:last-child img {
  width: 100%;
  height: auto;
}
footer > p {
  text-align: center;
  color: white;
  letter-spacing: 1.2px;
  font-size: 0.7rem;
}

#page_contact, #page_contact_check, #page_contact_complete {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}
#page_contact main, #page_contact_check main, #page_contact_complete main {
  margin-top: 100px;
  grid-row: 1/2;
}
@media (max-width: 767px) {
  #page_contact main, #page_contact_check main, #page_contact_complete main {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  #page_contact main, #page_contact_check main, #page_contact_complete main {
    margin-top: 65px;
  }
}

.basic_contact * {
  letter-spacing: 2px;
  line-height: 1rem;
  font-family: "M PLUS 1p";
  font-weight: 400;
  font-size: 16px;
}
.basic_contact input[type=number]::-webkit-inner-spin-button, .basic_contact input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.clr_red {
  color: #FF0000;
}

.error_msg {
  display: none;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #FF0000;
}

#er_privacy {
  text-align: center;
}

.contact_nav_belt h1 {
  width: min(100vw, 2000px);
  line-height: 1;
  margin-inline: auto;
  text-align: center;
  padding-block: 0.5rem;
  background: #294A99;
  font-size: 22px;
  color: white;
}
@media (max-width: 2000px) {
  .contact_nav_belt h1 {
    margin-inline: calc(50% - 50vw);
  }
}
.contact_nav_belt #breadcrumb {
  padding: 0.5rem 0 0.5rem 2rem;
  margin-bottom: 5rem;
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 575px) {
  .contact_nav_belt #breadcrumb {
    margin-bottom: 3rem;
  }
}
.contact_nav_belt #breadcrumb * {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.contact_nav_belt #breadcrumb > div {
  position: relative;
}
.contact_nav_belt #breadcrumb > div > a {
  color: rgb(17, 17, 233);
}
.contact_nav_belt #breadcrumb > div::after {
  content: "\\";
  position: absolute;
  height: 100%;
  top: 0;
  right: -1.5rem;
  display: flex;
  align-items: center;
}
.contact_nav_belt #breadcrumb > p {
  font-weight: 500;
  text-decoration: underline;
}

#contact_container {
  width: min(100%, 2000px);
  margin-inline: auto;
  margin-bottom: 5rem;
}
#contact_container #contact_form > p {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  #contact_container #contact_form > p {
    width: 90%;
    margin-inline: auto;
  }
}
#contact_container #contact_form > p > span {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.5rem;
}
@media (max-width: 575px) {
  #contact_container #contact_form > p > span {
    line-height: 1.5rem;
    margin-top: 0.3rem;
  }
}
#contact_container #contact_form > p .clr_red {
  color: #FF0000;
}
#contact_container #contact_form #form_contents {
  width: 60%;
  margin-inline: auto;
}
@media (max-width: 575px) {
  #contact_container #contact_form #form_contents {
    width: 85%;
  }
}
#contact_container #contact_form #form_contents .input_form {
  display: flex;
  align-items: center;
  gap: 5%;
  padding-block: 0.7rem;
  border-top: solid 1px rgba(112, 112, 112, 0.4823529412);
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form {
    border: none;
    flex-direction: column;
  }
}
#contact_container #contact_form #form_contents .input_form label {
  width: 35%;
  font-weight: 500;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form label {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#contact_container #contact_form #form_contents .input_form label span {
  margin-left: 1rem;
  color: #FF0000;
}
#contact_container #contact_form #form_contents .input_form > div {
  width: 65%;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form > div {
    width: 100%;
  }
}
#contact_container #contact_form #form_contents .input_form > div input:not([type=submit]), #contact_container #contact_form #form_contents .input_form > div textarea {
  width: 100%;
  padding: 0.5rem;
  outline: rgba(112, 112, 112, 0.4823529412);
  box-sizing: border-box;
}
#contact_container #contact_form #form_contents .input_form > div input:not([type=submit]):hover, #contact_container #contact_form #form_contents .input_form > div textarea:hover {
  border: solid 2px rgba(0, 0, 0, 0.4196078431);
}
#contact_container #contact_form #form_contents .input_form > div input[name=age] {
  width: 25%;
}
#contact_container #contact_form #form_contents .input_form #contact_choice {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form #contact_choice {
    justify-content: center;
  }
}
#contact_container #contact_form #form_contents .input_form #contact_choice > div {
  display: flex;
  gap: 0.2rem;
}
#contact_container #contact_form #form_contents .input_form #contact_choice > div input[name=contact_choice] {
  width: unset;
  cursor: pointer;
}
#contact_container #contact_form #form_contents .input_form textarea {
  line-height: 1.5;
}
#contact_container #contact_form #form_contents .input_form_check {
  padding-block: 1.6rem;
  flex-direction: row;
}
#contact_container #contact_form #form_contents .input_form_check > p:first-child {
  width: 35%;
  position: relative;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form_check > p:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form_check > p:first-child::after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#contact_container #contact_form #form_contents .input_form_check > p:last-child {
  width: 65%;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .input_form_check > p:last-child {
    width: 50%;
  }
}
#contact_container #contact_form #form_contents .contact_contents-wrapper_check > p:last-child {
  margin-top: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents .contact_contents-wrapper_check > p:last-child {
    width: 100%;
  }
}
#contact_container #contact_form #form_contents #contact_choice-wrapper {
  padding-block: 1.6rem;
}
#contact_container #contact_form #form_contents #contact_contents-wrapper {
  border-bottom: solid 1px rgba(112, 112, 112, 0.4823529412);
  margin-bottom: 3rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #contact_container #contact_form #form_contents #contact_contents-wrapper {
    border: none;
  }
}
#contact_container #contact_form #form_contents #contact_contents-wrapper #contact_contents_label_required {
  display: none;
}
#contact_container #contact_form #form_contents .contact_contents-wrapper_check {
  flex-direction: column;
  align-items: flex-start;
}
#contact_container #contact_form #form_contents .contact_contents-wrapper_check > p:last-child {
  margin-top: 0.5rem;
}
#contact_container #contact_form #privacy_wrapper {
  width: 80%;
  max-width: 3000px;
  margin: 0 auto;
  margin-bottom: 2vw;
}
@media (max-width: 767px) {
  #contact_container #contact_form #privacy_wrapper {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #contact_container #contact_form #privacy_wrapper {
    margin-bottom: 1rem;
  }
}
#contact_container #contact_form #privacy_wrapper .text_color_common {
  color: #FF8814;
  margin-bottom: 0.8rem;
}
#contact_container #contact_form #privacy_wrapper #privacy {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  margin-bottom: 1rem;
  padding: 1.5vw;
  border: solid 2px #FF8814;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  #contact_container #contact_form #privacy_wrapper #privacy {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  #contact_container #contact_form #privacy_wrapper #privacy {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  #contact_container #contact_form #privacy_wrapper #privacy {
    height: 50vh;
  }
}
#contact_container #contact_form #privacy_wrapper #privacy .mb3 {
  margin-bottom: 3rem;
}
#contact_container #contact_form #privacy_wrapper #privacy p {
  line-height: 1.7rem;
  letter-spacing: 1.3px;
}
#contact_container #contact_form #privacy_wrapper #privacy > p:first-child {
  margin-bottom: 2rem;
  box-sizing: border-box;
  text-align: center;
}
#contact_container #contact_form #privacy_wrapper #privacy > p:nth-child(2) {
  margin-bottom: 3rem;
}
#contact_container #contact_form #privacy_wrapper #privacy #privacy_contact {
  margin-bottom: 1rem;
}
#contact_container #contact_form #privacy_wrapper #privacy #contact_about_privacy * {
  font-size: 0.9rem;
}
@media (max-width: 575px) {
  #contact_container #contact_form #privacy_wrapper #privacy #contact_about_privacy * {
    line-height: 1.5;
  }
}
#contact_container #contact_form #privacy_wrapper #agree_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact_container #contact_form #privacy_wrapper #agree_wrapper input {
  margin: 0;
  margin-right: 0.5rem;
  cursor: pointer;
}
#contact_container #contact_form #privacy_wrapper #agree_wrapper #agree_privacy {
  margin-bottom: 0;
}
#contact_container #contact_form .submit_wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
#contact_container #contact_form .submit_wrapper .btn {
  background: #294A99;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
#contact_container #contact_form .submit_wrapper .btn:hover {
  background: #234185;
  color: rgb(240, 240, 240);
}
#contact_container #contact_form > .backtop_wrapper {
  display: flex;
  justify-content: center;
}
#contact_container #contact_form > .backtop_wrapper > a {
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #contact_container #contact_form > .backtop_wrapper > a:hover {
    color: rgb(66, 66, 66);
  }
}
#contact_container #contact_form > .backtop_wrapper_check {
  width: 120px;
  margin-inline: auto;
  justify-content: space-between;
}
@media (max-width: 575px) {
  #contact_container .contact_form_check > p {
    line-height: 1rem;
    margin-inline: auto;
  }
}
#contact_container .contact_form_check > p span {
  display: block;
}
@media (max-width: 575px) {
  #contact_container .contact_form_check #form_contents {
    width: 80%;
  }
}
#contact_container .contact_form_complete > p {
  margin-top: 3rem;
}