@charset "UTF-8";
a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

label,
input,
select,
textarea {
  font-size: 14px;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, serif;
  font-weight: normal;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

picture {
  display: flex;
}

.pc {
  display: block;
}
@media (max-width: 992px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 992px) {
  .sp {
    display: block;
  }
}

body {
  font-size: 14px;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, serif;
  color: #333;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background: #fff;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 0;
}
@media (max-width: 992px) {
  .container {
    width: calc(100vw - 40px);
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 40px 0;
  }
}

.conteiner_640 {
  text-align: center;
  width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .conteiner_640 {
    width: calc(100vw - 40px);
    max-width: 480px;
  }
}

.container_document {
  margin-top: 56px;
}

.ad_05 {
  animation-delay: 0.45s;
  padding-top: 10px;
}

.fg_orange {
  color: #ea650f;
}

.gray_fg_300 {
  color: #666;
}

.bg_light_orange {
  background-color: #ffeee2;
}

.btn_content {
  display: flex;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, serif;
  gap: 8px;
  padding: 16px 32px;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: #ea650f;
  border: 1px solid #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  transition: 0.2s;
  margin-right: auto;
  margin-left: auto;
  max-width: 320px;
  width: 100%;
}
.btn_content:hover {
  background-color: #ac3e23;
  transition: 0.1s;
}
.btn_content:focus {
  border-radius: 40px;
}

.btn_white {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
.btn_white:hover {
  background-color: #ccc;
}

.btn_content_line {
  background-color: #46ba43;
}
.btn_content_line :hover {
  background-color: #029300;
  transition: 0.1s;
}

.link_text {
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.2s;
}

.link_text:hover {
  opacity: 0.5;
  transition: 0.1s;
}

.heading_lg {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.14rem;
}
@media (max-width: 767px) {
  .heading_lg {
    font-size: 18px;
    line-height: 26px;
  }
}

.heading_md {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.14rem;
}

.heading_sm {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .heading_sm {
    font-size: 14px;
    line-height: 22px;
  }
}

.heading_xs {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .heading_xs {
    font-size: 14px;
    line-height: 20px;
  }
}

.body_3xl {
  font-size: 40px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 0.16rem;
}
@media (max-width: 767px) {
  .body_3xl {
    font-size: 28px;
    line-height: 40px;
  }
}

.body_2xl {
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .body_2xl {
    font-size: 24px;
    line-height: 34px;
  }
}

.body_xl {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .body_xl {
    font-size: 24px;
    line-height: 34px;
  }
}

.body_lg {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .body_lg {
    font-size: 18px;
    line-height: 26px;
  }
}

.body_md {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}

.body_sm {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .body_sm {
    font-size: 14px;
    line-height: 22px;
  }
}

.body_xs {
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.12rem;
}
@media (max-width: 767px) {
  .body_xs {
    font-size: 12px;
    line-height: 20px;
  }
}

header {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 992px) {
  header {
    height: 48px;
  }
}

.area_logo {
  padding: 0 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .area_logo {
    padding: 0 8px;
  }
}

.logo_mark_wide_bailes {
  height: 48px;
}
@media (max-width: 992px) {
  .logo_mark_wide_bailes {
    height: 40px;
  }
}

.nav_desktop {
  display: block;
}
@media (max-width: 992px) {
  .nav_desktop {
    display: none;
  }
}

#toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: none;
}
@media (max-width: 992px) {
  #toggle {
    display: block;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
  }
}

#toggle-box {
  position: relative;
  width: 24px;
  height: 12px;
  cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #ea650f;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.3s ease, bottom 0.3s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content ul {
  list-style: none;
}

.nav_sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  gap: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.item_nav_sp {
  width: calc(100% - 40px);
}

.nav_link_sp {
  width: 100%;
  display: block;
}

.nav_link_sns {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #ea650f;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.header_nav {
  display: flex;
  align-items: center;
  height: 56px;
}

.item_nav {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.item_nav_link {
  color: #333;
  transition: 0.2s;
}

.item_nav_link:hover {
  color: #ea650f;
  transition: 0.1s;
}

.btn_line {
  background-color: #46ba43;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.btn_line:hover {
  background-color: #029300;
  transition: 0.1s;
}

.btn_hpb {
  background-color: #ea650f;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.2s;
}

.btn_hpb:hover {
  background-color: #ac3e23;
  transition: 0.1s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.d-none {
  display: none;
}

.nav-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px #333;
}

.nav-icon {
  position: relative;
  display: block;
  width: 10em;
  height: 10em;
}

.nav-icon::before,
.nav-icon::after {
  content: "";
  display: block;
  width: 60%;
  border-top: 1px solid #555;
  position: absolute;
  top: 30%;
  left: 20%;
  transition: 0.2s all;
}

.nav-icon::after {
  top: 70%;
}

#main-nav:checked ~ nav {
  display: block;
  left: 0;
}

#main-nav:checked ~ .nav-icon-wrap > .nav-icon::before {
  top: 50%;
  transform: rotate(45deg);
}

#main-nav:checked ~ .nav-icon-wrap > .nav-icon::after {
  top: 50%;
  transform: rotate(-45deg);
}

.section_top {
  margin-top: 56px;
  height: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .section_top {
    margin-top: 48px;
    flex-direction: column;
  }
}

.img_top_mv {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.area_text_top {
  width: 50%;
  gap: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ea650f;
}
@media (max-width: 992px) {
  .area_text_top {
    width: 100%;
    gap: 8px;
    padding: 24px 0;
  }
}

.area_title_top {
  text-align: center;
  position: absolute;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 24px;
}
@media (max-width: 992px) {
  .area_title_top {
    text-align: center;
  }
}

.img_top {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ea650f;
  display: flex;
}
@media (max-width: 992px) {
  .img_top {
    display: none;
  }
}

.img_top_sp {
  display: none;
}
@media (max-width: 992px) {
  .img_top_sp {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .img_top_sp {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.banner_top {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 16px 24px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .banner_top {
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 16px 0;
    position: inherit;
  }
}

.heading_banner {
  color: #ea650f;
  display: flex;
  border-bottom: 1px solid #ea650f;
  padding-bottom: 8px;
  margin: 0 auto 8px;
}
@media (max-width: 992px) {
  .heading_banner {
    padding-bottom: 4px;
    margin: 0 auto 4px;
  }
}

.banner_top:hover {
  border: 2px solid #ea650f;
  transition: 0.1s;
}

.text_banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
  margin-right: auto;
  margin-left: auto;
}

.ic_arrow {
  height: 24px;
}
@media (max-width: 992px) {
  .ic_arrow {
    height: 16px;
  }
}

.container_btn_fixed {
  display: flex;
  gap: 24px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: 0.2s;
  width: 100%;
  max-width: 480px;
  margin: 20px auto;
  border-radius: 5px;
}
.container_btn_fixed.container_btn_fixed_black {
  background-color: inherit;
  box-shadow: inherit;
  padding: 0;
}
@media (max-width: 992px) {
  .container_btn_fixed {
    flex-direction: column;
    gap: 12px;
    width: calc(100% - 20px);
    max-width: 400px;
    padding: 14px 16px;
    margin: 10px auto;
  }
}

.btn_fixed_hide {
  transform: translateY(130%);
}

.btn_fixed {
  width: 100%;
  border-radius: 320px;
  text-align: center;
}
.btn_fixed.btn_fixed_black {
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  max-width: 480px;
  height: 56px;
}
@media (max-width: 992px) {
  .btn_fixed {
    height: 40px;
  }
}

.section_concept {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: url(../img/bg_img_concept_sp.jpg) no-repeat center center;
  background-size: cover;
}

.container_border {
  border: 2px solid #fff;
  padding: 6px;
  max-width: calc(100% - 40px);
}

.container_message {
  background-color: rgba(255, 255, 255, 0.96);
  padding: 32px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  .container_message {
    padding: 8px 16px 24px;
  }
}

.heading_section {
  display: inline-block;
}

.heading_underline {
  display: inline-block;
  border-bottom: 1px solid #ea650f;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.symbolMark_bailes {
  height: 200px;
}
@media (max-width: 992px) {
  .symbolMark_bailes {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .symbolMark_bailes {
    height: 80px;
  }
}

.area_worries_list {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 992px) {
  .area_worries_list {
    gap: 8px;
  }
}

.item_worries {
  display: flex;
  gap: 8px;
}

.obj_triangle {
  height: 32px;
}
@media (max-width: 992px) {
  .obj_triangle {
    height: 20px;
  }
}

.contents_lesson {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .contents_lesson {
    gap: 24px;
    padding: 0;
  }
}

.point_lesson {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .point_lesson {
    flex-direction: column;
    gap: 16px;
  }
}

.point_lessen_reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .point_lessen_reverse {
    flex-direction: inherit;
  }
}

.img_lesson {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .img_lesson {
    display: none;
  }
}

.img_lesson_sp {
  display: none;
}
@media (max-width: 767px) {
  .img_lesson_sp {
    width: 100%;
    display: flex;
  }
}

.area_text_lesson {
  min-width: 460px;
}
@media (max-width: 992px) {
  .area_text_lesson {
    min-width: inherit;
  }
}

.area_img_flow {
  width: 100%;
}

.img_flow {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .img_flow {
    display: none;
  }
}

.img_flow_sp {
  display: none;
}
@media (max-width: 767px) {
  .img_flow_sp {
    width: 100%;
    display: flex;
  }
}

.flow_lesson {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0;
  text-align: left;
}

.item_flow {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #ea650f;
}
@media (max-width: 992px) {
  .item_flow {
    gap: 16px;
    text-align: left;
  }
}

.number {
  background-color: #ffeee2;
  color: #ea650f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 24px;
  width: 24px;
}

.text_flow {
  width: 100%;
}

.flow_triangle {
  height: 16px;
}

.contents_trainer {
  display: flex;
  gap: 40px;
  text-align: left;
  align-items: center;
}
@media (max-width: 992px) {
  .contents_trainer {
    flex-direction: column-reverse;
    width: 100%;
    gap: 16px;
    text-align: center;
  }
}

.area_text_trainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.img_trainer {
  width: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .img_trainer {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 767px) {
  .img_trainer {
    display: none;
  }
}

.img_trainer_sp {
  display: none;
}
@media (max-width: 767px) {
  .img_trainer_sp {
    width: 100%;
    display: flex;
  }
}

.name_trainer {
  text-align: right;
}
@media (max-width: 992px) {
  .name_trainer {
    text-align: center;
  }
}

.lesson_fee {
  display: flex;
  gap: 16px;
  flex-direction: column;
  width: 100%;
}

.table_fee {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.item_fee {
  display: flex;
  background-color: #fff;
  align-items: center;
}
@media (max-width: 992px) {
  .item_fee {
    flex-direction: column;
  }
}

.item_colored {
  display: flex;
}
@media (max-width: 992px) {
  .item_colored {
    flex-direction: column;
    width: 100%;
  }
}

.box_category {
  width: 164px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px;
  color: #fff;
  background-color: #ea650f;
  text-align: left;
  line-height: 1.2rem;
  display: initial;
}
@media (max-width: 992px) {
  .box_category {
    width: 100%;
    height: 32px;
    justify-content: center;
    padding: 0;
    display: inherit;
  }
}

.box_fee {
  width: 196px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  background-color: #ffc49d;
}
@media (max-width: 992px) {
  .box_fee {
    width: 100%;
    height: 32px;
    justify-content: center;
    padding: 0;
  }
}

.area_text_fee {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  line-height: 1.4rem;
  text-align: left;
}
@media (max-width: 992px) {
  .area_text_fee {
    padding: 16px;
    justify-content: center;
    text-align: center;
  }
}

.area_text_fee_strong {
  display: inline-block;
  text-align: left;
}
@media (max-width: 992px) {
  .area_text_fee_strong {
    padding: 16px 0;
    justify-content: center;
    text-align: center;
  }
}

.area_note {
  margin-bottom: 16px;
}

.area_service {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .area_service {
    flex-direction: column;
  }
}

.area_text_service {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 992px) {
  .area_text_service {
    padding: 24px 0 16px;
    width: 100%;
  }
}

.area_img_service {
  width: 50%;
}
@media (max-width: 992px) {
  .area_img_service {
    width: 100%;
  }
}

.img_kidsSpace {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .img_kidsSpace {
    display: none;
  }
}

.img_kidsSpace_sp {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .img_kidsSpace_sp {
    display: flex;
  }
}

.service_triangle {
  height: 16px;
}

.area_googleMap {
  width: 960px;
  height: 320px;
}
@media (max-width: 992px) {
  .area_googleMap {
    width: 100%;
    height: 240px;
  }
}

.table_info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .table_info {
    margin-top: 8px;
  }
}

.row_info {
  display: flex;
  gap: 1px;
}
@media (max-width: 992px) {
  .row_info {
    flex-direction: column;
  }
}

.item_info {
  display: flex;
  width: 100%;
}

.info_category {
  width: 112px;
  padding: 10px 16px;
  text-align: left;
  background-color: #ea650f;
  color: #fff;
}
@media (max-width: 992px) {
  .info_category {
    width: 80px;
  }
}

.info_text {
  flex: 1;
  display: flex;
  gap: 8px;
  text-align: left;
  padding: 10px 16px;
  background-color: #f7f7f7;
}
.info_text a {
  transition: 0.2s;
}
.info_text a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

footer {
  background-color: #ea650f;
  color: #fff;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer a {
  transition: 0.2s;
}
footer a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.logo_mark_white {
  height: 80px;
}

.footer_nav {
  width: auto;
  display: flex;
  gap: 120px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 24px;
}
@media (max-width: 767px) {
  .footer_nav {
    gap: 64px;
    padding: 24px 0;
  }
}

.page_nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.sns_nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.footer_nav_sns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.item_policy {
  display: flex;
  gap: 40px;
  text-align: left;
}

.area_document {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.list_document {
  margin-left: 16px;
}

.flyer_dl_link {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
  display: inline-flex;
  letter-spacing: 0.1rem;
}

.text_orange {
  color: #ea650f;
}

.text_gray {
  color: #666;
}

.text_left {
  text-align: left;
}

.block_flyer {
  display: flex;
  padding: 24px 0;
}

.img_flyer {
  width: 50%;
}

.container_form {
  display: flex;
  max-width: 480px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  width: 100%;
}

.item_form {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.input_form {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 0;
  color: #333;
  font-weight: 300;
}

::-moz-placeholder {
  color: #999;
  font-weight: 300;
}

::placeholder {
  color: #999;
  font-weight: 300;
}

input:focus {
  border-radius: 0;
}

.btn_form_input {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  margin-top: 24px;
  max-width: 320px;
  width: 100%;
  font-family: Hiragino Mincho ProN, ヒラギノ明朝 ProN, serif;
}
.btn_form_input :focus {
  border-radius: 999px;
}

.img_news {
  width: 100%;
  max-width: 640px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.text_orange {
  color: var(--fg_orange, #ea650f);
}
.text_orange.text_orange_link:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.area_text_column {
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .area_text_column {
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */