@charset "UTF-8";
/*
    Template: swell
    Theme Name: tane
    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: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.serif {
  font-family: "Noto Serif JP", serif;
}

.shippori {
  font-family: "Shippori 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;
}

h2.section-title::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 0;
  width: 4em;
  height: 1px;
  background: var(--color_main);
}

.center-contents {
  display: flex;
  justify-content: center;
}

.right-contents {
  display: flex;
  justify-content: flex-end;
}

.wp-block-media-text {
  gap: 3em;
}

.op8 {
  opacity: 0.8;
}

.disnone {
  display: none;
}

/*animation*/
.matrix {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.fadein.is-animated {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*header*/
.l-fixHeader__inner,
.l-header__inner {
  max-width: 2000px;
}

.header-btn a {
  font-weight: 500;
  letter-spacing: 1px;
  padding: 1em 1.5em;
}

/*section-mv*/
.section-mv .wp-block-media-text__media img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  height: 80vh;
  object-fit: cover;
}

.mv-catch-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  right: 15vw;
}

.section-mv
  .is-style-broken:not(.has-media-on-the-right)
  .wp-block-media-text__content {
  margin-left: -12em;
}

.mv-catch {
  display: inline;
  font-size: 2.7em !important;
  line-height: 1.8em !important;
}

.mv-catch .u-fz-xs {
  background: #fff;
  padding: 0.1em 0.15em;
}

.mv-catch .u-fz-l {
  background: #fff;
  padding: 0 0.15em;
}

.bb-text {
  border-bottom: 2px solid;
}

/*section-information*/
.section-information .-type-simple .p-postList__link {
  padding: 0.5em 0;
}

.section-information .p-postList__body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-information .p-postList__meta {
  width: 20%;
  margin: 0;
}

.section-information .p-postList .p-postList__title {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  width: 100%;
}

.section-information .is-style-more_btn a {
  background: unset;
  box-shadow: none;
  border: 1px solid;
  color: #fff;
  border-radius: 100vmax;
  display: inline;
  font-size: 0.85em;
}

/*section-result*/
.section-result .wp-block-group__inner-container {
  display: inline-block;
  border-bottom: 2px solid;
  color: var(--color_deep01);
  padding-bottom: 0.25em;
}

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

.scroll-items img {
  aspect-ratio: 16 / 9;
  width: 300px;
  height: auto;
  object-fit: cover;
}

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

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

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

.right-flow .scroll-track {
  transform: translateX(-30%);
  visibility: hidden;
  display: flex;
  width: fit-content;
  min-width: 3000px;
  will-change: transform;
}

.right-flow .scroll-track.start {
  visibility: visible;
  animation: scroll-right 60s linear infinite;
}

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

  100% {
    transform: translateX(0%);
  }
}

/*section-feature*/
.tane3contents {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.skill-box {
  background: #c1dffd;
  color: var(--color_deep02);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1em 1em;
  width: 33.3%;
}

.skill-box img {
  width: 2em;
  position: relative;
  bottom: 1em;
}

.skill-box h3 {
  margin: 0 auto 0.5em;
  font-weight: 500;
  font-size: xx-large;
  letter-spacing: 3px;
  text-align: center;
}

.skill-box h3 span {
  display: block;
  border-bottom: 3px solid;
  font-size: 0.7em;
  text-align: center;
}

.skill-box p {
  color: var(--color_text);
  opacity: 0.6;
  font-size: 0.8em;
  letter-spacing: 2px;
  line-height: 1.5;
}

.skill-box.skill02 {
  background: #ffebc5;
  color: var(--color_deep03);
}

.skill-box.skill03 {
  background: #ffc2d2;
  color: var(--color_deep04);
}

.section-feature h4 {
  margin-top: 1.5em;
}

/*section-recommend*/
.section-recommend .swell-block-column {
  background: #ecf8f6;
  padding: 1em;
  border-radius: 10px;
}

/*section-cta*/
.section-cta .is-style-balloon_box2 {
  border-radius: 100vmax;
  padding: 0.75em 1.5em;
}

.section-cta .is-style-balloon_box2:before {
  left: 2.5em;
}

.section-cta a {
  font-weight: 500;
  padding: 1.5em;
}

/*section-course*/
.section-course .swell-block-column {
  box-shadow: 0 0 17px #ddd;
  border-radius: 15px;
  padding: 0 0 1.5em;
}

.section-course .swell-block-column h3 {
  background: var(--color_main);
  color: #fff;
  font-weight: 400;
  padding: 0.5em;
  border-radius: 15px 15px 0 0;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.section-course .course-text {
  padding: 0 1.5em;
  margin-bottom: 2em;
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.9;
}

.section-course .price-group {
  justify-content: center;
  align-items: baseline;
  gap: 2px;
}

.section-course a {
  font-weight: 400;
  letter-spacing: 2px;
}

/*section-voice*/
.slider {
  width: 94%;
  margin: 0 auto;
}

.slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  opacity: 0.5;
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}

.slick-prev {
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -1.5%;
  transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  all: unset;
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #333;
}

.voice-box {
  max-width: 400px;
}

.voice-img-title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.voice-img-title img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100px;
  border-radius: 100vmax;
}

.voice-img-title h3 {
  margin: 0;
}

.voice-box p {
  font-size: 0.85em;
  line-height: 1.7;
  opacity: 0.8;
}

/*section-tutor*/
.section-tutor {
  /* padding-bottom: 0 !important;
    margin-bottom: -2em; */
}

.section-tutor .wp-block-media-text {
  box-shadow: 0 0 17px #ddd;
  border-radius: 15px;
  background: #fff;
}

.section-tutor .wp-block-media-text img {
  border-radius: 15px 0 0 15px;
}

.section-tutor .wp-block-media-text__content {
  padding-right: 1.5em;
}

/*section-flow*/
.section-flow .swell-block-column {
  padding: 1.5em;
  background: #edf8f6;
  border-radius: 10px;
}

.section-flow .wp-block-group {
  position: relative;
  bottom: 2.5em;
}

.section-flow .swell-block-column h3 {
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 1px solid;
  padding-bottom: 1em;
  margin-top: -2.5em;
}

/*section-access*/
.section-access .wp-block-gallery img {
  aspect-ratio: 1 / 1;
}

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

.line-btn {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.line-btn a {
  font-weight: 500;
  padding: 1em;
  letter-spacing: 2px;
}

.line-btn svg {
  position: relative;
  right: -0.125em;
}

/*page*/
.c-pageTitle__inner {
  font-weight: 500;
  color: var(--color_main);
  letter-spacing: 3px;
  padding: 0;
}

.c-pageTitle {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--color_main);
  border-bottom: 1px solid var(--color_main);
  padding: 0.75em 0;
}

/*page-single*/
.c-postTitle__ttl {
  font-weight: 500;
}

/*page-list*/
.p-postList .p-postList__title {
  font-weight: 500;
}

.-type-list .p-postList__excerpt,
.-type-list2 .p-postList__excerpt {
  opacity: 0.8;
}

/*pass-result*/
.page-pass-list .wp-block-list {
  font-weight: 300;
  font-size: 1.1em;
}

/*page-faq*/
.page-faq .faq_q {
  font-weight: 500;
  color: var(--color_main);
}

/*page-company*/
.section-page-company td,
.section-page-company th {
  padding: 1.5em 0;
}

/*page-archive*/
.c-pageTitle__subTitle {
  display: none;
}

.c-pageTitle[data-style="b_bottom"] {
  border-bottom: 1px solid var(--color_main);
}

.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  border: none;
}

/*page-contact*/
.section-contact ul {
  list-style: none;
  padding: 0;
}

.section-contact li {
  background: #fff;
  padding: 0.5em 1em !important;
  border: 1px solid;
  border-radius: 5px;
}

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

@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:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

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

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

.wpcf7-acceptance 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: small;
  text-align: center;
  margin-top: 0.5em;
  font-weight: 300;
}

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: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: var(--color_main);
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

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

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

.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: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: var(--color_deep01);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

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

@media not all and (min-width: 1500px) {
  .mv-catch-group .wp-block-group__inner-container {
    right: 5vw;
  }
}

@media not all and (min-width: 1200px) {
  [data-scrolled="true"] .header-btn {
    opacity: 1;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    visibility: visible;
  }

  .header-btn {
    opacity: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: fixed;
    right: 0;
    top: 20vh;
  }

  .l-fixHeader__inner .header-btn {
    opacity: 0;
  }

  .header-btn a {
    padding: 1em;
    letter-spacing: 5px;
  }

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

  .line-btn {
    top: 50vh;
  }

  /*section-course*/
  .section-course h4 {
    font-size: 1em;
  }
}

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

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

  .header-btn {
    opacity: 1;
    -ms-writing-mode: unset;
    writing-mode: unset;
    position: unset;
    right: unset;
    top: unset;
  }

  .header-btn a {
    padding: 1em;
    letter-spacing: 0;
    box-shadow: unset;
  }

  .section-mv .is-style-broken {
    grid-template-columns: 110% auto !important;
  }

  .section-mv .wp-block-media-text__content {
    position: absolute;
    bottom: 2em;
    right: 2em;
  }

  .section-mv .wp-block-media-text__media img {
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }

  .mv-catch-group .wp-block-group__inner-container {
    right: unset;
  }

  .mv-catch {
    font-size: 2.6em !important;
  }

  /*section-information*/
  .section-information .p-postList__body {
    display: unset;
  }

  .section-information .p-postList__meta {
    width: unset;
  }

  .section-information .p-postList .p-postList__title {
    -webkit-line-clamp: 2;
  }

  /*section-concept*/
  .tane3contents {
    display: unset;
  }

  .skill-box {
    width: unset;
    margin-bottom: 2em;
    padding-bottom: 0.25em;
  }

  .skill-box img {
    margin-bottom: -1em;
  }

  .sp-flex-wrap {
    display: flex;
    align-items: center;
    gap: 2em;
  }

  .skill-box h3 {
    width: 100%;
  }

  .skill-box p {
    width: 100%;
  }

  /*section-course*/
  .section-course .swell-block-columns__inner {
    display: block;
    scroll-snap-type: x mandatory;
    max-width: 800px;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .section-course .swell-block-column {
    scroll-snap-align: center;
    display: inline-block;
    width: 350px;
    white-space: normal;
    overflow: hidden;
  }

  /*section-voice*/
  .voice-box {
    max-width: 350px;
  }

  /*section-study-space*/
  .studyspace {
    font-size: 2.3em !important;
  }

  /*section-tutor*/
  .section-tutor .wp-block-media-text__content {
    padding: 1em 1em 1em 0;
  }

  /*line-btn*/
  .line-btn {
    opacity: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: unset;
    bottom: 0.25em;
    z-index: 2;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
  }

  .line-btn a {
    border-radius: 100vmax;
    padding: 0.5em 2em;
  }
}

@media not all and (min-width: 600px) {
  .wp-block-media-text {
    gap: 0;
  }

  /*section-mv*/
  .section-mv .wp-block-media-text__media img {
    clip-path: unset;
  }

  .section-mv .wp-block-media-text__content {
    bottom: 1em;
    left: -4vw;
    right: unset;
  }

  .mv-catch-group .wp-block-group__inner-container {
    right: unset;
  }

  .mv-catch {
    font-size: 1.7em !important;
    line-height: 2.5em !important;
    margin-bottom: 0.5em !important;
  }

  .mv-catch .u-fz-xs {
    padding: 0.25em;
    font-size: 1em !important;
  }

  .mv-catch .u-fz-l {
    padding: 0.25em;
  }

  .sp-white {
    color: #fff !important;
  }

  /*section-course*/
  .section-course .swell-block-column {
    width: 250px;
  }

  .section-course .swell-block-columns {
    --swl-clmn-mrgn--x: 1.5rem !important;
  }

  .section-course h4 {
    font-size: 0.95em;
  }

  /*section-voice*/
  .slider {
    width: 100%;
  }

  .voice-box {
    max-width: 250px;
  }

  .section-voice .post_content ol,
  .section-voice .post_content ul {
    padding-left: 0 !important;
  }

  .voice-img-title img {
    width: 70px;
  }

  /*section-study-space*/
  .studyspace {
    font-size: 2.6em !important;
  }

  /*section-tutor*/
  .section-tutor {
    /* margin-bottom: -8em; */
  }

  .section-tutor .wp-block-media-text img {
    border-radius: 15px 15px 0 0;
  }

  .section-tutor
    .wp-block-media-text.is-image-fill-element
    > .wp-block-media-text__media {
    min-height: 180px;
  }

  /*section-cta*/
  .section-cta .swell-block-column:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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