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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
@media screen and (max-width: 1402px) {
  html {
    scroll-padding-top: 115px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

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

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;
}

h2 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

.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-direction: row;
  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 {
  border-radius: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.btn img {
  display: inline-block;
}
.btn:hover {
  opacity: 0.8;
}
.btn_red {
  background: linear-gradient(90deg, rgb(235, 55, 82) 0%, rgb(255, 113, 80) 100%);
  box-shadow: 0 4px 10px rgb(218, 218, 218);
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.05em;
}
.btn_blue {
  background: linear-gradient(90deg, rgb(58, 136, 214) 0%, rgb(123, 181, 224) 100%);
  box-shadow: 0 4px 10px rgb(218, 218, 218);
  font-family: "M PLUS 1", sans-serif;
  letter-spacing: 0.05em;
}
.btn_border {
  width: 300px;
  border: 4px solid #ffffff;
  padding: 15px;
  box-shadow: 0 4px 20px rgba(18, 18, 18, 0.2);
}
.btn_border.yellow {
  background-color: #FCB23B;
}
.btn_border.blue {
  background-color: #3A88D6;
}
.btn_box {
  text-align: center;
}
.tel_num:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .tel_num {
    pointer-events: none;
  }
}

.scroll_top {
  font-size: 4rem;
  position: fixed;
  bottom: 15px;
  right: 15px;
  color: #FF7F60;
}
.scroll_top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .scroll_top {
    bottom: 70px;
  }
}

.scroll_contact {
  max-width: 150px;
  width: 100%;
  min-height: 150px;
  font-size: 2.2rem;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, rgb(235, 55, 82) 0%, rgb(255, 113, 80) 100%);
  filter: drop-shadow(10px 10px 10px #DADADA);
  position: fixed;
  bottom: 100px;
  right: 15px;
  display: block;
  text-align: center;
  padding-top: 40px;
  border-radius: 50%;
}
.scroll_contact:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .scroll_contact {
    bottom: 0;
    right: 0;
    max-width: 767px;
    width: 100%;
    border-radius: 0;
    min-height: 70px;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .only_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.header {
  padding-top: 10px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header_logo {
  width: 340px;
  padding: 10px;
  border-radius: 0 0 10px 0;
  background-color: #ffffff;
}
.header_logo:hover {
  opacity: 0.8;
}
.header nav {
  padding-right: 40px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 0 40px;
}
.header nav ul {
  border-radius: 30px;
  padding: 10px 50px;
  background-color: rgba(255, 255, 255, 0.9);
  gap: 10px 50px;
  box-shadow: 0 0 20px rgba(18, 18, 18, 0.2);
  font-size: 2rem;
}
.header nav ul a:hover {
  color: #FF7F60;
}
.header nav .btn_red {
  width: 245px;
  padding: 10px;
  box-shadow: none;
}
@media screen and (max-width: 1402px) {
  .header {
    padding-top: 0;
  }
  .header_logo {
    width: 260px;
  }
  .header nav {
    padding-right: 20px;
    margin-top: 20px;
    gap: 0 20px;
  }
  .header nav ul {
    padding: 15px 30px;
    gap: 10px 30px;
  }
  .header .btn_red {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header {
    flex-direction: row;
    align-items: flex-start;
  }
  .header_logo {
    width: 200px;
  }
  .header nav {
    display: none;
  }
}

.burger_btn {
  border-radius: 0 0 0 10px;
  padding: 15px;
  background-color: #ffffff;
  color: #EB3752;
  cursor: pointer;
  font-size: 3rem;
  transition: all 0.3s ease;
}
.burger_btn:hover {
  opacity: 0.8;
}

.overlay {
  display: none;
  width: 100%;
  padding: 60px 40px;
  background-image: url(../img/bg_introduction.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.overlay ul {
  margin-bottom: 50px;
  gap: 20px;
}
.overlay ul a:hover {
  color: #EB3752;
}
.overlay .btn_red {
  width: 245px;
  padding: 10px;
}
.overlay .close_btn {
  color: #EB3752;
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  top: 15px;
  right: 15px;
}

.footer {
  width: 100%;
  left: 0;
  top: 100vh;
  position: sticky;
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_footer.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
}
.footer .container {
  padding: 80px 0;
  position: relative;
}
.footer div.flex_box {
  border-radius: 20px;
  padding: 50px 40px;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: flex-start;
}
.footer img {
  width: 340px;
}
.footer nav {
  flex: 1;
  align-items: flex-end;
  gap: 45px;
}
.footer nav ul {
  justify-content: flex-end;
}
.footer nav ul:nth-of-type(1) {
  gap: 10px 40px;
}
.footer nav ul:nth-of-type(2) {
  margin-top: 60px;
  gap: 10px 40px;
  font-size: 1.3rem;
}
.footer nav ul a:hover {
  color: #FF7F60;
}
.footer .btn_red {
  width: 245px;
  padding: 10px;
}
.footer_menu {
  padding: 50px 40px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 40px 0;
  }
  .footer img {
    width: 200px;
  }
  .footer div.flex_box {
    padding: 50px 20px;
    gap: 40px;
  }
  .footer nav {
    gap: 25px;
    align-items: flex-start;
  }
  .footer nav ul {
    justify-content: flex-start;
  }
  .footer nav ul:nth-of-type(1) {
    gap: 10px 40px;
  }
  .footer nav ul:nth-of-type(2) {
    margin-top: 30px;
  }
  .footer nav ul a:hover {
    color: #FF7F60;
  }
}

.main_visual {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  padding: 15% 5% 5% 10%;
  background-image: url(../img/bg_fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.main_visual_message {
  display: inline-block;
  border: 2px solid #3A88D6;
  padding: 0 10px;
  background-color: #ffffff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.main_visual_message span {
  color: #EB3752;
}
.main_visual_message:nth-of-type(1) {
  margin-bottom: 10px;
}
.main_visual_message:nth-of-type(2) {
  margin-bottom: 25px;
}
.main_visual_message_sub {
  margin-bottom: 25px;
  font-size: 2rem;
  filter: drop-shadow(0 0 10px rgb(255, 255, 255));
}
.main_visual_img {
  width: 30%;
  max-width: 570px;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.main_visual .btn_red {
  width: 100%;
  max-width: 360px;
  font-size: 3.2rem;
  padding: 10px;
}
.main_visual .btn_red img {
  margin: 0 0 3px 5px;
}
@media screen and (max-width: 1162px) {
  .main_visual {
    padding: 20% 5% 5%;
  }
  .main_visual_message {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .main_visual {
    min-height: 680px;
    padding: 35% 5% 5%;
    background-position: 30%;
  }
  .main_visual:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_visual_message {
    border: none;
    padding: 5px 10px;
    font-size: 2rem;
  }
  .main_visual_message_sub {
    font-size: 1.6rem;
  }
  .main_visual_img {
    position: inherit;
    width: 250px;
    margin: 0 0 20px auto;
    bottom: 0;
    right: 0;
  }
  .main_visual .btn_red {
    font-size: 2.4rem;
    position: relative;
  }
}

.introduce h2 + p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
  font-size: 2rem;
}
.introduce ul {
  margin-bottom: 90px;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 50px;
}
.introduce li {
  width: 275px;
}
.introduce h3 {
  color: #3A88D6;
  text-align: center;
  font-size: 2.4rem;
}
.introduce div.flex_box {
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
}
.introduce div.flex_box img {
  width: 50%;
  max-width: 300px;
}
.introduce div.flex_box .text_area {
  flex: 1;
  max-width: 600px;
  line-height: 2;
}
.introduce div.flex_box .text_area p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .introduce h2 + p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.aboutus {
  padding-top: 30px;
  background-color: #FFE558;
  position: relative;
  overflow: hidden;
}
.aboutus:before {
  content: "";
  position: absolute;
  top: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
  z-index: 1;
}
.aboutus p {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.aboutus .flex_box {
  margin-bottom: 35px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 10px;
}
.aboutus .flex_box p {
  border-radius: 20px;
  padding: 20px 45px;
  background-color: #ffffff;
}
.aboutus .flex_box p span {
  display: inline;
  background: linear-gradient(transparent 70%, #FFAA8E 30%);
}
.aboutus .flex_box + p span {
  display: inline-block;
  padding: 5px;
  background-color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .aboutus p {
    font-size: 1.6rem;
  }
  .aboutus .flex_box {
    align-items: center;
  }
  .aboutus .flex_box p {
    width: 100%;
    padding: 20px 10px;
  }
}

.point {
  background-image: url(../img/bg_introduction.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.point ul {
  gap: 60px;
}
.point li {
  align-items: flex-start;
  gap: 20px 45px;
}
.point li:nth-of-type(1) span {
  color: #FF7F60;
}
.point li:nth-of-type(2) {
  flex-direction: row-reverse;
}
.point li:nth-of-type(2) span {
  color: #FFE558;
}
.point li:nth-of-type(3) span {
  color: #73CEFF;
}
.point .text_area {
  flex: 1;
  max-width: 500px;
}
.point .text_area span {
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
.point .text_area h3 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.8;
}
.point .text_area p {
  line-height: 2.5;
}
.point img {
  width: 70%;
  max-width: 470px;
}
@media screen and (max-width: 767px) {
  .point li {
    align-items: center;
  }
  .point li:nth-of-type(2) {
    flex-direction: column;
  }
  .point .text_area span {
    font-size: 2rem;
  }
  .point .text_area h3 {
    font-size: 2.4rem;
  }
  .point .text_area p {
    line-height: 2;
  }
}

.contact_area {
  background-color: #3A88D6;
  color: #ffffff;
  text-align: center;
}
.contact_area .container {
  padding: 80px 0;
}
.contact_area p {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact_area .container {
    padding: 40px 0;
  }
  .contact_area p {
    font-size: 1.8rem;
  }
}

.merit ul {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
.merit li {
  width: 300px;
  text-align: center;
  font-size: 2rem;
}
.merit img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .merit img {
    width: 250px;
  }
}

.price {
  background-color: #D9FCF2;
}
.price_plan {
  justify-content: center;
  gap: 40px;
}
.price_plan_item {
  width: 100%;
  max-width: 430px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.price_plan_item:nth-of-type(1) h3 {
  background-color: #FF7F60;
}
.price_plan_item:nth-of-type(1) .price_plan_num {
  border-color: #FF7F60;
}
.price_plan_item:nth-of-type(1) .price_plan_num + p {
  color: #FF7F60;
}
.price_plan_item:nth-of-type(2) h3 {
  background-color: #FCB23B;
}
.price_plan_item:nth-of-type(2) .price_plan_num {
  border-color: #FCB23B;
}
.price_plan_item:nth-of-type(2) .price_plan_num + p {
  color: #FCB23B;
}
.price_plan h3 {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
}
.price_plan .text_area {
  padding: 50px 30px;
}
.price_plan_num {
  border-bottom: 2px dashed;
  padding-bottom: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.price_plan_num span {
  font-family: "M PLUS 1", sans-serif;
  font-size: 4.8rem;
}
.price_plan_num + p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.price_plan ul {
  width: 90%;
  margin: 0 auto;
  gap: 30px;
}
.price_plan ul li {
  padding-left: 15px;
  position: relative;
}
.price_plan ul li:before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DCDDDD;
  position: absolute;
  top: 12px;
  left: 0;
}
.price_plan + p {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
  text-align: right;
}

.teacher {
  background-image: url(../img/bg_introduction.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.teacher ul {
  justify-content: center;
  gap: 40px 60px;
}
.teacher li {
  width: 100%;
  max-width: 570px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 20px rgba(18, 18, 18, 0.2);
  padding: 40px 30px;
  align-items: flex-start;
  gap: 15px 25px;
}
.teacher img {
  width: 150px;
}
.teacher .text_area {
  flex: 1;
}
.teacher h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.teacher span {
  display: block;
  margin-bottom: 10px;
  color: #AEAEAE;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .teacher li {
    align-items: center;
  }
}

.voice ul {
  justify-content: center;
  gap: 40px;
}
.voice li {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
}
.voice li .flex_box {
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 10px 30px;
}
.voice li img {
  width: 125px;
  margin: 0 auto;
}
.voice li .text_area {
  flex: 1;
}
.voice li .text_area .profile {
  font-size: 1.2rem;
  font-weight: 400;
}
.voice li .text_area p {
  font-size: 2rem;
  letter-spacing: 0;
}
.voice li .text_area p span {
  background: linear-gradient(transparent 70%, #FFAA8E 30%);
}

.topics {
  background-color: #FFE558;
}
.topics ul {
  margin-bottom: 50px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.topics li {
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 20px rgba(18, 18, 18, 0.2);
}
.topics li a {
  display: block;
  width: 100%;
  height: 100%;
}
.topics li a:hover {
  opacity: 0.8;
}
.topics img {
  width: 100%;
  aspect-ratio: 4/3;
  border-bottom: 2px solid #fff;
}
.topics .text_area {
  padding: 20px;
  background-color: #ffffff;
}
.topics_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.topics_date {
  display: block;
  margin-bottom: 10px;
  color: #AEAEAE;
  font-size: 1.4rem;
}
.topics_text {
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.contact h2 + p {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.contact .flex_box {
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
}
.contact .contact_box {
  text-align: center;
  width: 100%;
  max-width: 360px;
}
.contact .contact_box p {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
.contact .contact_text .must {
  display: inline-block;
  background-color: #FF7150;
  font-size: 15px;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 10px 0 10px;
  padding: 2px 10px;
  border-radius: 15px;
}
.contact .btn_red {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  font-size: 2.4rem;
}
.contact .btn_blue {
  width: 100%;
  max-width: 360px;
  padding: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .contact h2 + p {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }
}

form a {
  text-decoration: underline;
}
form a:hover {
  color: #FF7150;
}
form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-radius: 20px;
  padding: 50px 10%;
  text-align: left;
  margin-bottom: 60px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgb(230, 230, 230);
}
form dt {
  width: 25%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #D3D3D3;
}
form dd {
  padding: 25px 15px;
  margin: 0;
  width: 75%;
  box-sizing: border-box;
  border-bottom: solid 1px #D3D3D3;
}
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 #D3D3D3;
  padding: 3px 10px;
  background-color: #FFFFFF;
}
form textarea {
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  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: #FF7150;
  font-size: 10px;
  line-height: 1.5em;
  color: #F5F5F5;
  margin: 0 0 0 10px;
  padding: 2px 10px;
  border-radius: 10px;
}
form #image-btn {
  margin-top: 10px;
  text-align: center;
}
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 */