/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* 
Theme Name: TanRen LabTheme
Author: 株式会社トータル・アシスト
*/
.button__group {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .button__group {
    flex-direction: row;
    gap: 2rem;
  }
}
.button__item {
  flex: 1;
  width: 100%;
}
.button__item .main,
.button__item .sub {
  display: block;
}
.button__item .main {
  font-size: clamp(1.25rem, 0.782rem + 0.96vw, 1.5rem);
}
.button__item .main-s {
  font-size: clamp(1rem, 0.532rem + 0.96vw, 1.25rem);
}
.button__item .sub {
  font-size: clamp(0.75rem, 0.516rem + 0.48vw, 0.875rem);
}
.button__item .sub-s {
  font-size: clamp(0.625rem, 0.391rem + 0.48vw, 0.75rem);
}

.button-type__primary a {
  background-color: #EE0000;
  border-radius: 0;
  color: #FFFFFF;
}
.button-type__primary a:hover {
  background-color: #B6986E;
}
.button-type__secondary a {
  background-color: #000000;
  border-radius: 0;
  color: #FFFFFF;
}
.button-type__secondary a:hover {
  background-color: #B6986E;
}
.button-type__dotted a {
  background-color: transparent;
  border: 1px dotted #000000;
  border-radius: 0;
  color: #000000;
}
.button-type__dotted a:hover {
  border-color: #B6986E;
  color: #B6986E;
}
.button-type__dotted-inversed a {
  background-color: transparent;
  border: 1px dotted #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
}
.button-type__dotted-inversed a:hover {
  border-color: #B6986E;
  color: #B6986E;
}

.trl-icon-with-shadow {
  background-color: #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
}

html {
  scroll-behavior: smooth;
}

.section__standard {
  margin: 160px 0;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .section__standard {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__standard {
    padding: 0;
  }
}

.w-520,
.w-782,
.w-1040,
.w-1200 {
  margin: 0 auto;
}

.w-520 {
  max-width: 520px;
}

.w-782 {
  max-width: 782px;
}

.w-1040 {
  max-width: 1040px;
}

.w-1200 {
  max-width: 1200px;
}

.col-2 {
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 782px) {
  .col-2 {
    gap: 2rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1040px) {
  .col-2 {
    gap: 4rem;
  }
}
.col-2.ratio-50-50 .wp-block-group {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}

.col-3 {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 782px) {
  .col-3 {
    gap: 3rem;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 1040px) {
  .col-3 {
    gap: 3rem;
  }
}
.col-3 .wp-block-group {
  flex: 0 1 100%;
  max-width: 360px;
}
@media screen and (min-width: 782px) {
  .col-3 .wp-block-group {
    flex: 0 1 calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .col-3 .wp-block-group {
    flex: 0 1 calc((100% - 6rem) / 3);
  }
}
.col-3 .wp-block-group.type__bg-red {
  background-color: #FFF1F1;
  padding: 2rem;
}

.col-3-border__group {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media screen and (min-width: 782px) {
  .col-3-border__group {
    flex-direction: row;
    align-items: stretch;
  }
}
.col-3-border__item {
  flex: 0 1 100%;
  max-width: 360px;
  padding: 2rem;
}
@media screen and (min-width: 782px) {
  .col-3-border__item {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1040px) {
  .col-3-border__item {
    flex: 0 1 33.3333333333%;
    max-width: 100%;
  }
}
.col-3-border__item:first-child {
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 782px) {
  .col-3-border__item:first-child {
    border-right: 1px solid #000000;
  }
}
@media screen and (min-width: 1040px) {
  .col-3-border__item:first-child {
    border-bottom: 0;
  }
}
.col-3-border__item:nth-child(2) {
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 782px) {
  .col-3-border__item:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .col-3-border__item:nth-child(2) {
    border-bottom: 0;
    border-right: 1px solid #000000;
  }
}

.bg-gray {
  background-color: #F3F7F9;
  padding: 3rem 0;
}
@media screen and (min-width: 600px) {
  .bg-gray {
    padding: 4rem 0;
  }
}

.bg-blue {
  background-color: #EFFBFE;
  padding: 3rem 0;
}
@media screen and (min-width: 600px) {
  .bg-blue {
    padding: 4rem 0;
  }
}

.bg-white {
  background-color: #FFFFFF;
  margin: 4rem 0;
}
@media screen and (min-width: 600px) {
  .bg-white {
    margin: 6rem 0;
  }
}

.bg-vision {
  background: linear-gradient(to right, #9AC9F3, #9AC9F3, #01519F, #01519F);
  margin-block-end: 4rem;
}

.bg-hero {
  background: linear-gradient(to bottom, #FFFFFF, #FFF1F1);
}

a:hover {
  transition: all 0.5s 0s ease;
}

.wp-block-spacer {
  margin: 0 !important;
}
.wp-block-spacer.h-32 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-32 {
    height: 32px !important;
    flex-basis: 32px;
  }
}
.wp-block-spacer.h-64 {
  height: 48px !important;
  flex-basis: 48px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-64 {
    height: 64px !important;
    flex-basis: 64px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-box: trim-both cap alphabetic;
}

h2 {
  font-size: clamp(2.5rem, 2.118rem + 1.18vw, 3rem);
}

h3 {
  font-size: clamp(2rem, 1.618rem + 1.18vw, 2.5rem);
}

h4 {
  font-size: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
}

h5 {
  font-size: clamp(1.25rem, 1.059rem + 0.59vw, 1.5rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(1rem, 0.809rem + 0.59vw, 1.25rem);
}

p,
li {
  font-size: clamp(1rem, 0.809rem + 0.59vw, 1.25rem);
  line-height: 160%;
}

p {
  margin-block-start: 0 !important;
}

.absolute-line-break {
  display: inline;
}
@media screen and (min-width: 782px) {
  .absolute-line-break {
    display: block;
  }
}

.controlled-line-break {
  display: inline-block;
}

.reversed-line-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .reversed-line-break {
    display: inline-block;
  }
}

.tsc-quote {
  font-size: clamp(1.25rem, 1.094rem + 0.63vw, 1.5rem);
}

.reference-box__container {
  padding: 2rem;
}
.reference-box__container.type-border-black {
  border: 1px solid #000000;
}
.reference-box__container.type-border-red {
  border: 1px solid #EE0000;
}
.reference-box__container.type-bg-pink {
  background-color: #FFF1F1;
}
.reference-box__container.type-bg-gray {
  background-color: #F3F7F9;
}
.reference-box__container.type-bg-dark-gray {
  background-color: #D8E5EC;
}

.callout-box__container {
  padding: 2rem;
}
@media screen and (min-width: 782px) {
  .callout-box__container {
    padding: 3rem;
  }
}
@media screen and (min-width: 1040px) {
  .callout-box__container {
    padding: 5rem;
  }
}
.callout-box__container.type-bg-gray {
  background-color: #F3F7F9;
}
.callout-box__container.type-bg-black {
  background-color: #000000;
}
.callout-box__container.type-bg-black h6,
.callout-box__container.type-bg-black p {
  color: #FFFFFF;
}
.callout-box__container .type-insert-note {
  font-size: 1rem;
  margin: 1rem 0 3rem !important;
}

.trl-global-footer__top {
  background-color: #F3F7F9;
  margin-top: 160px;
  padding: 5rem 0;
}
.trl-global-footer__bottom {
  background-color: #000000;
  color: #FFFFFF;
  padding: 2rem 0;
}
.trl-global-footer__bottom p {
  font-size: 0.875rem;
}

.trl-global-header {
  background-color: #F3F7F9;
  margin-bottom: 112px;
  padding: 2rem 0;
}

.cta-contact__group {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .cta-contact__group {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
}
@media screen and (min-width: 1040px) {
  .cta-contact__group {
    gap: 5rem;
  }
}
.cta-contact__item {
  flex: 1;
}
.cta-contact__item--logo {
  margin: 0 0 2rem;
}
.cta-contact__item--note {
  font-size: 1rem;
}

.trl-profile h2 {
  margin: 0 0 4rem;
}
.trl-profile h6 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.trl-profile h6:before {
  display: inline-block;
  content: "";
  mask-size: 2rem 2rem;
  background-color: #EE0000;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}
.trl-profile h6.type-icon-certificate:before {
  mask-image: url(33cc998e420e611c5dd6.svg);
}
.trl-profile h6.type-icon-career:before {
  mask-image: url(2d130c771b3842b5781d.svg);
}
.trl-profile h6.type-icon-speech:before {
  mask-image: url(4e06fc956dd692422de0.svg);
}
.trl-profile h6.type-icon-column:before {
  mask-image: url(d23cb454a9eff675abd0.svg);
}
.trl-profile .biography__group {
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 782px) {
  .trl-profile .biography__group {
    align-items: flex-start;
  }
}
.trl-profile .biography__item--job-title {
  font-size: 1rem;
  color: #666666;
}
.trl-profile .biography__item--name {
  font-size: clamp(2.5rem, 2.118rem + 1.18vw, 3rem);
  font-weight: 600;
}
.trl-profile .biography__item--rubi {
  font-size: clamp(1rem, 0.809rem + 0.59vw, 1.25rem);
  color: #EE0000;
}
.trl-profile .biography__item--quote {
  font-size: clamp(1.25rem, 0.676rem + 1.76vw, 2rem);
  font-style: italic;
  font-weight: 600;
  margin: 2rem 0 !important;
}
@media screen and (min-width: 782px) {
  .trl-profile .biography__item--quote {
    margin: 4rem 0 !important;
  }
}
.trl-profile .biography__item:first-child {
  flex: 0 1 100%;
  max-width: 240px;
}
@media screen and (min-width: 782px) {
  .trl-profile .biography__item:first-child {
    max-width: 200px;
  }
}
@media screen and (min-width: 1040px) {
  .trl-profile .biography__item:first-child {
    max-width: 368px;
  }
}
.trl-profile .biography__item:last-child {
  flex: 0 1 100%;
}
@media screen and (min-width: 782px) {
  .trl-profile .biography__item:last-child {
    flex: 0 1 calc(100% - (3rem + 200px));
  }
}
@media screen and (min-width: 1040px) {
  .trl-profile .biography__item:last-child {
    flex: 0 1 calc(100% - (3rem + 368px));
  }
}
.trl-profile ul {
  padding: 0 0 0 1.5rem;
}
.trl-profile li {
  font-size: 1rem;
}

.trl-philosophy h2 {
  margin: 0 0 4rem;
}
.trl-philosophy h3 {
  margin: 2rem 0 1.5rem;
}
.trl-philosophy h4 {
  margin: 0 0 3rem;
}
.trl-philosophy h5 {
  color: #EE0000;
  margin: 1.5rem 0 2rem;
}
.trl-philosophy .paragraph__lead--centered {
  text-align: left;
}
@media screen and (min-width: 782px) {
  .trl-philosophy .paragraph__lead--centered {
    text-align: center;
  }
}

.trl-training-space h2 {
  margin: 0 0 4rem;
}

.trl-pricing h2 {
  margin: 0 0 1rem;
}
.trl-pricing h3 {
  margin: 2rem 0;
}
.trl-pricing .trial-price-box__group {
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .trl-pricing .trial-price-box__group {
    gap: 3rem;
  }
}
@media screen and (min-width: 1040px) {
  .trl-pricing .trial-price-box__group {
    gap: 5rem;
  }
}
.trl-pricing .trial-price-box__item {
  flex: 0 1 50%;
}
.trl-pricing .trial-price-box__item--label {
  font-size: 1rem;
  margin: 0 0 1rem;
}
.trl-pricing .trial-price-box__item--price {
  background-color: #333333;
  border-radius: 0.5rem;
  font-size: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
  padding: 1.5rem 0;
  text-box: trim-both cap alphabetic;
}
.trl-pricing .pricing-box__item {
  background-color: #FFFFFF;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 782px) {
  .trl-pricing .pricing-box__item {
    width: 100%;
  }
}
.trl-pricing .pricing-box__item--name {
  font-size: 1.25rem;
  font-weight: 700;
}
.trl-pricing .pricing-box__item--sub {
  font-size: 0.875rem;
  color: #666666;
  margin: 0.25rem 0 1rem !important;
}
.trl-pricing .pricing-box__item--price {
  font-size: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
  background-color: #F3F7F9;
  border-radius: 0.5rem;
  padding: 1rem 0;
  text-box: trim-both cap alphabetic;
}
.trl-pricing .pricing-box__item:first-child .pricing-box__item--price {
  background-color: #FFF1F1;
  color: #EE0000;
}
.trl-pricing .joining-fee-box__note {
  font-size: 1rem;
  margin: 1rem 0 1.5rem !important;
}
.trl-pricing .joining-fee-box__price {
  font-size: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  text-box: trim-both cap alphabetic;
  width: fit-content;
}
.trl-pricing h4 {
  color: #EE0000;
}

/*# sourceMappingURL=style.css.map*/