@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
}

a,
button {
  display: inline-block;
  transition: all 0.3s ease;
}

i {
  display: inline-block;
}

img {
  object-fit: cover;
}

h1 {
  line-height: 1;
}

h2,
h3 {
  line-height: 1.5;
}

.container {
  width: 90%;
  max-width: 1080px;
  padding: 100px 0;
  margin: 0 auto;
}
.container_long {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 60px 0;
  }
}

.flex_box {
  display: flex;
}
.flex_box.wrap {
  flex-wrap: wrap;
}
.flex_box.column {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
  }
}

#pan {
  font-weight: normal;
  color: #888888;
}
#pan li {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}
#pan li::before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 0px;
}
#pan li:last-child {
  position: static;
  padding-right: 0;
  margin-right: 0;
}
#pan li:last-child::before {
  display: none;
}
#pan a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pan {
    margin-left: 20px;
  }
}

.btn {
  width: 340px;
  border-radius: 5px;
  padding: 30px 10px;
  text-align: center;
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.btn_square {
  width: auto;
  border-radius: 0;
  padding: 5px 30px 5px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.btn_square i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.btn_red {
  border: 1px solid #D00A00;
  background-color: #D00A00;
}
.btn_black {
  border: 1px solid #333333;
  background-color: #333333;
}
.btn_white {
  border: 2px solid #D00A00;
  background-color: #ffffff;
  color: #D00A00;
}
.btn:hover {
  opacity: 0.7;
}
.btn_box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 280px;
    padding: 20px 10px;
    font-size: 2.2rem;
  }
  .btn_square {
    font-size: 1.6rem;
  }
}

.head_text {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.head_text:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/head_text_deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.head_text.no_deco:before {
  display: none;
}
.head_text_square {
  margin-bottom: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 3.6rem;
  padding: 20px;
}
.head_text_square:before {
  display: none;
}
.head_text_square.black {
  background-image: url(../img/head_text_square_black.png);
}
.head_text_square.red {
  background-image: url(../img/head_text_square_red.png);
}
.head_text_center {
  text-align: center;
}
.head_text_after_msg {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .head_text {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .head_text_square {
    font-size: 2.8rem;
    padding: 10px;
  }
  .head_text_after_msg {
    text-align: left;
  }
}

.list_red li {
  width: 333px;
  padding: 30px 20px;
  text-align: center;
}
.list_red li:nth-of-type(1) {
  background-color: #8C0505;
  color: #ffffff;
}
.list_red li:nth-of-type(2) {
  background-color: #B33A3A;
  color: #ffffff;
}
.list_red li:nth-of-type(3) {
  background-color: #FEDFDF;
  color: #000000;
}
.list_red li:nth-of-type(4) {
  background-color: #D00A00;
  color: #ffffff;
}
.list_red li:nth-of-type(5) {
  background-color: #E84C3D;
  color: #ffffff;
}
.list_red li:nth-of-type(6) {
  background-color: #FFB2AA;
  color: #000000;
}
.list_red li:nth-of-type(7) {
  background-color: #FCECEC;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .list_red li {
    width: 100%;
  }
}

.check_list {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.check_list li {
  padding-left: 30px;
  position: relative;
}
.check_list li:before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../img/check_list_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .check_list {
    font-size: 1.6rem;
    gap: 5px;
  }
}

.fixed_contact_link {
  border-radius: 5px 0 0 5px;
  padding: 40px 15px;
  background-color: #D00A00;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.3s ease;
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 2;
}
.fixed_contact_link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixed_contact_link {
    padding: 30px 10px;
    top: 170px;
  }
}

.tel_num {
  text-decoration: underline;
}
.tel_num:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
    text-decoration: none;
  }
}

.scroll_top {
  font-size: 5rem;
  position: fixed;
  bottom: 40px;
  right: 30px;
}
.scroll_top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .scroll_top {
    font-size: 4rem;
    bottom: 10px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.header {
  padding: 20px 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 240px;
}
.header_logo:hover {
  opacity: 0.7;
}
.header_logo img {
  width: 100%;
}
.header nav {
  flex: 1;
}
.header nav ul {
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 20px;
  }
  .header_logo {
    width: 180px;
  }
  .header nav {
    display: none;
  }
}

.burger_btn {
  display: none;
  color: #DD0A00;
}
@media screen and (max-width: 767px) {
  .burger_btn {
    display: block;
  }
}

.burger_btn,
.close_btn {
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 2.4rem;
}
.burger_btn:hover,
.close_btn:hover {
  opacity: 0.7;
}

.close_btn {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 25px;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.overlay ul {
  gap: 20px;
}
.overlay .btn {
  padding: 15px;
}

.contact_area {
  background-color: #D00A00;
  text-align: center;
}
.contact_area p {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.contact_area ul {
  justify-content: center;
  align-items: center;
  gap: 10px 15px;
}
.contact_area .btn {
  border-color: #ffffff;
  padding: 15px 40px 15px 20px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .contact_area {
    text-align: left;
  }
  .contact_area .btn {
    padding: 10px 20px 10px 20px;
  }
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
.footer .container {
  padding: 15px 0;
}
.first_view {
  width: 100%;
  color: #ffffff;
  font-weight: 700;
}
.first_view_title {
  height: 100px;
  padding: 30px 20px;
  background-image: url(../img/fv_title_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.first_view_title p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.first_view_area {
  height: 600px;
  background-image: url(../img/fv.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.first_view_area:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.first_view_area_msg {
  display: inline-block;
  padding: 10px 200px 10px 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 2;
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .first_view_title {
    height: 80px;
    padding: 25px 20px;
  }
  .first_view_title p {
    font-size: 2.2rem;
  }
  .first_view_area {
    height: 250px;
  }
  .first_view_area_msg {
    padding: 10px;
    font-size: 2.2rem;
    line-height: 1.5;
    top: 70%;
  }
}

.top_seminor_info_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #DD0A00;
  text-align: center;
}
.top_seminor_info_box_title {
  padding: 20px;
  background-color: #DD0A00;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.top_seminor_info_box_title p:nth-of-type(2) {
  color: #FFF600;
  font-size: 4rem;
}
.top_seminor_info_box_detail {
  padding: 40px 50px;
}
.top_seminor_info_box_detail dl {
  width: 100%;
  justify-content: center;
  margin: 50px 0 70px;
  text-align: left;
}
.top_seminor_info_box_detail dl dt {
  width: 80px;
  font-weight: 400;
}
.top_seminor_info_box_detail dl dd {
  width: 500px;
}
.top_seminor_info_box_detail ul {
  justify-content: center;
}
.top_seminor_info_box_detail_cate {
  margin-bottom: 20px;
  flex-direction: row;
  gap: 10px;
}
.top_seminor_info_box_detail_cate li {
  border-radius: 5px;
  padding: 3px 10px;
  background-color: #FFF600;
  font-weight: 700;
}
.top_seminor_info_box_detail_btn {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_seminor_info_box_title {
    padding: 20px 10px;
    font-size: 2rem;
  }
  .top_seminor_info_box_title p:nth-of-type(2) {
    font-size: 2.5rem;
  }
  .top_seminor_info_box_detail {
    text-align: left;
    padding: 30px 20px;
  }
  .top_seminor_info_box_detail dl {
    margin: 30px 0 50px;
  }
  .top_seminor_info_box_detail dl dt,
  .top_seminor_info_box_detail dl dd {
    width: 100%;
  }
  .top_seminor_info_box_cate {
    justify-content: flex-start;
  }
}
.top_trouble img {
  margin: 0 auto 30px;
}
.top_trouble .list_red li {
  padding-top: 50px;
  position: relative;
}
.top_trouble .list_red li:nth-of-type(3) span, .top_trouble .list_red li:nth-of-type(6) span, .top_trouble .list_red li:nth-of-type(7) span {
  background-color: #D00A00;
  color: #ffffff;
}
.top_trouble .list_red span {
  display: inline-block;
  width: 150px;
  border-radius: 0 0 5px 5px;
  padding: 2px 0;
  background-color: #ffffff;
  color: #D00A00;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top_about {
  background-color: #F9F9F9;
}
.top_about .container {
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.top_about .text_area {
  flex: 1;
}
.top_about img {
  width: 40%;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .top_about img {
    width: 100%;
  }
}
.top_message .container {
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.top_message .text_area {
  flex: 1;
}
.top_message_msg {
  margin-bottom: 20px;
  color: #D00A00;
  font-weight: 700;
}
.top_message img {
  width: 40%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .top_message img {
    width: 100%;
  }
}
.top_real {
  background-color: #F9F9F9;
}
.top_real .head_text_after_msg {
  width: 100%;
  max-width: 735px;
  margin: 0 auto 30px;
  text-align: left;
}
.top_real div.flex_box {
  justify-content: center;
  align-items: flex-start;
  gap: 30px 60px;
}
.top_real div.flex_box img {
  width: 40%;
  max-width: 360px;
}
.top_real ul.flex_box {
  flex: 1;
  gap: 50px;
}
.top_real li {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
.top_real li:not(:last-of-type) {
  position: relative;
}
.top_real li:not(:last-of-type):before {
  content: "";
  width: 1px;
  height: calc(100% + 50px);
  border-right: 1px solid #DD0A00;
  position: absolute;
  left: 20px;
  top: 0;
}
.top_real li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  padding-top: 3px;
  background-color: #D00A00;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.top_real li .text_area {
  flex: 1;
}
.top_real li h3 {
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_real li h3 {
    font-size: 1.8rem;
  }
  .top_real div.flex_box img {
    width: 100%;
  }
}
.top_content div.flex_box {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.top_content .check_list {
  flex: 1;
}
.top_content img {
  width: 40%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top_content img {
    width: 100%;
  }
}
.top_program ul {
  gap: 35px;
}
.top_program li span {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 25px;
  margin-bottom: 10px;
  background-color: #D00A00;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.top_program li h3 {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .top_program li span {
    padding: 1px 10px;
    font-size: 1.8rem;
  }
  .top_program li h3 {
    margin-left: 5px;
  }
}
.top_presenter {
  background-color: #FFF1F0;
}
.top_presenter ul {
  justify-content: center;
  gap: 30px 60px;
}
.top_presenter li {
  width: 48%;
  max-width: 470px;
  border-radius: 5px;
  padding: 40px 30px;
  background-color: #ffffff;
}
.top_presenter li img {
  margin: 0 auto 25px;
}
.top_presenter_name {
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
.top_presenter_name span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_presenter li {
    width: 100%;
    padding: 40px 20px;
  }
  .top_presenter_name {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .top_presenter_name span {
    font-size: 1.4rem;
  }
}
.top_benefit_list {
  justify-content: center;
}
.top_benefit_item {
  width: 50%;
  padding: 40px 50px;
}
.top_benefit_item:nth-of-type(1) {
  background-color: #D00A00;
  color: #ffffff;
}
.top_benefit_item:nth-of-type(2) {
  background-color: #FEDFDF;
  color: #000000;
}
.top_benefit_item:nth-of-type(2) h3 {
  color: #8C0505;
}
.top_benefit h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
}
.top_benefit_mendan {
  display: inline-block;
  padding: 1px 25px;
  margin: 30px 0 10px;
  background-color: #931212;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_benefit_item {
    width: 100%;
    padding: 30px 20px;
  }
  .top_benefit h3 {
    font-size: 1.8rem;
  }
  .top_benefit_mendan {
    padding: 1px 20px;
    font-size: 1.8rem;
  }
}
.top_future .head_text_after_msg {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: left;
}
.top_future .list_red h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.top_future .list_red p {
  text-align: left;
}
.top_faq ul {
  gap: 20px;
}
.top_faq li {
  border-radius: 5px;
  padding: 30px 40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.top_faq_question span, .top_faq_answer span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  padding-top: 3px;
  background-color: #D00A00;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.top_faq_question {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
.top_faq_question span {
  background-color: #0059FF;
}
.top_faq_question p {
  flex: 1;
}
.top_faq_answer {
  margin-top: 30px;
}
.top_faq_answer .flex_box {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.top_faq_answer .flex_box p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top_faq li {
    padding: 30px 15px;
  }
}
.top_company .container {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.top_company .head_text {
  padding-left: 30px;
}
.top_company .head_text:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.top_company_outline {
  width: 50%;
  max-width: 420px;
}
.top_company_outline .head_text {
  margin-bottom: 15px;
}
.top_company_outline dt,
.top_company_outline dd {
  padding: 10px;
}
.top_company_outline dt:not(:last-of-type),
.top_company_outline dd:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
.top_company_outline dt {
  width: 25%;
}
.top_company_outline dd {
  width: 75%;
}
.top_company_other {
  width: 50%;
  max-width: 460px;
}
.top_company_other p {
  margin-bottom: 40px;
}
.top_company_other ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top_company .container {
    gap: 30px;
  }
  .top_company_outline, .top_company_other {
    width: 100%;
    max-width: none;
  }
  .top_company_outline dt,
  .top_company_outline dd {
    width: 100%;
  }
  .top_company_outline dt {
    padding: 10px 0 5px;
  }
  .top_company_outline dt:not(:last-of-type) {
    border-bottom: none;
  }
  .top_company_outline dd {
    padding: 0 0 10px;
  }
}
.top_contact {
  background-color: #F9F9F9;
}
.top_contact_recommend {
  width: 100%;
  max-width: 500px;
  border-radius: 5px;
  padding: 30px 40px;
  margin: 0 auto 50px;
  background-color: #ffffff;
}
.top_contact_recommend dt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #DD0A00;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  margin-bottom: 20px;
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #D5D5D5;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #D5D5D5;
}
form input[type=tel], form input[type=text], form input[type=email], form input[type=date], form select {
  height: 45px;
  font-size: 16px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #CCC;
  padding: 3px 10px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000;
}
form input, form select {
  vertical-align: middle;
  border-radius: 5px;
}
form .boxW100 input, form .boxW100 textarea {
  width: 100%;
  box-sizing: border-box;
}
form .boxW49 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .boxW49 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW50 input {
  width: 49%;
  box-sizing: border-box;
}
form .boxW20 input {
  width: 20%;
  box-sizing: border-box;
}
form .boxW20 span {
  padding-left: 10px;
}
form .radio input {
  height: auto;
  transform: scale(1.7);
  vertical-align: inherit;
}
form .must {
  display: inline-block;
  background-color: red;
  font-size: 10px;
  line-height: 1.5em;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  padding: 2px 5px;
}
form #image-btn {
  margin-top: 10px;
  text-align: center;
}
form #image-btn input {
  transition: 0.3s ease;
}
form .dateSelect span {
  display: block;
}
form .radioArea {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
form .formBtn {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}
form #image-btn.topBtn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  form dl {
    display: block;
    padding: 30px 20px;
    margin: 0 auto 25px;
  }
  form dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
  form dd {
    padding: 0 0 15px;
    width: 100%;
  }
  form dd img {
    width: 250px;
    margin: 0 0 10px 10px;
  }
  form .formBtn {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
}

/*チェックボックス*/
.checkBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputGroup {
  width: 49.5%;
  display: inline-block;
  margin: 0 0 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inputGroup {
    width: 100%;
  }
}

.inputGroup label {
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  background-color: #FFFFFF;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 26px;
  height: 26px;
  content: "";
  border: 2px solid #D1D7DC;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -1px 0px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #333;
  border-color: #333;
}

.inputGroup input {
  width: 26px;
  height: 26px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.privacy p {
  margin-bottom: 50px;
}
.privacy dt {
  border-left: 3px solid #53A75E;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #DDF9E1;
}
.privacy dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.privacy ol {
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  .privacy p {
    margin-bottom: 30px;
  }
  .privacy dt {
    margin-bottom: 10px;
  }
  .privacy dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.sitemap .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 30px;
}
.sitemap ul {
  width: 48%;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}
.sitemap a {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(68, 68, 68, 0.4);
  padding: 20px 10px;
  position: relative;
}
.sitemap a i {
  color: #0071BC;
  position: absolute;
  top: 27px;
  right: 50px;
  transition: 0.3s ease;
}
.sitemap a:hover {
  color: #0071BC;
}
.sitemap a:hover i {
  right: 40px;
}
.sitemap .sub_menu {
  width: 85%;
  border-bottom: none;
  margin: 0 0 0 auto;
}
.sitemap .sub_menu a i {
  position: inherit;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #37C2D2;
}
.sitemap .sub_menu .sub_menu a i {
  color: #86ebf6;
}
@media screen and (max-width: 767px) {
  .sitemap .container {
    flex-direction: column;
    align-items: center;
  }
  .sitemap ul {
    width: 100%;
    max-width: 500px;
  }
  .sitemap ul:nth-of-type(1) {
    border-bottom: none;
  }
  .sitemap a {
    padding: 10px 5px;
  }
  .sitemap a i {
    top: 17px;
    right: 30px;
  }
  .sitemap a:hover i {
    right: 20px;
  }
  .sitemap .sub_menu {
    width: 90%;
  }
}

.rule dl {
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
}
.rule dt {
  width: 30%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule dd {
  width: 70%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 10px;
}
.rule .caution {
  color: #ff0000;
}
.rule .cancel_price {
  margin-top: 10px;
}
.rule .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 890px) {
  .rule dl {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .rule dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 5px 5px;
  }
  .rule dd {
    width: 100%;
    padding: 0px 5px 10px;
  }
}

.term p {
  margin-bottom: 50px;
}
.term dl + p {
  margin-bottom: 0;
  text-align: right;
}
.term dt {
  display: inline-block;
  border-bottom: 2px solid #53A75E;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.term dd {
  padding-left: 20px;
  margin-bottom: 50px;
}
.term ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.term ol ol {
  padding-left: 20px;
  margin-top: 10px;
  row-gap: 0;
}
.term .cancel_price {
  margin-top: 20px;
}
.term .cancel_price span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .term p {
    margin-bottom: 30px;
  }
  .term dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .term dd {
    padding-left: 10px;
    margin-bottom: 25px;
  }
}

.err_page h2 {
  margin-bottom: 50px;
  font-size: 6rem;
  line-height: 1.5;
}
.err_page h2 span {
  display: inline-block;
  padding-left: 20px;
  font-size: 3rem;
}
.err_page h2 p {
  font-size: 2rem;
}
.err_page .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .err_page h2 {
    margin-bottom: 20px;
    font-size: 4.5rem;
    line-height: 1.5;
  }
  .err_page h2 span {
    display: block;
    padding-left: 0;
    font-size: 2rem;
  }
  .err_page h2 p {
    font-size: 1.6rem;
  }
  .err_page .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .err_page.notFound h2 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 2.5rem;
  }
}
.thanks {
  background-color: #53A75E;
}
.thanks .head_text {
  margin-bottom: 50px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .thanks .head_text {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}/*# sourceMappingURL=style.css.map */