@charset "UTF-8";

:root {

  /* --_global--font-size-px: 14px; */
  font-size: 16px;
  font-weight: 500;

  /* --_global--font-size-px: var(--wp--preset--font-size--normal); */
  --_global--container-max-width: 1100px;
  --image-aspect-ratio: 3/2;
  --image-aspect-ratio-padding: 66.66%;
  --header-height: var(--s-90);

  --ta-color-cta: var(--ta-color-accent);
  --ta-color-main: #0f2a86;
  --ta-color-accent: #009ce1;

  --ta-color-main-border: #3c497c;
  /* --ta-color-main-light: #5ea4ff;
  --ta-color-main-lightest: #dbe3f4; */
  --ta-color-text: #1a1a1a;

  --ta-color-dark-bg-gray: #d8d8d8;
  --ta-color-light-bg-gray: #999;


  --ta-transition-main: all 0.2s ease-in-out;


  --scale: 1;

  /* 負数側 */
  --s--99: calc(-99px * var(--scale, 1));
  --s--74: calc(-74px * var(--scale, 1));
  --s--43: calc(-43px * var(--scale, 1));
  --s--35: calc(-35px * var(--scale, 1));
  --s--26: calc(-26px * var(--scale, 1));
  --s--16: calc(-16px * var(--scale, 1));
  --s--12: calc(-12px * var(--scale, 1));
  --s--11: calc(-11px * var(--scale, 1));
  --s--10: calc(-10px * var(--scale, 1));
  --s--9: calc(-9px * var(--scale, 1));
  --s--8: calc(-8px * var(--scale, 1));
  --s--7: calc(-7px * var(--scale, 1));
  --s--6: calc(-6px * var(--scale, 1));
  --s--5: calc(-5px * var(--scale, 1));
  --s--4: calc(-4px * var(--scale, 1));
  --s--3: calc(-3px * var(--scale, 1));
  --s--2: calc(-2px * var(--scale, 1));
  --s--1: calc(-1px * var(--scale, 1));

  /* 正数側（近傍 2〜31） */
  --s-2: calc(2px * var(--scale, 1));
  --s-3: calc(3px * var(--scale, 1));
  --s-4: calc(4px * var(--scale, 1));
  --s-5: calc(5px * var(--scale, 1));
  --s-6: calc(6px * var(--scale, 1));
  --s-7: calc(7px * var(--scale, 1));
  --s-8: calc(8px * var(--scale, 1));
  --s-9: calc(9px * var(--scale, 1));
  --s-10: calc(10px * var(--scale, 1));
  --s-11: calc(11px * var(--scale, 1));
  --s-12: calc(12px * var(--scale, 1));
  --s-13: calc(13px * var(--scale, 1));
  --s-14: calc(14px * var(--scale, 1));
  --s-15: calc(15px * var(--scale, 1));
  --s-16: calc(16px * var(--scale, 1));
  --s-17: calc(17px * var(--scale, 1));
  --s-18: calc(18px * var(--scale, 1));
  --s-19: calc(19px * var(--scale, 1));
  --s-20: calc(20px * var(--scale, 1));
  --s-21: calc(21px * var(--scale, 1));
  --s-22: calc(22px * var(--scale, 1));
  --s-23: calc(23px * var(--scale, 1));
  --s-24: calc(24px * var(--scale, 1));
  --s-25: calc(25px * var(--scale, 1));
  --s-26: calc(26px * var(--scale, 1));
  --s-27: calc(27px * var(--scale, 1));
  --s-28: calc(28px * var(--scale, 1));
  --s-29: calc(29px * var(--scale, 1));
  --s-30: calc(30px * var(--scale, 1));
  --s-31: calc(31px * var(--scale, 1));
  --s-32: calc(32px * var(--scale, 1));
  --s-33: calc(33px * var(--scale, 1));
  --s-34: calc(34px * var(--scale, 1));
  --s-35: calc(35px * var(--scale, 1));
  --s-36: calc(36px * var(--scale, 1));
  --s-37: calc(37px * var(--scale, 1));
  --s-38: calc(38px * var(--scale, 1));
  --s-39: calc(39px * var(--scale, 1));
  --s-40: calc(40px * var(--scale, 1));

  /* 40以降〜80（5刻み） */
  --s-45: calc(45px * var(--scale, 1));
  --s-50: calc(50px * var(--scale, 1));
  --s-55: calc(55px * var(--scale, 1));
  --s-60: calc(60px * var(--scale, 1));
  --s-65: calc(65px * var(--scale, 1));
  --s-70: calc(70px * var(--scale, 1));
  --s-75: calc(75px * var(--scale, 1));
  --s-80: calc(80px * var(--scale, 1));

  /* 80以降〜200（10刻み） */
  --s-90: calc(90px * var(--scale, 1));
  --s-100: calc(100px * var(--scale, 1));
  --s-110: calc(110px * var(--scale, 1));
  --s-120: calc(120px * var(--scale, 1));
  --s-130: calc(130px * var(--scale, 1));
  --s-140: calc(140px * var(--scale, 1));
  --s-150: calc(150px * var(--scale, 1));
  --s-160: calc(160px * var(--scale, 1));
  --s-170: calc(170px * var(--scale, 1));
  --s-180: calc(180px * var(--scale, 1));
  --s-190: calc(190px * var(--scale, 1));
  --s-200: calc(200px * var(--scale, 1));



}

@media (max-width: 640px) {
  :root {
    --_global--font-size-px: 14px;
    font-size: 14px;
    --header-height: 75px;
  }
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}

a:where(:not(.wp-element-button)) {
  color: var(--ta-color-link);
}

body {
  margin: 0;
  position: relative;
}

html {
  overflow-x: hidden;
}

#body.logged-in body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: red;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  /* 補助線がクリックの妨げにならないようにする */
}

body::after {
  position: fixed;
  content: "1022px以下 ";
  color: red;
  padding: 0 var(--ta-fs-10);
  background-color: white;
  bottom: var(--ta-fs-30);
  left: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  z-index: 100;
}

@media screen and (max-width: 1022px) {
  body#body.logged-in::after {
    position: fixed;
    content: "1022px以下 ";
    color: red;
    padding: 0 var(--ta-fs-10);
    background-color: white;
    bottom: var(--ta-fs-30);
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 100;
  }
}

@media screen and (max-width: 640px) {

  /* （スマホ以下） */
  body#body.logged-in::before {
    position: fixed;
    content: "var(--ta-fs-640)以下 iphoneX";
    color: green;
    padding: 0 var(--ta-fs-10);
    background-color: white;
    width: var(--ta-fs-375);
    border-right: var(--ta-fs-10) solid;
    bottom: 0px;
    left: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 100;
  }
}

body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
  display: none;
}


/* ■■■ TEMPLATE-BLOCK【wp-block-heading】~~~~~~~~~~~~~~~~~~~~~~~~ */
.post h2.wp-block-heading {
  color: var(--ta-color-main);
  font-size: 36px;
  border-bottom: solid 2px #ccc;
  position: relative;
  font-weight: 700;
}

.post h2.wp-block-heading:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 2px var(--ta-color-main);
  bottom: -2px;
  width: 20%;
}

.post h3.wp-block-heading {
  color: var(--ta-color-main);
  font-size: 28px;
  border-left: 5px solid;
  padding: 0px 0.7em 2px;
  line-height: 1.5;
  font-weight: 700;
}

.post h4.wp-block-heading {
  color: var(--ta-color-main);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
}

.post h5.wp-block-heading {
  color: var(--ta-color-main);
  font-size: 21px;
  line-height: 1.5;
}



/* ■■■ TEMPLATE-BLOCK【ta-btn】~~~~~~~~~~~~~~~~~~~~~~~~ */

.ta-btn {
  transition: var(--ta-transition-main);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  width: fit-content;
  max-width: var(--btn-max-width);
  background-color: var(--btn-background-color);
  color: var(--btn-color);
  height: var(--btn-height);
  padding: var(--btn-padding);
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
}

.ta-btn__inner {
  width: var(--btn-width);
  display: flex;
  align-items: center;
  flex-direction: var(--btn-flex-direction);
  gap: var(--btn-icon-text-gap);
  justify-content: var(--btn-justify-content);
}

.ta-btn__label {
  margin-top: var(--btn-label-margin-top);
}

.ta-btn__icon {
  display: inline-block;
  height: var(--btn-icon-size);
  width: var(--btn-icon-size);
  background: var(--btn-icon-image-url) no-repeat center;
}

/* ■□□【--cta】 */
.ta-btn--cta {
  --btn-height: 35px;
  --btn-color: white;
  --btn-background-color: var(--ta-color-cta);
  --btn-padding: 10px 20px;
  --btn-flex-direction: row;
  --btn-icon-size: 14px;
  --btn-icon-image-url: url(../image/box-cta.svg);
  --btn-icon-text-gap: 15px;
  --btn-border-radius: 50px;
}

.ta-btn--cta:hover {
  opacity: .8;
}

/* ■■■ TEMPLATE-BLOCK【.l-header系】~~~~~~~~~~~~~~~~~~~~~~~~ */
.l-header {
  height: var(--header-height);
  color: var(--_color-text);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-1row-header__branding {
  width: var(--s-190);
}

body.ta-js_is-scrolled .l-1row-header .c-row {
  background-color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}

.l-1row-header .c-row {
  transition: var(--ta-transition-main);
}

@media (max-width: 640px) {
  .l-1row-header .c-row {
    padding-block: var(--_s-2);
  }

  .l-1row-header__branding {
    width: var(--s-160);
  }


}


/* ■■■ TEMPLATE-BLOCK【c-hamburger-btn】~~~~~~~~~~~~~~~~~~~~~~~~ */


.c-hamburger-btn {
  margin-right: 3px;
}

.c-hamburger-btn__bars {
  margin: 0 auto;
}

.c-hamburger-btn__bar.c-hamburger-btn__bar {
  background-color: var(--ta-color-main);
}

.c-hamburger-btn__label {
  display: none;
}



/* ■■■ TEMPLATE-BLOCK【.c-drawer】~~~~~~~~~~~~~~~~~~~~~~~~ */

.c-drawer {
  position: absolute;
  background-color: var(--ta-color-main);
}

.c-drawer__cta {
  margin: 40px auto 0;
}

.c-drawer__controls {
  padding-top: 30px;
}

.c-drawer__menu {
  font-size: 13px;
}

.c-drawer__item, .c-drawer__menu {
  text-align: right;
  padding-bottom: var(--_padding-1);
  padding-top: var(--_padding-1);
}

.c-drawer__inner {
  padding-left: var(--_padding1);
  padding-right: var(--_padding1);
}



/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--s-16);
  font-size: var(--s-14);
}


/* ■■■ TEMPLATE-BLOCK【l-contents】~~~~~~~~~~~~~~~~~~~~~~~~ */
.l-contents {
  --contents--gap: var(--_margin3);
}

/* ■□□【コース個別ページのとき】 */
body.single-course .l-contents__inner {
  margin-top: var(--s-80);
}

/* ■□□【TOPページのとき】 */
body.home .l-contents {
  margin-top: var(--header-height);
}



/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.p-section-front-page-content {
  padding: 0;
}


/* ■■■ TEMPLATE-BLOCK【ta-hero】~~~~~~~~~~~~~~~~~~~~~~~~ */
.ta-hero {
  --_global--container-max-width: initial;
  position: relative;
  background-color: var(--ta-color-gray);
  padding-block: 0;
  --_margin-top: 0;
  /* max-width: calc(var(--wp--custom--content-wide-width) + var(--s-100)); */
  margin-bottom: var(--s--60);
}

.ta-hero__deco {
  position: absolute;
  width: 22vw;
  height: auto;
  top: 0;
  right: 6vw;
}

.ta-hero__message {
  font-size: 40px;
  padding-block: 60px;
  text-align: center;
  font-weight: 600;
}

.ta-hero__message span {
  display: inline-block;
}

.ta-hero__slider .swiper-wrapper {
  gap: 3vw;
}

.ta-hero__slider .wp-block-image {
  position: relative;
  padding: 2%;
  background-color: white;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ta-hero__slider .wp-block-image::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ta-color-main);
  opacity: 0.1;
}

.ta-hero__slider img {
  object-fit: contain;
  max-width: 70%;
  max-height: 80%;
}



/* ■■■ TEMPLATE-BLOCK【ta-section】~~~~~~~~~~~~~~~~~~~~~~~~ */
.ta-section {
  --smb-section--padding: var(--s-90);
}

.ta-section .smb-section__title,
.ta-section__title {
  font-size: 48px;
  color: var(--ta-color-main);
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 15px;
}

.ta-section .smb-section__subtitle {
  color: var(--ta-color-main);
  text-align: left;
  font-size: 18px;
}

.ta-section .smb-section__lede {
  font-size: var(--s-14);
  color: var(--ta-color-main);
}

.ta-section .smb-section__lede-wrapper {
  --_margin-1: 0;
}

.ta-section .smb-section__contents-wrapper>*+* {
  margin-top: var(--s-50);
}

.ta-section__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ta-section__lede {
  font-size: 18px;
  line-height: 2.2em;
}

.ta-section__points {
  display: flex;
  gap: 15px;
}

.ta-section__point {
  margin: initial;
  /* flex: 1; */
  border: 1px solid var(--ta-color-main-border);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 80px;
  color: var(--ta-color-main);
  font-weight: 600;
}

.ta-section__main-image {
  aspect-ratio: var(--image-aspect-ratio);
  position: relative;
  padding: 2%;
  background-color: white;
}

.ta-section__main-image img {
  aspect-ratio: inherit;
  object-fit: contain;
  transform: scale(0.9);
  max-height: 50vw;
}

.ta-section__main-image::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ta-color-main);
  opacity: 0.1;
}

.ta-section__services {
  margin-top: 80px;
}

.ta-section__services>.c-row {
  --_gap: 80px;
}

.ta-section__services>.c-row>.c-row__col {
  margin-bottom: calc(var(--_gap) * .5);
}

.ta-section__service {
  counter-increment: counter;
}

.ta-section__service-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--ta-color-main);
  position: relative;
  margin-bottom: 10px;
  word-break: auto-phrase;
}

.ta-section__service-title::before {
  position: absolute;
  display: inline-block;
  content: "";
  color: var(--ta-color-accent);
  font-size: 18px;
  /* opacity: 0.4; */
  top: 50%;
  left: -16px;
  transform: translate(-100%, -50%);
  content: "0"counter(counter) ". ";
  font-weight: 500;
}


/* ■□□【】 */
.ta-section--service .smb-section__header {
  position: relative;
  text-align: left;
}

.ta-section--service .smb-section__subtitle {
  text-align: left;
}

.ta-section--service .ta-section--service {
  font-size: 18px;
}

.ta-section--service .wp-block-post-template {
  gap: 32px;
}


/* ■□□【】 */

.ta-section--works .smb-section__inner {
  padding-block: calc(var(--smb-section--padding) + 55px);
  background-color: var(--ta-color-main);
  color: white;
  position: relative;
}

.ta-section--works .smb-section__inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 500px;
  height: 80%;
  bottom: -5%;
  background-repeat: no-repeat;
  transform: translate(-0%, -0%);
  background-image: url(../image/bg-works.svg);
  background-size: contain;
  background-position: center right;
  right: -5px;
}

.ta-section--works .ta-section__title-col {
  z-index: 2;
}

.ta-section--works .ta-section__title {
  color: white;
}

.ta-section--works .ta-section__lede {
  margin-top: 80px;
}

.ta-section--works .ta-section__slider {
  position: relative;
  overflow: visible;
  min-width: 150%;
}

.ta-section--works .ta-section__slider::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100vw;
  height: calc(100% + 20px);
  top: 50%;
  left: 0%;
  background-repeat: no-repeat;
  transform: translate(-100%, -50%);
  background-color: var(--ta-color-main);
  background-size: contain;
  background-position: center;
  z-index: 1;
  /* bug fix */
  border: 1px solid var(--ta-color-main);
}

.ta-section--works .swiper-wrapper {
  align-items: flex-end;
}

.ta-section--works .swiper-slide {
  --shrink: .6;
  transform-origin: bottom center;
  transform: scale(var(--shrink));

  margin-top: 0%;
  aspect-ratio: 1/1.4;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  background-color: white;
  color: var(--ta-color-main);
  padding: 35px;

  /* ちらつき防止 */
  max-height: 480px;
  min-height: 480px;
}

.ta-section--works .swiper-slide-prev {
  transform: translateX(-10%) scale(var(--shrink));
  transition: width, transform 1.2s;
}

.ta-section--works .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
  transition: width, transform 1.2s;
}

.ta-section--works .swiper-slide-next {
  transform: translateX(-10%) scale(var(--shrink));
  transition: width, transform 1.2s;
}

/* 2枚目以降 */
.ta-section--works .swiper-slide-next+.swiper-slide {
  transform: translateX(-40%) scale(var(--shrink));
  transition: width, transform 1.2s;
}

.ta-section--works .wp-block-post-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6em;
  margin-left: 0;
}

.ta-section--works .wp-block-post-featured-image {
  aspect-ratio: var(--image-aspect-ratio);
}

.ta-section--works .wp-block-post-featured-image img {
  aspect-ratio: 3/2;
  min-width: 0;
}

.ta-section--works .ta-post__image {
  margin-top: auto;
}

.ta-section--works .wp-block-post-excerpt {
  margin-top: 10px;
  margin-left: initial !important;
}

.ta-section--works .ta-swiper-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 20px;
}

.ta-section--works .swiper-button-prev,
.ta-section--works .swiper-button-next {
  inset: initial;
  margin-top: 0;
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../image/arrow-slider.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: var(--ta-transition-main);
}

.ta-section--works .swiper-button-prev {
  transform: rotate(180deg);
}

.ta-section--works .swiper-button-next:after,
.ta-section--works .swiper-button-prev:after {
  display: none;
}

@media (any-hover: hover) {

  .ta-section--works .swiper-button-prev:hover,
  .ta-section--works .swiper-button-next:hover {
    filter: brightness(60%);
  }
}

/* ■□□【】 */
.ta-section--cta {
  padding-top: 0;
}

.ta-section--cta .ta-section__cta-title {
  text-align: center;
  font-size: 21px;
  color: var(--ta-color-main);
  font-weight: 600;
}

.ta-section--cta .ta-section__cta-title span {
  display: inline-block;
}

.ta-section--cta .smb-section__subtitle {
  text-align: left;
}

.ta-section--cta .wp-block-post-template {
  gap: 32px;
}

.ta-section--cta .ta-section__cta-btn {
  margin-top: 40px;
}


/* ■■■ TEMPLATE-BLOCK【ta-cta-btn】~~~~~~~~~~~~~~~~~~~~~~~~ */

.ta-cta-btn {
  position: relative;
  margin-top: 40px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 55px 55px 50px;
  border: 2px solid #333;
  border-radius: 25px;
  color: var(--text-color);
  text-decoration: none;
  transition: var(--ta-transition-main);
}

.ta-cta-btn:hover {
  background: var(--ta-color-cta);
  color: #fff;
  border-color: var(--ta-color-cta);
}

.ta-cta-btn__label {
  font-size: 21px;
}

.ta-cta-btn__text {
  font-size: 48px;
  font-weight: 700;
}

.ta-cta-btn__icon {
  position: absolute;
  right: 55px;
  width: 55px;
  height: 55px;
  transition: var(--ta-transition-main);
}

.ta-cta-btn:hover .ta-cta-btn__icon {
  filter: brightness(0) invert(1);
}



/* ■■■ TEMPLATE-BLOCK【ta-blocks】~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ■□□【--ratio-45-55】 */
.ta-blocks--ratio-45-55>.c-row {
  /* ※ブロークングリッドで計算に使用。固定値0.05は右側の要素の大きさが真ん中から左にいくらはみ出すかで計算 → 55% - 50% = 5%をclacで扱えるように0.05表記 */
  --difference-from-50: 0.05;
  /* この値を適宜変更して活用 */
}

/* ■□□【--ratio-4-6】 */
.ta-blocks--ratio-4-6>.c-row {
  --difference-from-50: 0.1;
}

/* ■□□【--ratio-3-7】 */
.ta-blocks--ratio-3-7>.c-row {
  --difference-from-50: 0.2;
}

/* ■□□【--ratio-2-8】 */
.ta-blocks--ratio-2-8>.c-row {
  --difference-from-50: 0.3;
}

/* ■□□【--ratio-7-3】 */
.ta-blocks--ratio-7-3>.c-row {
  --difference-from-50: -0.2;
}

/* ■□□【--ratio-8-2】 */
.ta-blocks--ratio-8-2>.c-row {
  --difference-from-50: -0.3;
}

/* ■□□【--ratio*】 */
[class*="ta-blocks--ratio-"]>.c-row {
  --item-width-left: calc(50% - (var(--difference-from-50) * 100%));
  --item-width-right: calc(50% + (var(--difference-from-50) * 100%));
  --_gap: 55px;
}

[class*="ta-blocks--ratio-"]>.c-row>.c-row__col:nth-child(1) {
  --_item-width: var(--item-width-left);
}

[class*="ta-blocks--ratio-"]>.c-row>.c-row__col:nth-child(2) {
  --_item-width: var(--item-width-right);
}

@media (max-width: 640px) {
  [class*="ta-blocks--ratio-"]>.c-row>.c-row__col:nth-child(1n) {
    --_item-width: 100%;
  }
}




/* ■■■ TEMPLATE-BLOCK【c-entry-summary】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-entry-summary__figure:before {
  padding-top: var(--image-aspect-ratio-padding);
}

.c-entry-summary__terms,
.c-entry-summary__tags {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: var(--s-10) var(--s-14);
  flex-wrap: wrap;
}

.c-entry-summary__term,
.c-entry-summary__tag {
  border-radius: var(--s-5);
  width: fit-content;
  padding: var(--s-2) var(--s-15) var(--s-3) var(--s-15);
  font-size: var(--s-13);
}

.c-entry-summary__term {
  background-color: white;
  color: var(--ta-color-main);
  border: 1px solid var(--ta-color-main);
}

.c-entry-summary__tag {
  background-color: var(--ta-color-main);
  color: white;
}

/* ■□□【】 */
.c-entry-summary--post .c-entry-summary__term {
  background-color: var(--ta-color-main);
  color: white;
}

/* ■□□【】 */
.c-entry-summary--course {
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px var(--s-20) var(--s-2) rgba(213, 213, 224, 1);
}

.c-entry-summary--course .c-entry-summary__figure {
  margin-bottom: 0;
}

.c-entry-summary--course .c-entry-summary__body {
  padding: var(--s-20) var(--s-15);
}

.c-entry-summary--course .c-entry-summary__date {
  font-size: var(--s-14);
  margin-bottom: var(--s-10);
  position: relative;
  padding-left: var(--s-30);
}

.c-entry-summary--course .c-entry-summary__date::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: var(--s-20);
  height: var(--s-20);
  top: 50%;
  left: 0%;
  background-repeat: no-repeat;
  transform: translate(-0%, -50%);
  background-image: url(../image/btn/icon-calendar.svg);
  background-size: contain;
  background-position: center;
}

.c-entry-summary--course .c-entry-summary__title {
  font-feature-settings: "palt";
  font-size: var(--s-24);
  /* line-height: 1.2em; */
  font-weight: 600;
  margin-block: -0.1em;
  margin-bottom: var(--s-13);
}


/* ■■■ TEMPLATE-BLOCK【c-entries】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-entries {
  --entries--gap: 25px;
}

/* ■□□【--simple】ここではc-entries でないと指定できない範囲の最小限で指定。ほかは c-entry-summary ブロックで、c-entriesをモディファイアとして扱うこと */
.c-entries--simple {
  border: none;
}

.c-entries--simple .c-entries__item {
  border: none;
}

/* ■□□【c-entry-summary--post】 */

.c-entries--simple .c-entry-summary {
  display: flex;
  align-items: flex-start;
}

.c-entries--simple .c-entry-summary__body {
  width: 65%;
}

.c-entries--simple .c-entry-summary__figure {
  width: 35%;
  margin-right: 45px;
  background-color: white;
  transition: var(--ta-transition-main);
}

.c-entries--simple .c-entry-summary__figure::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ta-color-main);
  opacity: 0.1;
}

.c-entries--simple .c-entry-summary__figure img {
  object-fit: contain;
  transform: scale(0.9);
}

.c-entries--simple .c-entry-summary__header {
  margin-bottom: 15px;
}

.c-entries--simple .c-entry-summary__title {
  font-size: 21px;
  color: var(--ta-color-main);
  font-weight: 600;
}

.c-entries--simple .c-entry-summary__term {
  display: none;
}

.c-entries--simple .c-entry-summary__content {
  font-size: 14px;
}

.c-entries--simple .c-entry-summary__meta {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

@media (any-hover: hover) {
  .c-entries__item>a:hover .c-entry-summary__figure>img {
    filter: initial;
  }

  .c-entries__item>a:hover .c-entry-summary__figure {
    filter: brightness(80%);
  }
}

@media (max-width: 640px) {
  .c-entries--simple {
    --entries--gap: var(--_s1);
  }

  .c-entries--simple .c-entry-summary {
    flex-direction: column;
  }

  .c-entries--simple .c-entry-summary__figure {
    width: 100%;
    margin-right: 0px;
    margin-bottom: var(--entries--gap);
  }

  .c-entries--simple .c-entry-summary__body {
    width: 100%;
  }

  .c-entries--simple .c-entry-summary__header {
    margin-bottom: 14px;
  }

  .c-entries--simple .c-entry-summary__title {
    font-size: 18px;
    color: var(--ta-color-main);
    font-weight: 600;
  }


}



/* ■■■ TEMPLATE-BLOCK【c-entry】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-entry__meta-item {
  border-radius: var(--s-5);
  width: fit-content;
  padding: var(--s-2) var(--s-15) var(--s-3) var(--s-15);
  font-size: var(--s-13);
  background-color: var(--ta-color-main);
  display: inline-block;
}

.c-entry__meta-item.c-entry__meta-item {
  color: white;
}

/* ■□□【body.single-post】 */
body.single-post .c-entry__header {
  margin-bottom: var(--s-20);
}

body.single-post .c-entry__title {
  color: var(--ta-color-main);
  margin-top: var(--s-30);
  padding-bottom: var(--s-15);
  font-size: var(--s-30);
  font-weight: 600;
  line-height: 1.4em;
  width: 100%;
  border-bottom: 1px solid var(--ta-color-gray-border);
}

body.single-post .c-entry__content {
  margin-top: calc(var(--_margin1) * 2);
}

body.single-post .c-entry__meta-wrapper {
  display: flex;
  flex-direction: column;
  font-size: var(--s-15);
  margin-top: var(--s-15);
  gap: var(--s-7);
}

body.single-post .c-entry__meta {
  font-size: var(--s-15);
  margin-top: 0;
  line-height: 1em;
}

body.single-post .c-entry__footer {
  margin-top: 0;
}

/* ■□□【】 */
body.blog .c-entry__header {
  display: none;
}



/* ■■■ TEMPLATE-BLOCK【ta-value】~~~~~~~~~~~~~~~~~~~~~~~~ */
.ta-value__catchphrase {
  display: inline-block;
  padding: 0px var(--s-60) var(--s-4) var(--s-60);
  background-color: white;
  border: var(--s-5) solid var(--ta-color-main-border);
  border-radius: var(--s-10);
  font-size: var(--s-45);
  font-weight: 600;
  color: var(--ta-color-main);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.ta-value__catchphrase .sme-highlighter {
  /* background-color: var(--ta-color-yellow) !important; */
  background-image: linear-gradient(transparent 60%, var(--ta-color-yellow) 60%) !important;
}

.ta-value__coloumns {
  display: flex;
  gap: var(--s-30);
}

.ta-value__coloumns.ta-value__coloumns {
  padding-block: var(--s-100);
  margin-top: 0;
}

.ta-value__coloumn {
  background-color: white;
  padding: 30px 25px 25px 25px;
  position: relative;
}

.ta-value__coloumn-tag {
  position: absolute;
  height: 45px;
  top: -15px;
  right: -10px;
}

.ta-value__coloumn-tag img {
  width: 100%;
  height: 100%;
}

.ta-value__coloumn-number {
  position: absolute;
  height: 90px;
  top: -38px;
}

.ta-value__coloumn-number img {
  width: 100%;
  height: 100%;
}

.ta-value__coloumn-figure {
  max-width: var(--s-130);
  margin: 0 auto;
}

.ta-value__coloumn-text {
  font-size: var(--s-26);
  font-weight: 600;
  color: var(--ta-color-main);
  text-align: center;
  /* line-height: 1.2em; */
  margin-top: var(--s-5);
}

.ta-value__coloumn-text span {
  display: inline-block;
  white-space: nowrap;
}


/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.p-breadcrumbs-wrapper {
  height: var(--s-65);
  background-color: var(--ta-color-gray);
  display: flex;
  align-items: center;
  position: relative;
}

.p-breadcrumbs-wrapper::after {
  z-index: -1;
  position: absolute;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ta-color-gray);
}


/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-breadcrumbs {
  font-size: var(--s-15);
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.c-breadcrumbs::-webkit-scrollbar {
  display: none;
}

.c-breadcrumbs__item {
  display: inline-flex;
  align-items: baseline;
  gap: var(--s-20);
  margin-left: var(--s-7);
}

.c-breadcrumbs__item:nth-child(n+2):before {
  border-color: var(--ta-color-main-border);
  width: .6em;
  height: .6em;
  margin: 0;
}


/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-pagination .nav-links {
  gap: var(--s-15);
  display: flex;
  justify-content: center;
}

.c-pagination .c-pagination__item-link,
.c-pagination .c-pagination__item {
  transition: var(--ta-transition-main);
  margin: 0;
  width: var(--s-40);
  height: var(--s-40);
  background-color: white;

  border: 1px solid var(--ta-color-main-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-pagination .c-pagination__item-link:hover,
.c-pagination .c-pagination__item:hover {
  color: inherit;
}

.c-pagination .c-pagination__item.current {
  background-color: var(--ta-color-main);
}

.c-pagination .c-pagination__item.current:hover {
  color: white;
}

/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.ta-page-header {
  overflow: hidden;
  height: 300px;
  padding-top: var(--header-height);
  padding-bottom: 70px;
  position: relative;
}

.ta-page-header::after {
  position: absolute;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-image: url(../image/bg-header.png);
  background-size: contain;
  border-bottom: 1px solid var(--ta-color-main);
  background-position: center right;
}

.ta-page-header .c-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.ta-page-header__title-en {
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  text-transform: capitalize;
}

.ta-page-header__title-en::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 242px;
  height: 367%;
  bottom: 50%;
  left: 30px;
  background-repeat: no-repeat;
  transform: translate(-100%, 50%);
  background-image: url(../image/box-title.svg);
  background-size: contain;
  background-position: center;
  z-index: -1;
}

@media (max-width: 640px) {
  .ta-page-header__title-en {
    font-size: 42px;
  }

}


/* ■■■ TEMPLATE-BLOCK【c-eyecatch】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-eyecatch {
  position: relative;
}

.c-eyecatch img {
  aspect-ratio: var(--image-aspect-ratio);
  object-fit: contain;
}

.c-eyecatch::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--ta-color-main);
  opacity: 0.1;
}


/* ■■■ TEMPLATE-BLOCK【ta-footer-cta-area】~~~~~~~~~~~~~~~~~~~~~~~~ */
.ta-footer-cta-area {
  padding-top: var(--contents--gap);
  margin-top: var(--contents--gap);
  position: relative;
}

.ta-footer-cta-area::before {
  max-width: var(--wp--custom--slim-width);
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -0%);
  background-image: repeating-linear-gradient(90deg, var(--ta-color-main-border), var(--ta-color-main-border) 20px, transparent 20px, transparent 30px), repeating-linear-gradient(180deg, var(--ta-color-main-border), var(--ta-color-main-border) 20px, transparent 20px, transparent 30px), repeating-linear-gradient(90deg, var(--ta-color-main-border), var(--ta-color-main-border) 20px, transparent 20px, transparent 30px), repeating-linear-gradient(180deg, var(--ta-color-main-border), var(--ta-color-main-border) 20px, transparent 20px, transparent 30px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;

}




/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.l-footer-widget-area {
  background-color: #000;
  color: white;
}

.l-footer--default .l-footer-widget-area {
  padding-block: var(--s-55);
}

.l-footer-widget-area__logo img {
  height: 65px;
}

.l-footer-widget-area__inner {
  display: flex;
  align-items: center;
}

.l-footer-widget-area__site-branding {
  flex: 1;
}

[data-is-slim-widget-area=true] .c-widget .wp-block-group>h2.l-footer-widget-area__information-header {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.l-footer-widget-area__information-body {
  font-size: 14px;
  color: var(--ta-color-dark-bg-gray);
  line-height: 2em;
  margin-top: 20px;
}


/* ■■■ TEMPLATE-BLOCK【】~~~~~~~~~~~~~~~~~~~~~~~~ */
.c-copyright {
  /* height: var(--s-40); */
  background-color: white;
  color: var(--ta-color-light-bg-gray);
}



@media (max-width: 640px) {

  .ta-hero__message {
    font-size: 5.5vw;
  }

  .ta-hero__deco {
    width: 42vw;
    height: auto;
    top: 10vw;
    right: -6vw;
    opacity: 0.5;
  }


  .ta-section {
    --smb-section--padding: var(--s-70);
  }

  .ta-section .smb-section__subtitle {
    font-size: 16px;
  }

  .ta-section .smb-section__title, .ta-section__title {
    font-size: 32px;
    margin-top: 5px;
  }

  .ta-section__lede {
    font-size: 16px;
    line-height: 2em;
  }

  .ta-section__services {
    margin-top: 45px;
  }

  .ta-section__service-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--ta-color-main);
    position: relative;
    padding-left: 40px;
  }

  .ta-section__service-title::before {
    left: 30px;
    top: 1.3em;
  }

  .ta-section__points {
    flex-wrap: wrap;
  }

  .ta-section__point {
    text-align: center;
    min-width: 100%;
    font-size: 14px;
    padding: 10px;
    height: initial;
    flex: 1;
  }



  .ta-section--works .smb-section__inner {
    padding-block: calc(var(--smb-section--padding) + 20px) calc(var(--smb-section--padding) + 60px);
  }

  .ta-section--works .ta-section__slider {
    min-width: 90%;
    padding-bottom: 30px;
  }

  .ta-section--works .ta-section__slider::after {
    display: none;
  }


  .ta-section--works .ta-swiper-nav {
    top: initial;
    gap: 20px;
  }

  .ta-section--works .swiper-button-prev, .ta-section--works .swiper-button-next {
    width: 50px;
    height: 50px;

  }

  .ta-section--works .wp-block-post-title {
    font-size: 28px;
    line-height: 1.5em;
  }

  .ta-section--works .ta-section__lede {
    margin-top: 50px;
  }

  .ta-section--works .swiper-slide {
    --shrink: 0.8;
    margin-top: 0%;
    aspect-ratio: initial;
    padding: 20px;
    max-height: 380px;
    min-height: 380px;
  }

  .ta-section--works .wp-block-post-title {
    font-size: 26px;
    line-height: 1.5em;
  }

  .ta-section--works .swiper-slide-next {
    transform: translateX(0%) scale(var(--shrink));
  }

  /* 2枚目以降 */
  .ta-section--works .swiper-slide-next+.swiper-slide {
    transform: translateX(-0%) scale(var(--shrink));
  }


  .ta-section--cta .ta-section__cta-title {
    text-align: center;
    font-size: 4.4vw;
  }




  .ta-btn--cta {
    --btn-height: 45px;
    --btn-padding: 0px 27px 0px 30px;
    --btn-icon-size: 18px;
    font-size: 14px;
  }




  .ta-cta-btn {
    margin-top: 30px;
    display: flex;
    width: 100%;

    padding: 40px 40px 35px;
    border: 2px solid #333;
    border-radius: 25px;
    color: var(--text-color);
    text-decoration: none;
    transition: var(--ta-transition-main);
  }

  .ta-cta-btn__label {
    font-size: 18px;
  }

  .ta-cta-btn__text {
    font-size: 30px;
  }

  .ta-cta-btn__icon {
    right: var(--_s1);
    top: var(--_s1);
    width: 30px;
    height: 30px;
  }


  [class*="ta-blocks--ratio-"]>.c-row {
    --_gap: var(--_margin1);
  }



  .l-footer-widget-area__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--_margin3);
  }

  .l-footer-widget-area__site-branding {
    align-self: center;
  }
}