@charset "UTF-8";
/*
    Template: swell
    Theme Name: hitoketa
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

.zenmin {
  font-family: "Zen Old Mincho", serif;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.grid-bg {
  background-image:
    linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    ),
    linear-gradient(
      90deg,
      transparent calc(100% - 1px),
      #f0f0f0 calc(100% - 1px)
    );
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.p-blogParts.post_content {
  margin-bottom: 0;
}

/*header*/
.c-gnav {
  font-family: "Noto Sans JP", sans-serif;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 1em;
}

.header-tel {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-tel svg {
  width: 1em;
  position: relative;
  top: 3px;
  left: 5px;
}

.header-tel a {
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0;
  display: block;
  margin-bottom: -0.5em;
}

.header-tel-info {
  text-align: right;
  font-size: 0.9em;
  color: #333;
  opacity: 0.8;
}

/*sp-menu*/
.menu-cta-columns h3 {
  margin-bottom: 0.5em;
}

.menu-cta-columns a {
  font-size: 1.3em;
}

.menu-cta-columns .roboto {
  font-size: 1.5em;
  color: var(--color_main);
  margin-bottom: -0.5em;
}

.c-infoBar__text.-flow-off {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  font-size: 1.2em;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background: #d7f1ff;
  color: #008cd6;
}

/*section-mv*/
.mv-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.mv-left {
  width: min(560px, 40vw);
  padding: 0 40px 0 24px;
  box-sizing: border-box;
}

.mv-left h2 {
  font-size: 4.5em;
  font-weight: 600;
  color: #080556;
  margin: 0 auto 0.25em;
  line-height: 1.1;
  letter-spacing: 5px;
}

.mv-left h2 span.color1 {
  color: var(--color_deep02);
}

.mv-left h2 span.color2 {
  color: var(--color_deep03);
}

.catch-sub {
  line-height: 1.5;
}

.catch-sub span {
  font-size: 1.5em;
  color: var(--color_deep04);
  font-weight: 600;
}

.mv-contents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 1em auto 0;
}

.mv-contents-item {
  background: var(--color_deep02);
  color: #fff;
  border-radius: 100vmax;
  width: 130px;
  height: 130px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mv-contents-item:nth-child(2) {
  background: var(--color_main);
}

.mv-contents-item:last-child {
  background: var(--color_deep04);
}

.mv-contents-item span:first-child {
  font-size: 1.5em;
  font-weight: 700;
}

.mv-contents-item span:last-child {
  font-size: 0.9em;
}

.mv-left h3 {
  margin: 0.5em auto 0 !important;
  font-size: 2.5em !important;
  display: flex;
  flex-direction: column;
  color: #080556;
  letter-spacing: 2px;
}

.mv-left h3 span {
  background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #ffe683 70%);
  width: fit-content;
  transform: rotate(-3deg);
}

.mv-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
}

.mv-right img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 40px 0 0 40px;
}

.mv-pr {
  position: absolute;
  bottom: 2em;
  right: 2em;
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 1.5em;
}

.pr-box {
  background: var(--color_deep01);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.15em 1em 0.25em;
  border-radius: 10px;
  font-size: 1.5em;
  letter-spacing: 2px;
}

.pr-box p:first-child {
  font-size: 0.85em;
  margin-bottom: -0.75em;
  line-height: 1.5;
}

.pr-box p:first-child span {
  font-size: 2em;
  margin: 0 0.1em;
  position: relative;
  top: 1px;
}

.pr-box p:first-child span.station {
  font-size: 1.5em;
  font-weight: 600;
}

.pr-box p:last-child span {
  font-size: 1.3em;
  margin-left: 0.25em;
}

.pr-box:first-child {
  font-family: "Noto Sans JP", sans-serif;
  color: #070056;
  font-weight: 600;
  background: #ffffffd1;
  font-size: 1.3em;
}

.pr-box:first-child p:first-child {
  border-bottom: 1px solid;
  line-height: unset;
  margin-bottom: unset;
  font-size: unset;
}

/*auto-scroll-gallery*/
.auto-scroll-gallery {
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.scroll-track {
  display: flex;
  width: fit-content;
  will-change: transform;
  min-width: 3000px;
}

.scroll-items {
  display: flex;
  gap: 1em;
}

.scroll-items img {
  aspect-ratio: 16 / 10;
  width: 350px;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}

.left-flow .scroll-track {
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-30%);
  }
}

/*section-info*/
.section-info .-type-simple .p-postList__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  opacity: 0.9;
  font-size: 0.95em;
}

.section-info .is-style-btn_line a {
  padding: 0.5em 1.5em;
}

/*section-message*/
.section-message .wp-block-media-text__media img {
  border-radius: 30px;
}

.section-message h3 {
  font-size: 2.2em;
}

/*section-reason*/
.section-reason h3 {
  font-size: 2em;
  margin: 0 auto 1em;
  letter-spacing: 1px;
}

.section-reason .wp-block-image img {
  border-radius: 20px;
}

.section-reason .swell-block-column:first-child img {
  object-position: 90% 10%;
}

/*section-cta*/
.section-cta {
  color: #fff;
}

.section-cta h2 {
  font-size: 2.5em;
  letter-spacing: 5px;
  margin-bottom: 0.5em;
}

.section-cta .swell-block-column {
  background: #fff;
  padding: 1em;
  color: var(--color_main);
  border-radius: 20px;
}

.section-cta h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 500;
}

.section-cta .roboto {
  font-size: 1.8em;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: -0.35em;
}

.section-cta .is-style-btn_normal a {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}

/*section-voice*/
.section-voice .swell-block-column {
  background: #fff;
  padding: 1em 1.5em;
  border-radius: 10px;
  height: fit-content;
}

.section-voice h3 {
  margin: 0 auto 1em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
}

.section-voice p {
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.rm-toggle {
  display: none;
}

.rm-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.8em * 3);
}

.rm-toggle:checked ~ .rm-text {
  -webkit-line-clamp: unset;
  max-height: none;
  display: block;
}

.rm-btn {
  display: inline-block;
  color: var(--color_main);
  font-weight: 500;
  cursor: pointer;
  font-size: 0.9em;
  border: 1px solid;
  border-radius: 100vmax;
  padding: 0.15em 0.75em;
  margin-top: 0.75em;
}

.rm-toggle:checked ~ .rm-btn {
  display: none;
}

/*section-course*/
.section-course .wp-block-group {
  background: #fff;
  border: 5px solid #63b5b1;
  border-radius: 30px;
  padding: 1.5em;
}

.section-course h3 {
  font-size: 2.3em;
  color: #070056;
  position: relative;
  bottom: 1.5em;
  margin-bottom: -0.75em;
  letter-spacing: 5px;
}

.section-course h3 img {
  position: relative;
  top: 4px;
}

.section-course .wp-block-media-text__media img {
  border-radius: 30px;
}

.section-course ul {
  font-size: 0.85em;
}

.section-course ul li {
  margin-bottom: -5px;
}

.section-course .swell-block-column {
  background: #63b5b121;
  padding: 1em;
  border-radius: 20px;
}

.section-course .swell-block-column h4 {
  text-align: center;
  color: var(--color_deep02);
  font-weight: 500;
  font-size: 1.3em;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.fee-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: -0.75em;
}

.fee-item .roboto {
  font-size: 2em;
  color: var(--color_deep02);
  font-weight: 600;
}

.section-course .swell-block-column p {
  text-align: center;
  opacity: 0.7;
  font-size: 0.9em;
  margin-bottom: 0;
}

/*section-time*/
.section-time .is-style-double table {
  border: none;
  border-spacing: 5px;
}

.section-time thead td,
.section-time thead th {
  background: #82c1ea;
}

.section-time td,
.section-time th {
  border: none;
  border-radius: 2px;
  background: #ecf8ff;
  color: #070056;
  font-size: 1.1em;
  line-height: 1.3;
}

/*section-flow*/
.section-flow .mont {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
  background: #070056;
  color: #fff;
  border-radius: 20px 20px 0 0;
  line-height: 1.5;
}

.section-flow .swell-block-column img {
  border-radius: 0 0 20px 20px;
  aspect-ratio: 16/8;
  object-fit: cover;
}

.section-flow .swell-block-column figure {
  margin-bottom: 0;
}

.section-flow .swell-block-column h3 {
  margin: 0.5em auto;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  color: #070056;
}

.section-flow .flow-text {
  color: #333;
  opacity: 0.8;
  font-size: 0.9em;
  line-height: 1.5;
}

/*section-faq*/
.section-faq .is-style-faq-box .swell-block-faq__item {
  background: #fff;
  color: #070056;
  border: 2px solid;
  border-radius: 20px;
}

.section-faq dd.faq_a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/*section-access*/
.section-access .wp-block-gallery img {
  border-radius: 20px;
}

.section-access iframe {
  border-radius: 20px;
}

/*footer*/
.page .l-content {
  margin-bottom: 0;
}

.page .w-beforeFooter {
  margin-top: 0;
}

#custom_html-3 {
  margin-top: 0;
}

[data-scrolled="true"] .fix-btn-wrap {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  visibility: visible;
}

.fix-btn-wrap {
  opacity: 0;
  position: fixed;
  top: 20vh;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 2;
  display: flex;
  gap: 0.5em;
}

.fix-btn-wrap a {
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0.85em 0.65em 0.85em 1em;
  display: flex;
  align-items: center;
  gap: 0.25em;
  background: var(--color_deep01);
  color: #fff;
  border-radius: 20px 0 0 20px;
  box-shadow: var(--swl-btn_shadow);
}

.fix-btn-wrap a:last-child {
  background: #057ab7;
}

.fix-btn-wrap a svg {
  width: 1.5em;
}

/*post*/
.p-articleThumb {
  display: flex;
  justify-content: center;
}

.p-postList__thumb:before {
  background: unset;
}

.p-articleThumb__img {
  border-radius: 20px;
  max-width: 600px;
  box-shadow: unset;
}

.single .c-postTitle__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.c-categoryList__link {
  border-radius: 100vmax;
  padding: 0.35em 0.75em;
}

.single .post_content h1,
.single .post_content h2,
.single .post_content h3,
.single .post_content h4,
.single .post_content h5,
.single .post_content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.single .post_content img {
  border-radius: 8px;
}

.p-authorBox {
  border-radius: 20px;
  text-align: unset;
}

.p-authorBox .avatar {
  object-position: 0 0;
}

.p-authorBox__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.p-authorBox__position {
  font-style: unset;
}

.p-pickupBanners__item .c-bannerLink,
.p-postList__thumb {
  box-shadow: unset;
}

.c-postThumb__figure {
  border-radius: 15px;
}

.c-postThumb__img {
  border-radius: 15px;
}

ul.p-postList.p-relatedPosts.-type-card .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0 !important;
}

.p-postList .p-postList__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

/*page*/
.l-topTitleArea__body {
  display: flex;
  justify-content: center;
}

.l-topTitleArea__body h1 {
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: 7px;
  background: var(--color_main);
  padding: 0.15em 0.5em 0.15em 0.65em;
  border-radius: 5px;
}

.l-footer__foot {
  background: #fff;
  padding-top: 0.5em;
  opacity: 0.8;
}

/*page-about*/
.page-about {
  padding-top: 0 !important;
}

.page-about .wp-block-media-text__media img {
  border-radius: 30px;
}

.page-about-profile img {
  object-position: 0.5em 0;
}

.page-about-philosophy h3 {
  font-size: 2.5em;
}

.page-about-philosophy h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #070056;
  margin-bottom: 0.5em;
  border-left: 5px solid;
  padding-left: 0.5em;
}

/*page-contact*/
.page-contact {
  padding-bottom: 4em !important;
}

.page-contact h2 {
  color: #070056;
  letter-spacing: 2px;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.page-contact .swell-block-step__body {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.8;
  letter-spacing: 1px;
  margin-top: 0.5em !important;
}

.page-contact .swell-block-step__item .swell-block-step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1em !important;
}

.page-contact .page-contact-flow .swell-block-column {
  background: #e9f7ff;
  padding: 1em;
  border-radius: 10px;
}

/*page-thanks*/
.page-thanks {
  padding-bottom: 4em !important;
}

.page-thanks .wp-block-group {
  padding: 1.5em;
  border-radius: 20px;
  line-height: 1.5;
  margin-bottom: 3em;
}

/*page-privacy*/
.page-privacy {
  padding-bottom: 4em !important;
}

.page-privacy h3 {
  font-weight: 500;
}

/*page-company*/
.page-company {
  padding-bottom: 4em !important;
}

.page-company .is-style-simple td,
.page-company .is-style-simple th {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.9em;
}

.page-company .is-style-simple th {
  font-size: 0.85em;
  letter-spacing: 2px;
  font-weight: 600;
}

@media not all and (min-width: 1400px) {
  .mv-right img {
    aspect-ratio: 16 / 16;
  }

  .mv-left h2 {
    font-size: 5.5vw;
  }

  .catch-sub {
    font-size: 0.85em;
    line-height: 1.3;
  }

  .mv-contents-item {
    width: 120px;
    height: 120px;
  }

  .mv-contents-item span:last-child {
    font-size: 0.75em;
  }

  .mv-left h3 {
    font-size: 2em !important;
  }

  .mv-left {
    width: min(560px, 47vw);
  }

  .pr-box {
    font-size: 1.3em;
  }

  .scroll-items img {
    width: 250px;
  }
}

@media not all and (min-width: 960px) {
  .w-header.pc_ {
    display: block !important;
  }

  .header-tel {
    margin-right: 0.5em;
  }

  .header-tel a {
    font-size: 1.7em;
    letter-spacing: -1px;
  }

  .l-header__customBtn.sp_ {
    display: none;
  }

  .mv-right img {
    aspect-ratio: 16 / 21;
  }

  .mv-left {
    width: min(560px, 57vw);
  }

  .mv-left h2 {
    font-size: 7vw;
  }

  .mv-contents-item {
    width: 110px;
    height: 110px;
  }

  .mv-contents-item span:first-child {
    font-size: 1.3em;
  }

  .mv-pr {
    flex-direction: column;
    gap: 0.5em;
    bottom: 0;
  }

  /*section-cta*/
  .section-cta .swell-block-columns__inner {
    row-gap: 1.5em;
    justify-content: center;
  }

  .section-cta .swell-block-column {
    margin-left: 1.5em;
  }

  .section-cta .swell-block-column:first-child {
    width: 55%;
  }

  .section-cta h3 {
    margin-bottom: 0.5em;
  }

  .section-cta a {
    font-size: 1.2em;
  }

  .page-thanks .section-cta .swell-block-columns__inner {
    margin: 0;
    justify-content: space-around;
  }

  .page-thanks .section-cta .swell-block-column {
    width: unset;
    margin: 0;
  }
}

@media not all and (min-width: 600px) {
  .header-tel {
    width: fit-content;
  }

  .mv-wrap {
    flex-direction: column;
  }

  .mv-right img {
    aspect-ratio: 16/9;
  }

  .mv-left {
    width: 100%;
    padding: 0;
  }

  .mv-left h2 {
    font-size: 3em;
  }

  .mv-left h2 span.catch2 {
    position: relative;
    left: 1.5em;
  }

  .mv-contents {
    justify-content: center;
  }

  .mv-contents-item {
    width: 100px;
    height: 100px;
  }

  .mv-pr {
    position: relative;
    bottom: 10em;
    right: unset;
    gap: 0.5em;
  }

  .pr-box {
    font-size: 1em;
    letter-spacing: 0;
    border-radius: 10px 0 0 10px;
  }

  .pr-box:first-child {
    font-size: 0.85em;
  }

  .mv-right {
    margin-bottom: -8em;
  }

  .catch-sub {
    font-size: 0.75em;
  }

  .section-message h3 {
    font-size: 2em;
  }

  .section-message .is-stacked-on-mobile > .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-sub-title {
    font-size: 1.3em !important;
  }

  .section-title {
    font-size: 2.5em !important;
    letter-spacing: 2px !important;
  }

  .section-reason h3 {
    font-size: 1.8em;
    margin-bottom: 0.25em;
  }

  .section-cta .swell-block-column {
    margin: 0 0 0 var(--swl-clmn-mrgn--x);
  }

  .section-cta .swell-block-column:first-child {
    width: 100%;
  }

  .section-cta h2 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }

  .section-cta h3 {
    margin-bottom: 0.25em;
  }

  .section-voice .section-title {
    font-size: 1.5em !important;
    letter-spacing: 0 !important;
  }

  .section-course h3 {
    font-size: 2em;
    letter-spacing: 3px;
  }

  .section-time td,
  .section-time th {
    font-size: 0.85em;
  }

  .fix-btn-wrap {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
  }

  .fix-btn-wrap a {
    width: 100%;
    border-radius: 20px 20px 0 0;
    justify-content: center;
    padding: 0.5em 1em;
    flex-direction: column;
    gap: 0;
  }

  /*page-about*/
  .page-about-philosophy h3 {
    font-size: 1.6em;
    letter-spacing: 0;
  }

  .page-about-philosophy h4 {
    font-size: 1.15em;
  }

  /*page-contact*/
  .page-contact .section-cta .swell-block-column {
    padding: 0;
  }

  .page-contact .section-cta .is-style-btn_normal a {
    width: 80%;
  }

  .page-contact .swell-block-step__item .swell-block-step__title {
    font-size: 1.2em !important;
  }

  /*page-thanks*/
  .page-thanks .section-cta .roboto {
    font-size: 1.5em;
  }

  .page-thanks .section-cta .swell-block-column {
    width: 100%;
  }

  /*footer*/
  .l-footer__foot {
    padding-bottom: 6em;
  }
}

/*contact-form*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.check-item .Form-Item-Input {
  background: url();
  border: unset;
  padding: 0;
  margin: 0;
}

.check-item .Form-Item-Input input {
  /* transform: scale(1.5);
  margin-right: 3px; */
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.9em;
}

.Form-Item-Input::placeholder,
.Form-Item-Textarea::placeholder {
  opacity: 0.6;
}

.wpcf7-acceptance label,
.check-item label {
  /* display: inline-block;
  background: #eaf5ff;
  padding: 0.5em 1em;
  border-radius: 50px;
  border: 1px solid #a1cffa;
  margin-top: 1em; */
  font-size: 0.9em;
}

.Form-Item-acceptance {
  transform: scale(1.5);
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}

a.contact-privacy-link {
  display: block;
  font-size: 0.9em;
  text-align: center;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}

a.contact-privacy-link i {
  margin-left: 2px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-message {
  font-size: 0.75em;
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 3px;
  padding: 0 0.35em;
  width: fit-content;
  display: block;
  text-align: center;
  background: var(--color_main);
  color: #fff;
  font-size: 0.75em;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    margin-right: 0.5em;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  background: #eaedf2;
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 18px;
    width: 100%;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 280px;
  display: block;
  letter-spacing: 2px;
  background: var(--color_deep01);
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
