@charset "UTF-8";
/*========================================================
  1.0 - Foundation
==========================================================*/
:root {
  --color-text: #1A202C;
  --link-text: #1A202C;
  --color-primary: #4265F1;
  --color-secondary: #fbed21;
  --color-white: #fff;
  --color-gray: #999;
  --content-width: 1040px;
  --article-width: 800px;
  --ff-main: Noto Sans JP, sans-serif;
  --wp--style--block-gap: 60px;
  --ystd-layout-gap: 20px;
  --ystd-content-default-width: 840px;
}

html {
  width: 100%;
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--ff-main);
  background: #fff;
}
body.is-front-page {
  background: #f9f9f9 !important;
}
body.is-front-page .entry-content {
  background: #f9f9f9;
}

body:not(.has-sidebar) .site-content {
  margin-top: 0;
}

.has-background .archive__main, .has-background .content__main, .has-content-bg-color .archive__main, .has-content-bg-color .content__main {
  padding-top: 0;
}

/*========================================================
  2.0 - Layout
==========================================================*/
.site-header button {
  height: 50px;
  width: 50px;
  background: #4265F1;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .site-header button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.global-nav__toggle:after,
.global-nav__toggle.is-open:after {
  content: none;
}

.global-nav__toggle line {
  stroke: #fff;
}

.global-nav__toggle.is-open + .global-nav {
  background: #fff;
}

.global-nav__container a {
  color: #454545;
}

.site-header {
  border-bottom: 1px solid #F9F9F9;
}
.site-header .container {
  max-width: 1740px;
}
@media screen and (max-width: 768px) {
  .site-header .site-title {
    width: 275px;
  }
}
.site-header .site-title img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .global-nav {
    padding: 80px 20px;
    width: 320px;
    right: 0;
    left: auto;
    bottom: auto;
    height: auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 769px) {
  .global-nav__menu > .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.global-nav__menu > .menu-item > a {
  font-weight: bold;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .global-nav__menu > .menu-item > a {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__menu > .menu-item > a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .global-nav__menu > .menu-item a {
    padding: 12px 0;
    border-bottom: 1px solid #C3C3C3;
  }
}

.global-nav__menu > .menu-item.current-menu-item:not(:hover) > a:after {
  width: 0;
}

.global-nav__menu > .menu-item > a:after {
  background-color: #4265F1;
}

@media screen and (min-width: 769px) {
  .header-nav-child {
    position: fixed;
    width: 100vw;
    top: 90px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
  }
}

@media screen and (min-width: 769px) {
  .menu-item-has-children.nav_open .header-nav-child {
    padding: 60px 0;
  }
}

.globalnav-child__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.globalnav-child__inner .subtitle {
  text-align: left;
  margin-bottom: 24px;
  font-weight: bold;
}
.globalnav-child__inner .subtitle > * {
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .globalnav-child__inner .subtitle {
    display: none;
  }
}

.globalnav-child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .globalnav-child__list {
    display: block;
    padding-left: 50px !important;
  }
}
@media screen and (min-width: 769px) {
  .globalnav-child__list li {
    width: 340px;
  }
}
@media screen and (min-width: 769px) {
  .globalnav-child__list a {
    border-radius: 16px;
    background: #f8f5ec;
    color: #454545;
    padding: 24px 1rem;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border: none;
    text-align: left;
    padding-left: 78px;
    text-align: left;
    position: relative;
  }
}
.globalnav-child__list a .icon {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .globalnav-child__list a .icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .globalnav-child__list a {
    padding: 23px 1rem;
  }
}
.globalnav-child__list a:hover {
  background: #FFCC59;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 768px) {
  .global-nav__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer {
  background: #F8F5EC;
  position: relative;
  z-index: 1;
  padding: 180px 100px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1440px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px;
  }
}
.footer .footer-main {
  display: none;
}
.footer-content > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-content > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-item.item1 {
  width: 400px;
  max-width: 100%;
  margin-right: 5.4166666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1440px) {
  .footer-item.item1 {
    margin-right: 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .footer-item.item1 {
    overflow: hidden;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 60px;
  }
  .footer-item.item1::after {
    content: "";
    display: block;
    margin-top: 60px;
    width: 400px;
    height: 141px;
    background: url(../img/footer_bg.png) no-repeat center/contain;
    top: 100%;
    right: 0;
  }
}
.footer-item.item1 img {
  margin-right: 15px;
}
.footer-item.item2 {
  width: 780px;
  max-width: 100%;
  gap: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .footer-item.item2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer-item.item2 .wp-block-column:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer-item.item2 .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-top: 60px;
  }
}
.footer-item.item3 {
  width: 400px;
  max-width: 100%;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .footer-item.item3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 60px;
  }
}
.footer-item.item3 .wp-block-columns {
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-item.item3 .wp-block-column:not(:first-child) {
  margin-left: 20px;
}
.footer-item.item3::after {
  content: "";
  display: block;
  width: 522px;
  height: 127px;
  background: url(../img/footer_bg.png) no-repeat center/contain;
  position: absolute;
  top: 100%;
  right: -60px;
}
@media screen and (max-width: 768px) {
  .footer-item.item3::after {
    content: none;
  }
}
.footer-snstitle {
  text-align: center;
}
.footer-snstitle + * {
  margin-top: 30px;
}
.footer-sns {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 10px;
  text-align: center;
  max-width: 150px;
  font-size: 0.75rem;
  position: relative;
}
.footer-sns a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  z-index: 1;
}
.footer-sns .title {
  font-weight: bold;
  font-size: 1.0833333333em;
}
.footer-sns .title + * {
  margin-top: 0;
}
.footer-copyright {
  margin-top: 73px;
}

.inner {
  width: 100%;
  max-width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.inner.-narrow {
  max-width: 960px;
}

/*========================================================
  3.0 - Object
==========================================================*/
/* 3.1 - Component
-----------------------------------------------------------*/
/* 3.2 - Project
-----------------------------------------------------------*/
.heading_enimg {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .heading_enimg {
    margin-bottom: 24px;
  }
}
.heading.-center .heading_enimg {
  text-align: center;
}
.heading.-center .heading_enimg img {
  display: inline-block;
}
.heading_ja {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .heading_ja {
    font-size: 1.5rem;
  }
}
.heading.-center .heading_ja {
  text-align: center;
}
.heading.-secondary .heading_ja {
  font-size: 1.625rem;
}
.heading.-border {
  font-size: 1.625rem;
  padding-bottom: 30px;
  margin-top: 80px;
  border-bottom: 1px solid #AEAEAE;
  text-align: center;
  font-weight: bold;
}

.contact-form {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea {
  display: block;
  background-color: #F0F0F0 !important;
  height: 56px;
  border: none !important;
  border-radius: 3px;
}
.contact-form textarea {
  height: 206px !important;
  resize: vertical;
  overflow: auto;
}
.contact-form .smf-item__label {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 0.8125rem;
}
.contact-form .smf-item__label em {
  color: #fff;
  display: inline-block;
  background: #4265F1;
  font-size: 0.625rem;
  padding: 0 4px;
  margin-left: 4px;
  font-style: normal;
}
.contact-form .smf-item__label .small {
  font-weight: normal;
  font-size: 0.625rem;
}
.contact-form .smf-item + .smf-item {
  margin-top: 30px;
}
.contact-form .smf-form .smf-item .smf-select-control {
  display: block;
}
.contact-form .smf-select-control__control {
  display: block;
  width: 100%;
  background-color: #F0F0F0 !important;
  height: 56px;
  border: none !important;
  border-radius: 3px;
}
.contact-form .smf-action .smf-button-control__control {
  display: block;
  margin-top: 80px;
  border-radius: 100rem;
  text-align: center;
  padding: 24px 0;
  max-width: 560px;
  background: #454545;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
  min-width: 540px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-form .smf-action .smf-button-control__control {
    min-width: 0;
    width: 100%;
  }
}
.contact-form .smf-action .smf-button-control__control:hover {
  color: #454545;
  background: #ffcc59;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.contact-form .privacy-policy {
  text-align: center;
  font-size: 0.8125rem;
}

.blog {
  background: #f9f9f9;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .category-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
.category-list_item {
  list-style: none;
}
.category-list_item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .category-list_item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .category-list_item {
    width: calc(50% - 8px);
  }
}
.category-list_link {
  text-align: center;
  display: block;
  text-decoration: none;
  background: #EFEAD6;
  border-radius: 10px;
  padding: 24px;
  font-weight: bold;
  min-width: 255px;
}
@media screen and (max-width: 768px) {
  .category-list_link {
    min-width: 0;
    width: 100%;
    font-size: 0.75rem;
    padding: 6px 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 48px;
  }
}
.category-list_link:hover {
  color: inherit;
  background: #FFCC59;
}

.about_heading {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_heading {
    font-size: 1.6875rem;
  }
}
.about_heading .wp-block-image {
  margin: 0 auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .about_heading .wp-block-image {
    width: 166px;
  }
  .about_heading .wp-block-image + * {
    margin-top: 16px;
  }
}
.about_message {
  line-height: 2.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 410px;
  margin: 0 auto;
  font-size: 1.125rem;
  margin-top: 80px !important;
  width: 100%;
  max-width: 824px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about_message {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 0.9rem;
    height: auto;
  }
}
.about_message .wp-block-group__inner-container > * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .about_message p + p {
    margin-right: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about_message p + p {
    margin-top: 1.5em !important;
  }
}
.about_image {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .about_image {
    margin-top: 60px !important;
  }
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.loading.loaded {
  opacity: 0;
}
.loading-inner {
  width: 300px;
  max-width: 100%;
  position: relative;
  height: 60px;
}
.loading-icon img {
  -webkit-animation: loader-icon 6s infinite;
          animation: loader-icon 6s infinite;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  bottom: 0;
}
@-webkit-keyframes loader-icon {
  0% {
    left: 100%;
  }
  5% {
    left: 80%;
    bottom: 20px;
  }
  10% {
    left: 75%;
    bottom: 0;
  }
  25% {
    bottom: 20px;
  }
  40% {
    bottom: 0;
  }
  50% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50.5% {
    left: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    bottom: 20%;
  }
  65% {
    bottom: 0;
  }
  75% {
    bottom: 20px;
  }
  80% {
    bottom: 0;
  }
  100% {
    left: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes loader-icon {
  0% {
    left: 100%;
  }
  5% {
    left: 80%;
    bottom: 20px;
  }
  10% {
    left: 75%;
    bottom: 0;
  }
  25% {
    bottom: 20px;
  }
  40% {
    bottom: 0;
  }
  50% {
    left: 0;
    bottom: 0;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50.5% {
    left: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  60% {
    bottom: 20%;
  }
  65% {
    bottom: 0;
  }
  75% {
    bottom: 20px;
  }
  80% {
    bottom: 0;
  }
  100% {
    left: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.site-header {
  z-index: 5;
}

.header-type--row1 .site-branding {
  padding: 0;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.entry-content {
  position: relative;
  z-index: 1;
}

.home .singular-article {
  background: #f9f9f9;
}
.home .entry-footer {
  display: none;
}
.home-mv {
  position: relative;
  width: 100vw;
  background: #f9f9f9;
  position: fixed;
  height: 630px;
  padding-top: 90px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: -1;
}
.home-mv .wp-block-group__inner-container {
  background: #f9f9f9;
}
.home-mv .mv_copy {
  width: 230px;
  position: absolute;
  bottom: -100px;
  left: 9.25vw;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .home-mv .mv_copy {
    position: static;
    margin: 80px auto -40px;
    width: 232px;
  }
}
@media screen and (min-width: 769px) {
  .home-mv .mv_img {
    width: 1240px;
  }
  .home-mv .mv_img img {
    width: 100%;
  }
}
.home-news {
  margin-top: 225px !important;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  padding: 20px;
  background: #fff;
  border: 1px solid #EFEAD6;
  border-right: none;
}
.home-news .ys-posts__list {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .home-news {
    display: none;
  }
}
.home-news .ys-posts.is-list .ys-posts__meta > :last-child {
  margin-left: 0;
}
.home-news .is-style-link-arrow .wp-block-button__link {
  padding-right: 20px;
}
.home-news .is-style-link-arrow .wp-block-button__link:before {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
}
.home-news .ys-posts.is-list .ys-posts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home-news .ys-posts.is-list .ys-posts__meta .ys-icon {
  display: none;
}
.home-news .ys-posts.is-list .ys-posts__item {
  border-bottom: none;
  padding-bottom: 8px;
}
.home-news .ys-posts.is-list .ys-posts__text > * {
  font-size: 0.8125rem;
  font-weight: normal;
}
.home-about {
  margin-top: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .home-about {
    margin-top: calc(100vh - 56px) !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.home-about .about_button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .home-about .about_button {
    margin-top: 60px;
  }
  .home-about .about_button .wp-block-button {
    width: 100%;
  }
}
.home-message {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .home-message {
    padding-right: 10.4166666667vw !important;
    padding-left: 10.4166666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .home-message {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.home-message .message_heading {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 0;
}
.home-message .message_heading + * {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .home-message .message_heading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-message .message_heading {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 30px;
  }
  .home-message .message_heading + * {
    margin-top: 0px;
  }
}
.home-message .message_text {
  line-height: 2;
}
.home-message .message_text + * {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .home-message .message_image {
    width: 50.0520833333vw;
  }
  .home-message .message_image > * {
    width: 50.0520833333vw;
    margin-left: calc(50% - 28vw);
  }
}
@media screen and (max-width: 768px) {
  .home-message .message_image {
    width: 117.0666666667vw;
    margin-left: -16vw;
  }
}
@media screen and (max-width: 768px) {
  .home-message .message_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home-message .message_column .is-vertically-aligned-center:last-child {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.home-introduction .introduction_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .home-introduction .introduction_inner {
    margin-top: 40px;
  }
}
.home-introduction .introduction_item {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .home-introduction .introduction_item {
    padding-right: 30px;
    padding-left: 30px;
  }
  .home-introduction .introduction_item.item1 {
    border-right: 1px dashed #454545;
    margin-right: 0 !important;
  }
  .home-introduction .introduction_item.item1 .introduction_image {
    height: 250px;
    margin-top: -30px;
  }
  .home-introduction .introduction_item.item1 .introduction_image img {
    height: 100%;
    width: auto;
  }
  .home-introduction .introduction_item.item2 {
    border-right: 1px dashed #454545;
    margin-right: 0 !important;
  }
  .home-introduction .introduction_item.item2 .introduction_image {
    height: 250px;
    margin-top: -30px;
  }
  .home-introduction .introduction_item.item2 .introduction_image img {
    height: 100%;
    width: auto;
  }
  .home-introduction .introduction_item.item3 .consultant_name {
    margin-bottom: 70px;
  }
  .home-introduction .introduction_item.item3 .introduction_image {
    height: 200px;
    margin-top: -10px;
    margin-bottom: 23px;
  }
  .home-introduction .introduction_item.item3 .introduction_image img {
    height: 100%;
    width: auto;
  }
  .home-introduction .introduction_item ul {
    margin-top: 41px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .home-introduction .introduction_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-introduction .introduction_item.item3 .introduction_image {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home-introduction .introduction_item.item1 .introduction_image img {
    width: 90%;
  }
  .home-introduction .introduction_item.item3 .introduction_image {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .home-introduction .introduction_item.item3 .introduction_image img {
    margin-left: 10px;
  }
}
.home-introduction .introduction_image img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-introduction .consultant_name {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125rem;
}
.home-introduction .consultant_name p:first-child {
  font-size: 1.5625rem;
}
.home-introduction .consultant_name p:first-child + * {
  margin-top: 0;
}
.home-introduction .consultant_name .position {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .home-introduction .introduction_button {
    width: 100%;
  }
  .home-introduction .introduction_button .wp-block-button {
    width: 100%;
  }
}
.home-introduction .introduction_youtube {
  margin: 180px auto 0;
}
.home-introduction .youtube_wrap {
  margin: 40px auto 0;
  max-width: 560px;
}
.home-course {
  overflow: hidden;
}
.home-course .course_title .wp-block-column:nth-child(2) {
  margin-left: 0;
  position: relative;
}
.home-course .course_title .wp-block-column:nth-child(2) figure {
  max-width: 460px;
}
.home-course .course_title .wp-block-column:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: url(../img/top_course_bg.svg) no-repeat top right/contain;
  width: 1103px;
  height: 1231px;
  top: -570px;
  right: -382px;
}
@media screen and (max-width: 768px) {
  .home-course .course_title .wp-block-column:nth-child(2)::before {
    width: 160vw;
    height: 160vw;
    right: auto;
    left: 0;
    top: -49.333333vw;
    right: auto;
  }
}
.home-course .course-message {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
}
.home-course .course-btn.-wide {
  width: 640px;
  max-width: 100%;
  margin-top: 56px;
}
.home-course .course-buttons {
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .home-course .course-buttons {
    margin-top: 80px;
  }
}
.home-course .course-buttons .wp-block-column {
  width: 340px;
}
.home-course .course-buttons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.home-course .course-buttons .course-btn {
  width: 100%;
}
.home-course .course-buttons .wp-block-button__link {
  padding-left: 78px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-course .course-buttons .wp-block-button__link {
    padding-left: 75px;
    white-space: nowrap;
  }
}
.home-course .course-buttons .wp-block-button__link img {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .home-course .course-buttons .wp-block-button__link img {
    left: 20px;
  }
}
.home-info .info-inner {
  background: #fff;
  border: 1px solid #EFEAD6;
  padding: 80px 60px 70px 0;
  position: relative;
  gap: 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .home-info .info-inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 480px;
    height: 280px;
    background: url(../img/top_info_img.png) no-repeat center/contain;
    bottom: 16px;
    left: -60px;
  }
}
.home-info .info-inner .wp-block-column:nth-child(2) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .home-info .info-inner {
    padding: 60px 20px;
    gap: 40px;
  }
}
.home-info .companyname {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .home-info .companyname {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
.home-info .subtitle {
  font-weight: bold;
  font-size: 1.2rem;
}
.home-contact .heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .home-contact .heading {
    margin-bottom: 45px;
  }
}
.home-contact .contact-form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .home-contact .contact-form {
    margin-top: 45px;
  }
}

.course-buttons {
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .course-buttons {
    margin-top: 80px;
  }
}
.course-buttons .wp-block-column {
  width: 340px;
}
.course-buttons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.course-buttons .course-btn {
  width: 100%;
}
.course-buttons .wp-block-button__link {
  padding-left: 78px !important;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .course-buttons .wp-block-button__link {
    padding-left: 75px !important;
    white-space: nowrap;
  }
}
.course-buttons .wp-block-button__link img {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .course-buttons .wp-block-button__link img {
    left: 20px;
  }
}
.course-buttons.-noicon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course-buttons.-noicon .wp-block-column {
  max-width: 340px;
}
.course-buttons.-noicon .course-btn .wp-block-button__link {
  padding-left: 24px !important;
}

.has-background .site-content {
  margin-bottom: 0;
}

.page-mv {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/mv_bg.png) no-repeat center/cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.page-mv + * {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .page-mv {
    height: 37.3333333333vw;
  }
  .page-mv + * {
    margin-top: 100px;
  }
}
.page-heading {
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-heading {
    font-size: 1.625rem;
    margin-top: 0;
  }
}
.page-heading_en {
  display: block;
  margin-bottom: 4px;
}

.archive__main {
  margin-bottom: 180px;
}

.archive__container.is-list {
  max-width: 960px;
  margin: 180px auto;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .archive__container.is-list {
    margin: 100px auto;
  }
}
.archive__container.is-list .archive__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive__container.is-list .archive__item .archive__title {
  margin-top: 0;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .archive__container.is-list .archive__item .archive__title {
    margin-left: 0;
    margin-top: 2px;
  }
}
.archive__container.is-list .archive__item {
  padding: 0;
  border-bottom: 1px solid #C3C3C3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive__container.is-list .archive__item:hover {
  background: #F9F9F9;
}
.archive__container.is-list .archive__text {
  padding: 24px 8px;
}
@media screen and (max-width: 768px) {
  .archive__container.is-list .archive__text {
    display: block;
  }
}
.archive__container.is-list .archive__date {
  font-size: 1.125rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #C3C3C3;
}
.archive__container.is-list .archive__date .ys-icon {
  display: none;
}
.archive__container.is-list ._readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .archive__container.is-list ._readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.archive__container.is-list ._readmore::after {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  background: url(../img/icon_linkarrow_short.svg) no-repeat center/contain;
  margin-left: 1rem;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive__container.is-card {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  gap: 60px;
  --ystd-archive-padding: 20px;
  --ystd-archive-gap: 60px;
}
.archive__container.is-card .archive__item.is-card {
  border-radius: 20px;
  overflow: hidden;
}
.archive__container.is-card .archive__item.is-card .archive__text {
  margin-top: 24px;
}
.archive__container.is-card .archive__item .archive__title {
  margin-top: 24px;
}
.archive__container.is-card ._readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .archive__container.is-card ._readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.archive__container.is-card ._readmore::after {
  content: "";
  display: block;
  width: 32px;
  height: 8px;
  background: url(../img/icon_linkarrow_short.svg) no-repeat center/contain;
  margin-left: 1rem;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive__container.is-card .archive__excerpt {
  color: var(--color-text);
  font-size: 0.75rem;
  margin-top: 24px;
}
.archive__container.is-card .archive__item.is-card .archive__meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.archive__container.is-card .archive__meta .ys-icon {
  display: none;
}
.archive__container.is-card .archive__date {
  color: #C3C3C3;
  font-size: 1rem;
}
.archive__container.is-card .archive__category {
  text-align: center;
  padding: 2px 8px;
  background: #4265F1;
  color: #fff;
  font-size: 0.75rem;
}

.pagination {
  margin-top: 80px;
}

.pagination__item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #C3C3C3;
  font-size: 1.125rem;
}
.pagination__item::after {
  content: none !important;
}
.pagination__item:hover, .pagination__item.is-current {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.lp-container .page-mv {
  display: none;
}
.lp-container .page-mv + * {
  margin-top: 0;
}
.lp-container .entry-content > * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .lp-container .lp-course-voice_button {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.lp-container .lp-linkbutton.-outline a {
  border: 1px solid #4265f1;
  background: #fff;
  color: #4265f1;
  font-size: 1.25rem;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .lp-container .lp-linkbutton.-outline a {
    padding-left: 60px;
    font-size: 1rem;
  }
}
.lp-container .lp-linkbutton.-outline a:hover {
  color: #fff;
  background: #4265f1;
}

.lp-cource-detail.has-archive {
  padding-bottom: 40px;
}
.lp-cource-detail.has-archive .lp-linkbutton-wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.lp-cource-detail.has-archive .lp-course-voice_button {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media screen and (max-width: 768px) {
  .lp-cource-detail.has-archive .lp-course-voice_button {
    max-width: calc(100% + 20px);
    margin-left: -10px !important;
  }
  .lp-cource-detail.has-archive .lp-course-voice_button a {
    padding-left: 32px;
    padding-right: 20px;
  }
}

.page-template-template-one-column .entry-content h2 {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .page-template-template-one-column .entry-content h2 {
    font-size: 1.6em;
  }
}
.page-template-template-one-column .entry-content h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.page-template-template-one-column .entry-content p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-template-template-one-column .spacer-after-heading {
    height: 40px !important;
  }
}

.company-info_img {
  position: absolute;
  width: 480px;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 768px) {
  .company-info_img {
    display: none;
  }
}
.company-map {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .company-map {
    padding: 60px 0;
  }
}
.company-map .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 31.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company-map .wp-block-embed__wrapper {
    padding-bottom: 71.6417910448%;
  }
}
.company-map .wp-block-embed__wrapper iframe,
.company-map .wp-block-embed__wrapper object,
.company-map .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-list .ystdtb-dl-column {
  padding: 1rem 0;
}
.company-list .ystdtb-dl-column:not(:last-child) {
  border-bottom: 1px solid #C3C3C3;
}
.company-list dt {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .company-list dt {
    width: 100%;
    font-size: 0.9375em;
  }
}
.company-list dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .company-list dd {
    width: 100%;
    font-size: 0.9375em;
  }
}
@media screen and (max-width: 768px) {
  .company-list .ystdtb-dl-column > dd {
    margin-top: 4px;
  }
}

.completion-titlebox {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .completion-titlebox {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .completion-spacer {
    height: 100px !important;
  }
}

.page-about .site-content {
  overflow: hidden;
}
.page-about .page-mv {
  display: none;
}
.page-about-titlebox {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #EFEAD6;
  padding-bottom: 60px;
}
.page-about-titlebox .title-img {
  width: 350px;
  margin: -180px auto -50px;
}
.page-about-titlebox .title-copy {
  font-weight: bold;
  font-size: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 21px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-about-titlebox .title-copy {
    font-size: 1rem;
    padding-top: 15px;
  }
}
.page-about-titlebox .title-copy::before {
  content: "";
  display: block;
  width: 38px;
  height: 54px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
  top: -21px;
}
@media screen and (max-width: 768px) {
  .page-about-titlebox .title-copy::before {
    width: 20px;
    height: 32px;
    top: -15px;
  }
}
.page-about-titlebox .title-copy::after {
  content: "";
  display: block;
  width: 38px;
  height: 54px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .page-about-titlebox .title-copy::after {
    width: 20px;
    height: 32px;
  }
}
.page-about-vision {
  position: relative;
  margin-bottom: 170px !important;
}
.page-about-vision::before {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: 1280px;
  background: url(../img/bg_vision.png) no-repeat left top/contain;
  left: calc(50% - 50vw);
  top: -350px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-about-vision::before {
    width: 90vw;
    top: -200px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-vision {
    text-align: center;
  }
}
.page-about-vision_img {
  max-width: 560px;
  margin-right: 0;
  margin-left: auto;
}
.page-about .vision-box {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.page-about .vision-box.box2 .img-top {
  right: 0;
  left: auto;
}
@media screen and (max-width: 768px) {
  .page-about .vision-box {
    margin-top: 130px;
  }
}
.page-about .vision-box + .vision-box {
  margin-top: 158px;
}
.page-about .vision-box .ystdtb-box__content {
  padding: 84px 56px 160px;
}
@media screen and (max-width: 768px) {
  .page-about .vision-box .ystdtb-box__content {
    padding: 80px 20px 20px;
  }
}
.page-about .vision-box h3 {
  margin-top: 0;
}
.page-about .vision-box p {
  line-height: 2;
}
.page-about .vision-box p + p {
  margin-top: 2em;
}
.page-about .vision-box .img-top {
  width: 270px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-about .vision-box .img-bottom {
  max-width: 300px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .page-about .vision-box .img-bottom {
    position: static;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
.page-about-message {
  overflow: hidden;
}
.page-about-message .message_column {
  margin-top: 80px;
  gap: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about-message .message_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-about-message .message_column::after {
  content: "";
  display: block;
  position: absolute;
  width: 660px;
  height: 640px;
  background: url(../img/about_message_point.png) no-repeat center/contain;
  bottom: -100px;
  right: -200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-about-message .message_column::after {
    right: -50px;
    bottom: -50px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.page-about-message .message_image {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
  -ms-flex-preferred-size: 55.4166666667vw !important;
      flex-basis: 55.4166666667vw !important;
  width: 55.4166666667vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.4166666667vw;
          flex: 0 0 55.4166666667vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .page-about-message .message_image {
    width: 100vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100vw;
            flex: 0 0 100vw;
  }
  .page-about-message .message_image.wp-block-column {
    -ms-flex-preferred-size: 100vw !important;
        flex-basis: 100vw !important;
  }
}
.page-about-message .message_image * {
  width: 100%;
}
.page-about-message .message_image + * {
  margin-left: -40px !important;
}
@media screen and (max-width: 768px) {
  .page-about-message .message_image + * {
    margin-left: 0 !important;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-message .message_heading {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-message .message_text {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2.2;
    margin-bottom: 260px;
  }
}
.page-about-message_sample {
  padding-top: 180px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(-50% + 50vw);
  background: url(../img/about_bg.png) no-repeat bottom left -100px/640px auto;
  padding-right: calc(-50% + 50vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-about-message_sample {
    background: none;
    padding: 60px 20px 360px;
    background: url(../img/about_bg_sp.png) no-repeat left bottom/95vw auto;
  }
}
@media screen and (min-width: 769px) {
  .page-about-message_sample::before {
    content: "";
    display: block;
    position: absolute;
    width: 640px;
    height: 641px;
    background: url(../img/about_bg02.png) no-repeat center/contain;
    top: -100px;
    z-index: -1;
    right: 60%;
  }
}
@media screen and (min-width: 769px) {
  .page-about-message_sample::after {
    content: "";
    display: block;
    position: absolute;
    width: 640px;
    height: 640px;
    background: url(../img/about_bg03.png) no-repeat center/contain;
    top: 500px;
    left: 68%;
    z-index: -1;
  }
}
.page-about-message_sample .ystdb-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-about-message_sample .ystdb-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .page-about-message_sample .ystdb-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(50% - 50px) !important;
            flex: 0 0 calc(50% - 50px) !important;
    width: calc(50% - 50px) !important;
  }
  .page-about-message_sample .ystdb-column:nth-child(2) {
    margin-top: 200px;
  }
  .page-about-message_sample .ystdb-column:nth-child(3) {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page-about-message_sample .ystdb-column {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    width: 100% !important;
  }
}
.page-about-introduction_profile {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .page-about-introduction_profile {
    margin-top: 0 !important;
  }
  .page-about-introduction_profile + * {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 769px) {
  .page-about-introduction_profile.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-about-introduction_profile img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-about-introduction_profile img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .page-about-introduction_profile.wp-block-columns {
    gap: 0 !important;
  }
}
.page-about-introduction_profile .consultant_name {
  font-weight: bold;
  font-size: 1.625rem;
}
.page-about-introduction_profile .consultant_name p {
  display: inline-block;
}
.page-about-introduction_profile .consultant_name p:nth-child(2) {
  font-size: 0.5em;
  margin-left: 2em;
  vertical-align: middle;
  margin-top: 0;
}
.page-about-introduction_profile ul {
  margin-top: 40px;
  padding: 0;
  margin-bottom: 50px;
}
.page-about-supporters.is-mascot .summary li::before {
  color: #FFBFC3;
}
@media screen and (max-width: 768px) {
  .page-about-supporters.is-mascot .page-about-supporters_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-about-supporters.is-mascot .page-about-supporters_slider .slide-item {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-about-supporters_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .page-about-supporters_slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.page-about-supporters_slider .slide-item {
  width: 480px;
  margin-right: 60px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slider .slide-item {
    width: 320px;
    margin: 0 15px;
  }
}
.page-about-supporters_slider .slick-list {
  padding-bottom: 30px !important;
}
.page-about-supporters_slider .slick-prev,
.page-about-supporters_slider .slick-next {
  width: 130px;
  height: 130px;
  background: #4265f1;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slider .slick-prev,
  .page-about-supporters_slider .slick-next {
    height: 110px;
    width: 110px;
  }
}
.page-about-supporters_slider .slick-prev::before,
.page-about-supporters_slider .slick-next::before {
  content: "";
  width: 15px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slider .slick-prev::before,
  .page-about-supporters_slider .slick-next::before {
    width: 13px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.page-about-supporters_slider .slick-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slider .slick-prev {
    left: -20px;
  }
}
.page-about-supporters_slider .slick-prev::before {
  background: url(../img/icon_prev.svg) no-repeat center/contain;
  left: calc(50% + 15px);
}
.page-about-supporters_slider .slick-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slider .slick-next {
    right: -20px;
  }
}
.page-about-supporters_slider .slick-next::before {
  background: url(../img/icon_next.svg) no-repeat center/contain;
  right: calc(50% + 15px);
}
.page-about-supporters_slideritem {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 200px;
  position: relative;
  padding: 100px 40px 30px;
  height: calc(100% - 200px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slideritem {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-about-supporters_slideritem .image {
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 360px;
}
.page-about-supporters_slideritem .image img {
  width: 100%;
  height: auto;
}
.page-about-supporters_slideritem .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slideritem .name {
    font-size: 1.25rem;
  }
}
.page-about-supporters_slideritem .name .en-name {
  font-size: 0.8125rem;
  margin-left: 16px;
}
.page-about-supporters_slideritem .name.is-large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-about-supporters_slideritem .name.is-large {
    font-size: 1.5rem;
  }
}
.page-about-supporters_slideritem .summary {
  margin-top: 24px;
}
.page-about-supporters_slideritem .summary.is-normal {
  font-size: 0.875rem;
}
.page-about-supporters_slideritem .summary ul strong {
  font-weight: bold;
}
.page-about-supporters_slideritem .summary ul li {
  line-height: 2;
  position: relative;
  padding-left: 20px;
}
.page-about-supporters_slideritem .summary ul li::before {
  content: "●";
  margin-right: 4px;
  color: #4265f1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.page-about-supporters_slideritem .description {
  margin-top: 24px;
  line-height: 2;
}

.link-arrow a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.link-arrow a::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 8px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  top: calc(50% - 4px);
  left: calc(100% + 10px);
}
.link-arrow a:hover {
  color: #D54C55;
}
.link-arrow.blue a::after {
  background: url(../img/icon_arrow_blue.svg) no-repeat center/contain;
}

.course-title {
  width: 73px;
  height: 62px;
  background: url(../img/cource_pointbg.svg) no-repeat center/contain;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", sans-serif;
}
.course-title span {
  display: block;
  font-size: 0.6875rem;
}
.course-title.has-beginner::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_beginner.png) no-repeat center/contain;
  top: -10px;
  left: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .course-title.has-beginner::after {
    background: url(../img/course_beginner_sp.svg) no-repeat center/contain;
    width: 125px;
  }
}
.course-title.has-roleplaying::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_roleplaying.png) no-repeat center/contain;
  top: -15px;
  left: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .course-title.has-roleplaying::after {
    width: 125px;
  }
}
.course-title.-blue {
  background: url(../img/cource_pointbg_blue.svg) no-repeat center/contain;
}
.course-title.-yellow {
  background: url(../img/cource_pointbg_yw.svg) no-repeat center/contain;
}
.course-title.-green {
  background: url(../img/cource_pointbg_gr.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .page-lineup .page-heading {
    font-size: 1.1875rem;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.lp-mainnav {
  padding-bottom: 326px !important;
}

.lineup-nav .course-buttons {
  margin-top: 60px;
}
.lineup-nav .u-tac a {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .lineup-nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lineup-nav h2 {
    font-size: 1.25rem;
  }
}
.lineup-nav_item + * {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .lineup-nav_item {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0 !important;
  }
  .lineup-nav_item .ystdtb-box__inner-container {
    border-radius: 0 !important;
    border-width: 0 !important;
  }
}
.lineup-course:not(:last-child) {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .lineup-course .is-style-round-fill .wp-block-button__link {
    padding: 10px 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lineup-course .wp-block-buttons > .wp-block-button {
    width: 100%;
    max-width: 375px;
  }
}
.lineup-course_heading {
  padding-top: 170px;
  padding-bottom: 20px;
  min-height: 400px;
  text-align: center;
  background: url(../img/course_goal_bg.svg) no-repeat center/500px auto;
  margin-bottom: -30px !important;
}
@media screen and (max-width: 768px) {
  .lineup-course_heading {
    background-size: 300px auto;
    background-position: top center;
    padding-top: 100px;
    min-height: 250px;
  }
}
.lineup-course_heading h3 {
  font-size: 2rem;
  margin-bottom: 1.25em;
}
.lineup-course.-orange .lineup-course_heading {
  background-image: url(../img/course_goal_bg_orange.svg);
}
.lineup-course.-orange .lineup-course_item h4 {
  background-image: url(../img/cource_pointbg_yw.svg);
}
.lineup-course.-orange .link-arrow a {
  color: #F7AB00;
}
.lineup-course.-orange .link-arrow a::after {
  background-image: url(../img/icon_arrow_yellow.svg);
}
.lineup-course.-green .lineup-course_heading {
  background-image: url(../img/course_goal_bg_green.svg);
}
.lineup-course.-green .lineup-course_item h4 {
  background-image: url(../img/cource_pointbg_gr.svg);
}
.lineup-course.-green .lineup-course_item > .ystdtb-box__inner-container {
  border-color: #9DD13A !important;
}
.lineup-course.-green .link-arrow a {
  color: #9DD13A;
}
.lineup-course.-green .link-arrow a::after {
  background-image: url(../img/icon_arrow_green.svg);
}
.lineup-course.-red .lineup-course_heading {
  background-image: url(../img/course_goal_bg_red.svg);
}
.lineup-course.-red .lineup-course_item h4 {
  background: url(../img/cource_pointbg.svg) no-repeat center/contain;
}
.lineup-course.-red .lineup-course_item > .ystdtb-box__inner-container {
  border-color: #D54C55 !important;
}
.lineup-course.-red .link-arrow a {
  color: #D54C55;
}
.lineup-course_list .ystdb-column {
  margin-bottom: 60px !important;
}
.lineup-course_list + .lp-linkbutton {
  margin-top: 0 !important;
}
.lineup-course_item {
  position: relative;
  font-size: 0.8125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .lineup-course_item {
    padding: 0 !important;
  }
}
.lineup-course_item .ystdtb-box__inner-container {
  height: 100%;
}
.lineup-course_item:hover .ystdtb-box__inner-container {
  background: #fffae8;
}
.lineup-course_item h4 {
  width: 73px;
  height: 62px;
  background: url(../img/cource_pointbg.svg) no-repeat center/contain;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -24px;
  left: 30px;
}
.lineup-course_item h4 span {
  font-size: 1.5rem !important;
}
.lineup-course_item h4.has-beginner::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_beginner.png) no-repeat center/contain;
  top: -10px;
  left: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .lineup-course_item h4.has-beginner::after {
    background: url(../img/course_beginner_sp.svg) no-repeat center/contain;
    width: 125px;
  }
}
.lineup-course_item h4.has-roleplaying::after {
  content: "";
  display: block;
  position: absolute;
  width: 202px;
  height: 70px;
  background: url(../img/course_roleplaying.png) no-repeat center/contain;
  top: -15px;
  left: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .lineup-course_item h4.has-roleplaying::after {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-course_item h4 {
    left: 15px;
  }
}
.lineup-course_item h4 span {
  display: block;
  font-size: 0.6875rem;
}
.lineup-course_item .subtitle {
  font-weight: bold;
  color: #454545;
  font-size: 1.25rem;
}
.lineup-course_item .subtitle + * {
  margin-top: 16px;
  margin-bottom: 16px;
}
.lineup-course_item .item-img {
  position: absolute;
  right: 20px;
  top: -60px;
  max-width: 130px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .lineup-course_item .item-img {
    width: 100px;
    top: auto;
    bottom: calc(100% - 48px);
  }
  .lineup-course_item .item-img img {
    height: auto;
  }
}
.lineup-course_item .link-arrow {
  margin-top: auto;
}
.lineup-course_item .link-arrow a {
  font-weight: bold;
}
.lineup-course_item.last-item .ystdtb-box__inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 1rem;
}
.lineup-course_item.last-item .ystdtb-box__inner-container > * {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lineup-course_item.last-item {
    padding: 32px 0;
  }
}
.lineup-course_item.last-item a {
  font-size: 1.5rem;
  font-weight: inherit;
  color: #25587c;
  display: block;
  text-align: center;
  text-decoration: none;
}
.lineup-course_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup-course_item a::after {
  position: static;
  margin-left: 10px;
}
.lineup-course_item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.lineup-voice_inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.lineup-voice_inner .ystdb-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.lineup-voice_inner .ystdb-column {
  padding-left: 88px;
  width: calc(50% - 50px) !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(50% - 50px) !important;
          flex: 0 0 calc(50% - 50px) !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lineup-voice_inner .ystdb-column {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding-left: 70px;
  }
}
.lineup-voice_item {
  background: #fff;
  padding: 24px 32px;
  border-radius: 30px;
  min-width: 380px;
  font-size: 0.8125rem;
  line-height: 2;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup-voice_item {
    min-width: 0;
  }
}
.lineup-voice_item .course-title {
  position: absolute;
  top: 0;
  left: -50px;
}
.lineup-voice_item .course-title + p {
  margin-top: 0;
}
.lineup-voice_item .image {
  position: absolute;
  bottom: 0;
  left: -65px;
  width: 100px;
}
.lineup-voice_item .name {
  margin-top: 20px;
}
.lineup-voice_course {
  position: relative;
}
.lineup-voice_course .wp-block-columns {
  gap: 16px;
}
.lineup-voice_course .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.lineup-voice_course .course-name {
  font-size: 0.8125rem;
  line-height: 2;
}
.lineup-voice_course::before {
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 66px;
  background: url(../img/point_voice-course.svg) no-repeat center/contain;
  top: 0;
  left: -50px;
}
.lineup-voice_course .link-arrow {
  text-align: right;
  font-size: 0.8125rem;
}
.lineup-voice_course .link-arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineup-voice_course .link-arrow a:hover {
  color: var(--color-primary);
}
.lineup-voice_course .link-arrow a::after {
  position: static;
  width: 33px;
  background-image: url(../img/icon_arrow_short_blue.svg);
}
@media screen and (max-width: 768px) {
  .lineup-event .wp-block-button.is-style-round-fill {
    width: 100%;
    max-width: 375px;
  }
  .lineup-event .wp-block-button.is-style-round-fill a {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 0;
  }
}
.lineup-event_inner {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.lineup-event_inner ul {
  padding-left: 0;
}
.lineup-event_inner .is-style-round-fill {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lineup-event_inner .is-style-round-fill {
    width: 100%;
    max-width: 375px;
  }
}
.lineup-event_inner .is-style-round-fill .wp-block-button__link {
  background: var(--color-primary);
}
.lineup-event_heading {
  padding-top: 200px;
  padding-bottom: 40px;
  min-height: 400px;
  text-align: center;
  background: url(../img/course_goal_bg.svg) no-repeat center/650px auto;
  margin-bottom: -30px !important;
}
@media screen and (max-width: 768px) {
  .lineup-event_heading {
    background-size: 375px auto;
    min-height: 250px;
    padding-top: 100px;
    margin-bottom: 130px !important;
  }
}
.lineup-event_heading h3 {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lineup-event_heading h3 {
    font-size: 1.25rem;
  }
}
.lineup-event_heading > div {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.lineup-event_item {
  margin-bottom: 180px !important;
}
.lineup-event_header {
  border-radius: 38px 38px 0 0;
  border: 1px solid var(--color-primary);
  border-bottom: none;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lineup-event_header {
    border-radius: 10px 10px 0 0;
  }
}
.lineup-event_header .image {
  margin-right: 20px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -20px;
  max-width: 170px;
}
@media screen and (max-width: 768px) {
  .lineup-event_header .image {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    position: absolute;
    width: 170px;
    right: 0;
    top: auto;
    bottom: calc(100% - 48px);
  }
}
.lineup-event_header .image img {
  height: auto;
}
.lineup-event_header .course-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lineup-event_header .course-title {
    left: 15px;
  }
}
.lineup-event_header .course-title span {
  display: block;
  font-size: 0.6875rem;
}
.lineup-event_header h4 {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .lineup-event_header h4 {
    font-size: 1.25rem;
    margin-top: 0;
  }
}
.lineup-event_header-inner {
  width: 730px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .lineup-event_header-inner > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .lineup-event_header-inner {
    padding: 48px 20px 0;
  }
}
.lineup-event_goal {
  max-width: 475px;
  margin-right: auto;
  margin-left: auto;
  line-height: 2;
  background: url(../img/course_goal_bg.svg) no-repeat top -50px center/360px 360px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .lineup-event_goal {
    margin-top: 50px;
    background-size: 110% auto;
    padding-top: 80px;
    margin-bottom: 50px;
  }
}
.lineup-event_goal .title {
  text-align: center;
  margin-bottom: 10px;
}
.lineup-event_goal .title img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.lineup-event_goal .title h3 {
  font-weight: bold;
  font-size: 1.25rem;
}

.lp-course-condition {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-course-condition {
    padding: 20px;
    padding-bottom: 80px;
  }
}
.lp-course-condition::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 30px 30px 0 0;
  border: 1px solid #f7ab00;
  border-bottom: none;
  height: 55px;
  width: 100%;
  top: 0;
  left: 0;
}
.lp-course-condition::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0 0 30px 30px;
  border: 1px solid #f7ab00;
  border-top: none;
  height: 55px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.lp-course-condition .course-title {
  background: url(../img/cource_pointbg_yw.svg) no-repeat center/contain;
}
.lp-course-condition_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-course-condition_header h3 {
  margin: 0;
  margin-left: 16px;
  font-weight: bold;
}
.lp-course-condition_content {
  margin-top: 20px;
}
.lp-course-condition_content ul li {
  list-style: none;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}
.lp-course-condition_content ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  top: 8px;
  left: 0;
  background: url(../img/icon_list_circle.svg) no-repeat center/contain;
}
.lp-course-condition_content ol {
  counter-reset: list-ol;
}
.lp-course-condition_content ol > li {
  list-style: none;
  counter-increment: list-ol;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}
.lp-course-condition_content ol > li::before {
  content: counter(list-ol);
  width: 20px;
  height: 20px;
  border: 1px solid currentColor;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 0.75rem;
}
.lp-course-condition .lp-course-condition_content a {
  text-decoration: underline;
  color: var(--link-text-hover);
}

.lp-condition-point {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .lp-condition-point {
    right: 0;
    bottom: -20px;
    z-index: 1;
  }
}

.lp-02 .lp-course-condition_header .course-title {
  background: url(../img/cource_pointbg_gr.svg) no-repeat center/contain;
}

.lp-02 .lp-course-condition::before,
.lp-02 .lp-course-condition::after {
  border-color: #9dd13a;
}

@media screen and (min-width: 769px) {
  #event .lineup-event_heading {
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.is-style-round-fill .wp-block-button__link {
  display: block;
  border-radius: 100rem;
  text-align: center;
  padding: 24px 0;
  background: #454545;
  color: #fff;
  min-width: 540px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .is-style-round-fill .wp-block-button__link {
    min-width: 0px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.is-style-round-fill .wp-block-button__link:hover {
  color: #454545;
  background: #ffcc59;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.is-style-link-arrow .wp-block-button__link {
  background: none;
  border: none;
  color: #4265F1;
  font-weight: bold;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
.is-style-link-arrow .wp-block-button__link::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: #c7d1f6;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: calc(50% - 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-style-link-arrow .wp-block-button__link::after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: url(../img/icon_linkarrow.svg) no-repeat center/contain;
  margin-left: 1rem;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-style-link-arrow .wp-block-button__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #454545;
}
.is-style-link-arrow .wp-block-button__link:hover::before {
  background: #FFCC59;
}
.is-style-link-arrow .wp-block-button__link:hover::after {
  background: url(../img/icon_linkarrow_black.svg) no-repeat center/contain;
}
.is-style-link-arrow.-nocircle .wp-block-button__link {
  padding-right: 0;
}
.is-style-link-arrow.-nocircle .wp-block-button__link::before {
  content: none;
}

.course-btn .wp-block-button__link {
  border-radius: 16px;
  background: #f8f5ec;
  color: #454545;
  padding: 24px 1rem;
  font-weight: bold;
  width: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .course-btn .wp-block-button__link {
    padding: 23px 1rem;
  }
}
.course-btn .wp-block-button__link:hover {
  background: #FFCC59;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-style-dot-blue li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}
.is-style-dot-blue li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #4265F1;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
}
.is-style-icon-man li {
  list-style: none;
  padding-left: 30px;
  line-height: 2;
  position: relative;
}
.is-style-icon-man li::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  top: 8px;
  left: 0;
}
.is-style-icon-man li::before {
  width: 11px;
  height: 20px;
  background: url(../img/icon_list_man_b.svg) no-repeat center/contain;
}
.is-style-icon-man li:nth-child(2)::before {
  background: url(../img/icon_list_man_r.svg) no-repeat center/contain;
}
.is-style-icon-man li:nth-child(3)::before {
  background: url(../img/icon_list_man_y.svg) no-repeat center/contain;
}
.is-style-icon-man li:nth-child(4)::before {
  background: url(../img/icon_list_man_gr.svg) no-repeat center/contain;
}
.is-style-icon-man li:nth-child(6)::before {
  background: url(../img/icon_list_man_r.svg) no-repeat center/contain;
}

.wp-block-file.is-style-button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .wp-block-file.is-style-button {
    margin-top: 60px;
  }
}
.wp-block-file.is-style-button + .wp-block-file {
  margin-top: 40px;
}
.wp-block-file.is-style-button a {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 560px;
  border: 2px solid #4265F1;
  border-radius: 10px;
  color: #4265F1;
  font-weight: bold;
  padding: 26px 60px 26px 1rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-file.is-style-button a[href*=".pdf"] {
  background: url(../img/icon_pdf.svg) no-repeat right 24px center/34px auto;
}
.wp-block-file.is-style-button a[href*=".docx"], .wp-block-file.is-style-button a[href*=".doc"] {
  background: url(../img/icon_word.svg) no-repeat right 24px center/34px auto;
}
.wp-block-file.is-style-button a:hover {
  -webkit-box-shadow: 0 0 13px 3px rgba(66, 101, 241, 0.16);
          box-shadow: 0 0 13px 3px rgba(66, 101, 241, 0.16);
}

.is-style-box-title {
  background: #F9F9F9;
  padding: 60px 1rem;
  text-align: center;
}
.is-style-box-title-outline {
  border: 1px solid #4265F1;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}
.is-style-box-voice {
  background: #F9F9F9;
  border-radius: 30px;
  padding: 80px 40px;
  margin-top: 76px;
  position: relative;
}
.is-style-box-voice::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 88px;
  background: url(../img/point_blogvoice.svg) no-repeat center/contain;
  top: 0;
  left: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-style-has-point {
  text-align: center;
}
.is-style-has-point + * {
  margin-top: 80px;
}
.is-style-has-point::before {
  content: "";
  display: block;
  width: 152px;
  height: 96px;
  background: url(../img/point_blogheading.svg) no-repeat center/contain;
  margin: 0 auto;
  margin-bottom: 32px;
}

.single-thumbnail {
  position: relative;
  margin-top: -180px !important;
}
@media screen and (max-width: 768px) {
  .single-thumbnail {
    margin-top: 0 !important;
    padding: 0 20px;
  }
}
.single-thumbnail img.singular-header__image {
  width: 480px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .single-thumbnail img.singular-header__image {
    height: auto;
    position: static;
    width: 100%;
  }
}
.single-thumbnail_bg {
  width: 655px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .single-thumbnail_bg {
    display: none;
  }
}

.singular-header__meta {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .singular-header__meta {
    margin-top: 50px;
  }
}

.singular-header__meta .ys-icon {
  display: none;
}

.singular-date__item:nth-child(2) {
  display: none;
}

.singular-header__terms a {
  background: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 8px;
  font-size: 1rem;
}
.singular-header__terms a:hover {
  opacity: 0.7;
}
.singular-header__terms a.taglink {
  color: var(--color-primary);
  background: none;
}
.singular-header__terms a.taglink::before {
  content: "#";
}

.entry-header {
  font-size: 0.75rem;
}

.singular-header__title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .singular-header__title {
    font-size: 1.5625rem;
  }
}

.singular-backbtn {
  max-width: 540px;
  margin-top: 180px;
  margin-right: auto;
  margin-left: auto;
}

.is-style-outline .wp-block-button__link {
  padding: 20px 40px;
}

.singular-header__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singular-header__meta .singular-date {
  font-size: 1.4375rem;
}

/* 3.3 - Utility
-----------------------------------------------------------*/
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 768px) {
  .pc-db {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-db {
    display: none !important;
  }
}

.u-fc__primarycolor {
  color: #25587c;
}

.u-fc-accentcolor {
  color: #fc2f59;
}

.u-bg-lightgray {
  background: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .u-bg-white__tab {
    background: #fff !important;
  }
}
@media screen and (max-width: 768px) {
  .u-bg-white__sp {
    background: #fff !important;
  }
}

.u-ff__en {
  font-family: var(--ff-entext);
}

.u-fs__italic {
  font-style: italic;
}

.u-tac {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-tac__pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-tac__sp {
    text-align: center;
  }
}

.u-fw-black {
  font-weight: 900;
}

.u-fw-bold {
  font-weight: 700;
}

.u-text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #fbed21));
  background: linear-gradient(to bottom, transparent 80%, #fbed21 20%);
}

.u-text-border {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #fbed21;
}
@media screen and (max-width: 768px) {
  .u-text-border {
    padding-bottom: 4px;
  }
}

.has-nogap .wp-block-column:not(:first-child) {
  margin-right: 0 !important;
}

.ystdtb-dl-column.is-not-stacked-on-tablet:nth-last-child(2) {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .ystdtb-dl-column.is-not-stacked-on-tablet:nth-last-child(2) {
    padding: 24px 0;
  }
  .ystdtb-dl-column.is-not-stacked-on-tablet:nth-last-child(2) dd {
    text-align: center;
    padding-top: 15px;
  }
}